Raivis.purins Posted March 5, 2009 Report Share Posted March 5, 2009 turpinot izglītoties saskāros ar šādām te dīvainībām: <?php //taisam konekciju ar datubāzi mysql_connect("localhost","raivispurins","baroms1981") or die(mysql_error()); echo "connected to MYSQL<br>"; mysql_select_db("raivispurins") or die(mysql_error()); //ievieto informāciju tabulā 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 "dati ielikti"; ?> galu rezultātā phpmyadminī saņemu šitādu tabulu: Link to comment Share on other sites More sharing options...
Raivis.purins Posted March 5, 2009 Author Report Share Posted March 5, 2009 es pats izdomāju! :) bija errors, otrajā kverijā, pirmais ierakstījās, izlaboju otro kveriju, noresoju, un reku arī iznākums, paldies par palīdzību! :) Link to comment Share on other sites More sharing options...
Recommended Posts