Click here to Skip to main content
15,911,317 members

Comments by Rawan S (Top 3 by date)

Rawan S 14-Oct-13 15:41pm View    
the same thing happened!:(
when I use "SELECT * FROM test LIMIT $firstRecordNum,$numPerPage";
but when I add a where condition like:"Select * From test Where (Instructor-Email = '. $_SESSION['ID'] .') Or (Instructor-Email Is Null) LIMIT $firstRecordNum,$numPerPage "
the query don't retrieve any row!
(note: I'm sure the query: Select * From test Where (Instructor-Email = '. $_SESSION['ID'] .') Or (Instructor-Email Is Null) is working. I'm really sorry for bothering you I spend almost two days on trying but with no result --I'm really confused what will the wrong be!-- )
Rawan S 12-Oct-13 9:59am View    
thank you very much but the ajax didn't work with me like the last method