|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
c++ cgi argument passing
Currently I am working on a couple cgi scripts using c++ that I want to pass arguments to such as filenames. Are there any ways I can do this from a php script?
I was thinking maybe passing the arguments to the cgi script like you normally would from the command line, but to no avail. Anyone have any ideas? thanks. |
|
#2
|
||||
|
||||
|
When you call the CGI, pass the arguments in the query string:
Code:
<a href="/cgi-bin/foo.cgi?param1=value¶m2=value">...</a>
__________________
Jon Sagara "Me fail English? That's unpossible!" |
|
#3
|
|||
|
|||
|
many thanks
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > C Programming > c++ cgi argument passing |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|