Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
is there a maximum entries that I can enter in a table? because I'm trying to create with a mysql_query(CREATE TABLE etc), it seem to create only a maximum of 8 entries....
Summary: Hi: im practicing MYSQL. i have a question regarding that. how can i assign primary key for 2 columns(composite primary key) with CREATE command. EX: EMP_ID,EMP_NAME, EMP_DOB,EMP_SAL; NOW I WANT TO MA...
Summary: I'm new to both PHP and MySQL. I've created a simple web database where users can store specific information for different contacts. Of this information that a user can submit is: Desk phonenumber, ho...
Summary: i am trying to retrieve data from a table that i have stored in a database on mysql using php. The database is called test and the table is called personnel. i have tried a php script and i got an...