On Mon, 26 May 2008 09:47:09 +0530, sivasakthi wrote: > Is it possible to include php file inside the cgi script?? > > I need defined php variable (from php files) inside the cgi script.. > > how can i achieve that??
Read the PHP file in as ordinary text, look for the variable definition, parse out the value assigned. Assuming it's a straightforward variable = value statement. If it's computed in some way, that won't work. -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/