On Saturday 18 May 2002 2:01 pm, Mat Harris wrote: > I know all about printing html to a browser from a CGI script, but is it > possible to put PHP in that html? If so, how?
There is nothing to stop you printing the PHP stuff out from your perl script, but to the best of my knowledge there is no way for you to then force it through the PHP engine. The PHP you generate will go direct to the browser as HTML comments as I'm sure you've already discovered. I think it's either perl OR PHP, not both. The next question is why would you want to? Surely you can do directly in perl anything you want to do from the PHP code. -- Gary Stainburn This email does not contain private or confidential material as it may be snooped on by interested government parties for unknown and undisclosed purposes - Regulation of Investigatory Powers Act, 2000 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]