Jump to content

[SOLVED] php code help


ludjer

Recommended Posts

you need to use GET.

 

$id = $_GET['id'];
$nid = $_GET['nid'];
$item = $_GET['item'];

echo $id; //would show 'news'
echo $nid; //would show 'show'
echo $item; //would show '4'.

 

 

??? so there is no way to get the thing in whole, lets say some one loges on and i want them to return to this webpage there on, will i have to create one for everytype of page :\

 

if thats the only way ill design some sort of function anyway peace out and thanks

Link to comment
https://forums.phpfreaks.com/topic/72143-solved-php-code-help/#findComment-363700
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.