Hi every body .....
i have a problem with the PHP....
i login as a comany and search about student . the information appears about the students is very few and i must click on (more information ) option to see more information but the code does not work with me.
when i write $sql = "SELECT * FROM student_info WHERE (Student_ID = '$Student_ID') "; the code does not work
but when i write $sql = "SELECT * FROM student_info WHERE (Student_ID = '200580125') "; the code is work because we define a specific id
can any one help me pleaaaase.....