Jump to content

php url


njm0993

Recommended Posts

You would do this using the $_GET command for example you may have this code

...WHERE id = '".$_GET[id]"'

This would get the id from the URL. This example uses id in the URL but it could be called anything. Hope this points you in the right direction!

Look here [http://www.w3schools.com/PHP/php_get.asp]

Link to comment
https://forums.phpfreaks.com/topic/168365-php-url/#findComment-892301
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.