Hi everyone,
I'm new with php , and I want to ask about this address how it comes from php and mysql
for example:
viewforum.php?f=1&st=0&sk=t&sd=d&start=225
the last part
viewforum.php?f=1&st=0&sk=t&sd=d&start=225
I guess we may be use get method but how it works with mysql.
Could anyone help me understand it, I'll appreciate your help.
Thank you
PHP & MySQL question
Moderator: General Moderators
Re: PHP & MySQL question
It has nothing to do with MySQL. Why do you think it does?
Re: PHP & MySQL question
Thank you for reply.
Re: PHP & MySQL question
adresses in PHP work using $_GET search about it and take a look in php.net 