۰۷-تير-۱۳۸۵, ۱۷:۳۲:۰۵
سلام خدمت همه اونايي كه اين پست رو ميبينن
من تو صفحه php اين خطوط پايين رو مينويسم
<?php
// Make a MySQL Connection
mysql_connect("localhost", "admin", "1admin") or die(mysql_error());
mysql_select_db("test") or die(mysql_error());
// Insert a row of information into the table "example"
mysql_query("INSERT INTO example
(name, age) VALUES('Timmy Mellowman', '23' ) ")
or die(mysql_error());
mysql_query("INSERT INTO example
(name, age) VALUES('Sandy Smith', '21' ) ")
or die(mysql_error());
mysql_query("INSERT INTO example
(name, age) VALUES('Bobby Wallace', '15' ) ")
or die(mysql_error());
echo "Data Inserted!";
?>
ولي خط سوم كه ماله كانكت شدن هست ارور پاييني رو ميده
Warning: mysql_connect(): Access denied for user 'admin'@'localhost' (using password: YES)
هر كي ميدونه تو رو خدا زود بهم بگه اينم ايميل من : sadegh_madineh@yahoo.com
من تو صفحه php اين خطوط پايين رو مينويسم
<?php
// Make a MySQL Connection
mysql_connect("localhost", "admin", "1admin") or die(mysql_error());
mysql_select_db("test") or die(mysql_error());
// Insert a row of information into the table "example"
mysql_query("INSERT INTO example
(name, age) VALUES('Timmy Mellowman', '23' ) ")
or die(mysql_error());
mysql_query("INSERT INTO example
(name, age) VALUES('Sandy Smith', '21' ) ")
or die(mysql_error());
mysql_query("INSERT INTO example
(name, age) VALUES('Bobby Wallace', '15' ) ")
or die(mysql_error());
echo "Data Inserted!";
?>
ولي خط سوم كه ماله كانكت شدن هست ارور پاييني رو ميده
Warning: mysql_connect(): Access denied for user 'admin'@'localhost' (using password: YES)
هر كي ميدونه تو رو خدا زود بهم بگه اينم ايميل من : sadegh_madineh@yahoo.com