|
-
Apr 2nd, 2006, 08:47 PM
#1
Thread Starter
Fanatic Member
how to get variable?[RESOLVED w/o even replies]
i'm newbie in php,
ex. "http://localhost/sample/index.php?action=aboutus"
how can i get the variable action?
in ASP i do it like this StrAction = Response.QueryString("action")
but how in PHP??
any help really appreciated... thanks in advance
Last edited by noielen; Apr 2nd, 2006 at 11:40 PM.
noister
<advertising link removed by moderator>
-
Apr 2nd, 2006, 09:01 PM
#2
Thread Starter
Fanatic Member
Re: how to get variable?
i mean data on a given variable...
noister
<advertising link removed by moderator>
-
Apr 2nd, 2006, 11:40 PM
#3
Thread Starter
Fanatic Member
noister
<advertising link removed by moderator>
-
Apr 3rd, 2006, 05:21 AM
#4
Re: how to get variable?[RESOLVED w/o even replies]
$_GET['action']
And please don't bump so quickly, these forums are little slower traffic than the main ones
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|