|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
including a cgi file with variable
I have an affiliate tracking software made in cgi that I want to call within a PHP file.
How would I call it while passing on a variable from the URL. For example, my website URL will bE: http://www.website.com/?user=name I want to pass the "user" variable on to the cgi program that I will call within the PHP page. |
|
#2
|
|||
|
|||
|
RE: mysql?
Well, the user variable would be in the variable:
$_GET['user'] you can do whatever you would like with that variable.... |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > including a cgi file with variable |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|