how can in insert tests in student_tests table????
Insert values in table
Moderator: General Moderators
Insert values in table
Dear members i am new in php development. I am working on a project. I have tables: Students, classes,subjects, student_test, i want to assign a test to all students of the class and a test assign to particular student in class.
how can in insert tests in student_tests table????
how can in insert tests in student_tests table????
Re: Insert values in table
You will need to familiarise yourself with the mysql_query command;
http://php.net/manual/en/function.mysql-query.php
You can use this command to select table entries, update table entries, create table entries etc...
http://php.net/manual/en/function.mysql-query.php
You can use this command to select table entries, update table entries, create table entries etc...
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: Insert values in table
@Mudassar: Have you created any code that you can paste? It's no problem creating the code but spoonfeeding is not the way to learn.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering