carlwenrich Posted July 9, 2008 Share Posted July 9, 2008 Here's the problem: If you go here: http://redrock.co.clark.nv.us/assrrealprop/pcl.aspx and plug in a parcel number like 16126312094 you'll be taken to a page with the property info. But the url doesn't change (the parcel number doesn't get passed as an argumentin the url). My question is, "How can I pass the parcel number in a PHP script and pull up the property info page? What I'm trying to do is avoid having to enter it manually on the first page. Link to comment https://forums.phpfreaks.com/topic/113997-argument-isnt-passed-in-the-url/ Share on other sites More sharing options...
DarkWater Posted July 9, 2008 Share Posted July 9, 2008 Use GET instead of POST? Link to comment https://forums.phpfreaks.com/topic/113997-argument-isnt-passed-in-the-url/#findComment-585893 Share on other sites More sharing options...
Helmet Posted July 9, 2008 Share Posted July 9, 2008 Your page is an asp page, not php.you can switch to GET, though that will pass everything in the url including hidden inputs, but the script will have to be changed to use it. You probably want to find an asp forum. Link to comment https://forums.phpfreaks.com/topic/113997-argument-isnt-passed-in-the-url/#findComment-585894 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.