|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have a cgi script which uploads a file.
I need to grab the value of a variable from this script and parse it to the php page. Any ideas on how to do this, or if it can be done? |
|
#2
|
|||
|
|||
|
First off, can you give us a bit more information... like the type of variable, the type of php script... the connection between the two and what they are suppost to do together?
|
|
#3
|
|||
|
|||
|
why don't you just use the query string or simply put the the var in a form field which gets processed along with uploaded file?
|
|
#4
|
|||
|
|||
|
Quote:
Last I checked you can only submit one form at a time. |
|
#5
|
|||
|
|||
|
but can't you insert another form field inside the file upload form? I never used these file uploads but it should work
|
|
#6
|
|||
|
|||
|
Umm
You can't nest Form tags...
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Parsing CGI varible to PHP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|