Great stuff, thanks!!
ThisIsJustALotOfCrap 4 days ago in playlist PHP Advanced
great tutorial
please make the part 3 with in strong tag of current selected page
merci
TheGalstyanvahe 2 months ago
@TheGalstyanvahe It's fairly simple. Just if() compare if its on that page and make it a strong normal character instead of a link.
EpicSoftworks 2 months ago
This has been flagged as spam show
nice TUTORIAL :)))
Please make part 3 with in STRONG tag of current selected page :)
you should learn how to say data :D
okush69 2 months ago
great tutorial i learned something today. you are a great teacher....
Frostedcreek 4 months ago
@Frostedcreek Thanks! Watch my other videos aswell. If you have a question, then post it below or feel free to send me a message anytime!
EpicSoftworks 4 months ago
The last bit, i didnt understand...
i put the following line in:
if( !isset( $_GET['p'] ) ){$_GET['p']=0;}
But i still get an error when p isn't specified....:
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '5' at line 1 with query
Whats wrong?
venom1st 6 months ago
@venom1st make it:
$_GET['p']='';
instead of 0. 0 Makes it an integer instead of a string. Should fix it. Otherwise, send me a message with the full code to let me help you.
EpicSoftworks 6 months ago
Great stuff, thanks!!
ThisIsJustALotOfCrap 4 days ago in playlist PHP Advanced
great tutorial
please make the part 3 with in strong tag of current selected page
merci
TheGalstyanvahe 2 months ago
@TheGalstyanvahe It's fairly simple. Just if() compare if its on that page and make it a strong normal character instead of a link.
EpicSoftworks 2 months ago
This has been flagged as spam show
nice TUTORIAL :)))
Please make part 3 with in STRONG tag of current selected page :)
TheGalstyanvahe 2 months ago
nice TUTORIAL :)))
Please make part 3 with in STRONG tag of current selected page :)
TheGalstyanvahe 2 months ago
you should learn how to say data :D
okush69 2 months ago
great tutorial i learned something today. you are a great teacher....
Frostedcreek 4 months ago
@Frostedcreek Thanks! Watch my other videos aswell. If you have a question, then post it below or feel free to send me a message anytime!
EpicSoftworks 4 months ago
The last bit, i didnt understand...
i put the following line in:
if( !isset( $_GET['p'] ) ){$_GET['p']=0;}
But i still get an error when p isn't specified....:
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '5' at line 1 with query
Whats wrong?
venom1st 6 months ago
@venom1st make it:
$_GET['p']='';
instead of 0. 0 Makes it an integer instead of a string. Should fix it. Otherwise, send me a message with the full code to let me help you.
EpicSoftworks 6 months ago