Below are the 2 tables: classes Here standard is not INT student What i want to do: when teacher selects standard -> 10 and press a button “Assign Roll No” i want all student of 10th standard to be given roll no sequentially order by name and which are approved by teacher that is teacher_approval = ‘1’ So my student
Tag: database
Foreach loop not working for sqllite in php
I want to use foreach for looping instead of while loop in the below code. But for some reason the foreach loop is not working as I expected. Can please help me with this. THis is the code I Used. Answer This piece of code worked for me.
Values inserted into database show weird characters
I am taking data in an xml feed from readability and inserting it into a database and then outputting it. The charset of the xml feed is UTF-8, my html page headers are also UTF-8. I even saved the …
get two paths of images from database and loop them to display in slider
Im little bit stuck on a logic.scenario is i have a slider where two images are shown at a time taking 50%-50% part of screen,here is the simple html of it,