Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by akosipogi

  1. akosipogi

    Simple PHP and mySQL - create a table...

    //create "example" table $figures = "CREATE TABLE example ( example_title VARCHAR(50) NOT NULL, example_description VARCHAR(200) NOT NULL, example_day VARCHAR(7) NOT NULL, example_month int(6) NOT NULL, example_year int(4) NOT NULL, example_content VARCHAR(200) NOT NULL, PRIMARY...

Part and Inventory Search

Back
Top