need function
Posted: Fri Mar 31, 2006 1:48 am
I have this URL address in address bar:
http://localhost/mk2000_php/scan2.php?I ... 1111111111
Now I need php function that fetch ItemNum. I tray with:
$thispage = $_SERVER['SERVER_NAME'] . $_SERVER['SCRIPT_NAME'];
but this return only http://localhost/mk2000_php/scan2.php
thanks[/b]
http://localhost/mk2000_php/scan2.php?I ... 1111111111
Now I need php function that fetch ItemNum. I tray with:
$thispage = $_SERVER['SERVER_NAME'] . $_SERVER['SCRIPT_NAME'];
but this return only http://localhost/mk2000_php/scan2.php
thanks[/b]