mysql - How to code in OO PHP? -
How can I do this in PHP?
- A form ('Php in new topics') asks the user to enter his name, course and year.
- After selecting the 'submit' button, the page will go to 'records.php' records.php - a table containing all records (column: name, course, year)
sql code
table students Build (NAME VARCHAR (25) Faucet, Course Worker (25) No, Zero, Not Yearly, Contract Student's Primary Key (NAME));
* Please do not pay attention to the primary key coz, I know that it is not right to use the name as the primary key. It's just for XML purposes.
Even more ... How can I change data in DB using O.O. PHP?
<
Comments
Post a Comment