suess0r Posted February 28, 2008 Share Posted February 28, 2008 I know.. I know... probably wrong thread, but i didn't know where else to turn. I need to run a basic GET statement to see what category i'm in. The only problem is - I have to do it in ASP I've tried to review some concepts to compare the two but I just can't find it anywhere, can anyone help? Basically to convert this: <?php $category = $_GET['category_id']; ?> Quote Link to comment https://forums.phpfreaks.com/topic/93572-get-statement-for-asp/ Share on other sites More sharing options...
premiso Posted February 28, 2008 Share Posted February 28, 2008 http://www.tizag.com/aspTutorial/aspFormsGet.php Found by googling "asp get" Quote Link to comment https://forums.phpfreaks.com/topic/93572-get-statement-for-asp/#findComment-479499 Share on other sites More sharing options...
trq Posted February 28, 2008 Share Posted February 28, 2008 <% category = request.querystring("catigory_id") %> Quote Link to comment https://forums.phpfreaks.com/topic/93572-get-statement-for-asp/#findComment-479522 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.