Please support our PHP advertiser: Lunarpages PHP Web Hosting
•
•
Join Date: Apr 2007
Posts: 34
Reputation:
Rep Power: 2
Solved Threads: 0
Hello again...
I've connected to th edb but i need to insert into the db in phpmyadmin....
I dont get any errors it says that it has inserted the data, but it hasn't...please help...
my code...
$link = mysql_connect('localhost', 'root', "");
if (!$link) {
die('Could not connect: ' . mysql_error());
}
echo 'Connected successfully';
mysql_close($link);
$query = "INSERT INTO information VALUES ('title', 'fname', 'mname',
'lname', 'address', 'city', 'state', 'zip', 'email', 'memo')";
if (!$query) {
die('Data error ' . mysql_error());
}
echo 'Inserted successfully!';
I've connected to th edb but i need to insert into the db in phpmyadmin....
I dont get any errors it says that it has inserted the data, but it hasn't...please help...
my code...
$link = mysql_connect('localhost', 'root', "");
if (!$link) {
die('Could not connect: ' . mysql_error());
}
echo 'Connected successfully';
mysql_close($link);
$query = "INSERT INTO information VALUES ('title', 'fname', 'mname',
'lname', 'address', 'city', 'state', 'zip', 'email', 'memo')";
if (!$query) {
die('Data error ' . mysql_error());
}
echo 'Inserted successfully!';
Similar Threads
Other Threads in the PHP Forum
- Rows not added correctly when using 'INSERT' (PHP)
- Need Help with "Please Insert Disk" message in Quark (Mac Software)
- insert image into mysql (Visual Basic 4 / 5 / 6)
- Program to tell if Insert,Caps, Numlock, Alt, Ctrl, Leftshift & Rightshift is pressed (C)
- How to insert an image into a GUI? (Java)
- 'Insert disk into drive c:\' when starting WinXP (Viruses, Spyware and other Nasties)
Other Threads in the PHP Forum
- Previous Thread: PHP - creating subdomains - creating child websites for users
- Next Thread: Returning HTML code through SQL query?
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Threaded Mode