Jump to content

mistakes that i've found


Guest Nerub

Recommended Posts

Guest Nerub

I don't know where to place this stuf, thereby i've created a new topic. If you will move this topic/post in some other place, please notify me:)ok. First of all on the page http://www.w3schools.com/php/php_mysql_create.asp

mysql_select_db("my_db", $connection);$sql = "CREATE TABLE Person (FirstName varchar(15),LastName varchar(15),Age int)";mysql_query($sql,$con);
perhaps it should be just a $con . Otherways it doesn't work.thats all... for now:)
Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...