Search results

  1. D

    check if mysql database table exists

    ok thanks a lot, didnt know i could do that
  2. D

    Sending Form to Mail

    I learned php from this site http://w3schools.com/php/default.asp
  3. D

    check if mysql database table exists

    i am making a site where users create acounts. i need to create a table when the first person signs up but after that i just need to insert to the table. Should i make the php script somehow check if the table exists and if not create it, or if so insert to it? If the way above is the best...
Top