Thread
:
PHP Help? Gurus, hook a brother up...
View Single Post
01-14-2009, 10:39 PM
rowan
Too lazy to set a custom title
Join Date: Mar 2002
Location: Australia
Posts: 17,393
As Bird suggested, if those variables are actually part of the URL that is running the script then it's easy peasy...
$num = $_GET["agentid"];
(replace GET with POST if it's a form)
rowan
View Public Profile
Visit rowan's homepage!
Find More Posts by rowan