Page 1 of 1

PHP & MySQL question

Posted: Thu Sep 11, 2008 3:47 pm
by el_rawyy
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

Re: PHP & MySQL question

Posted: Thu Sep 11, 2008 3:57 pm
by onion2k
It has nothing to do with MySQL. Why do you think it does?

Re: PHP & MySQL question

Posted: Sat Sep 13, 2008 4:45 am
by el_rawyy
Thank you for reply.

Re: PHP & MySQL question

Posted: Sat Sep 13, 2008 8:00 am
by BETA
adresses in PHP work using $_GET search about it and take a look in php.net ;)