Database Server
A database server is a computer program that provides database services to other computer programs or computers, as defined by the client-server model.
Language
Platform
Any
License
Any
Is it possible to only allow users to access my website with their PC Mac Address authentication? One's the user access my website, the mac address will be first check if it is a valid mac address...
Good day!
I upgrade my version of mysql from mysql 4.1.10 to mysql 5.0.15. Now I used phpmyadmin to access my database using XAMPP. Now, I need to create a report generation and I have no idea how I...
Ownded Schemas I try to check the db_accessadmin and also I accidentall check the checkbox of db_owner and db_securityadmin. And Role Members I check also the db_accessadmin.
After that I reboot...
I'm not sure I understand what you want to do, and may be I have missed something...
Why create a new table every 20 registers? I think you have to save all your data into one single table, and then...
If you want to query from different tables, you must define the relationship within the tables. To do that you can use INNER JOIN, not WHERE condition.
Is there already an answere for our question? We are still looking for our dropdown with input field+submit solution.
Hi,
We are searching for some simple PHP code for several days, but haven't found it so far.
The page should be presenting a drop down and below that a text input field + submit button.
The...
Hi, I’m working on a website for a recruitment company, and am having some problems with paging results using MSSQL.
After doing some research I understand that you need to use a nested TOP query...
Hi guys,
I think the scripts at http://www.1afm.net/scripts/indexf.php
can be helpful for those who may need some quick web design solutions to some complex issues especially in PHP,Flash,Ajax...
My xml file looks like this:
data
data
data
data
data
data
data
data
data
data
data
data
data
data
some...
thanks mate. I found the problem. I have create table under the user "root"
and have tried to access using user abc.I substitute abc and 123 to root and " " it works.
anyway thanks a lot.
bae,
Can you replace your thankstudent.php with this one.
";
mysql_query($sql) or die(mysql_error());
echo "Done";
?>
Fill your form and submit.
Am interested with the output from...
Thanks for the suggestion.
I found out the website I was working on already had a MyPHPAdmin installation which fit my needs.
I also installed MySQL on my computer and found mysql.exe in the...
Try phpMyAdmin at http://www.phpmyadmin.net/home_page/downloads.php
Admin of: UseAP, UseSW, DropInWeb, Music1970s, Computer4Future
Hi,
I would suggest you to navigate about this one, on internet. There is lots of information available on this.
CSK
HEY CLICK HERE FOR MORE INFORMATION
Hi! Those coding are really great and help me a lot. But I have a problem if the annual leave is a half day. It rounded the half day to one day after being deducted. I'm confused. Can you help me...
What language would you want to use.
I've messed around a bit with PHP and am currently learning how to make C# and MySql play with each other.
To get the stats you may need to learn how to...
Hi,
What is the best MySQL client?
I'm working on a website using PHP and without a MySQL client, I end up having to write the MySQL requests into PHP scripts and running them from a web...