[thelist] Perl Form to PHP Form Part II

Andrew Maynes andrew at uk-webdeveloper.co.uk
Tue Jul 16 08:20:00 CDT 2002


Hi Shashank et al

This solution worked perfectly for getting the variable from the perl script
into a php file.  What I am now having problems with is getting the retrieved
info from the perl into a php 'form' so I can then pass the array to another
form?

Does this make sense?

Cheers

Andrew


Subject: RE: [thelist] Perl Form to PHP Form


<?

$alliwantis = (isset($_SERVER['QUERY_STRING']) ?  $_SERVER['QUERY_STRING'] :
null);

if (!is_null($alliwantis)) {

	// Do some stuff
}

?>

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.374 / Virus Database: 209 - Release Date: 7/9/02




More information about the thelist mailing list