why not use isset() function?
buczize 3 weeks ago in playlist PHP Tutorials Playlist
You need too use `(apostrofies) ,which is under "Esc" not ' single quotation marks
SuperVPD 1 month ago
for all ppl have mysql_num_rows problem change
query = "SELECT 'bookName' FROM 'book' WHERE 'Title' LIKE '%".mysql_real_escape_string($search)."%' ";
to
query = "SELECT Name FROM book WHERE Title LIKE '%".mysql_real_escape_string($search)."%' ";
DesmondOO11 3 months ago
@DesmondOO11 do you know how to create an image search engine....if you know...can you teach me....i really wanted to learn it
322wwww 2 months ago
can you please make a playlist for this php series?
programmingismylife 9 months ago
why not use isset() function?
buczize 3 weeks ago in playlist PHP Tutorials Playlist
You need too use `(apostrofies) ,which is under "Esc" not ' single quotation marks
SuperVPD 1 month ago
for all ppl have mysql_num_rows problem change
query = "SELECT 'bookName' FROM 'book' WHERE 'Title' LIKE '%".mysql_real_escape_string($search)."%' ";
to
query = "SELECT Name FROM book WHERE Title LIKE '%".mysql_real_escape_string($search)."%' ";
DesmondOO11 3 months ago
@DesmondOO11 do you know how to create an image search engine....if you know...can you teach me....i really wanted to learn it
322wwww 2 months ago
can you please make a playlist for this php series?
programmingismylife 9 months ago