bazz
08-03-2004, 02:19 PM
My site presently relies heavily on perl and (obviously) html. :)
I will be moving over to php MySQL soon. I have found a script in PHP that is very useful to me potentially.
What I have presently is a perl file that provides a templet page which as the url clarifies which department I am viewing the perl script inserts the specifics for each department.
This html part of the perl file is written as a straightforward valid html code. Inside this html page I want to place a PHP script but that script must be able to use some of the variables from the perl script. Is this possible?
I need it to be able to pull an image variable from the perl file and then to apply the php script to that image.
Bazz
I will be moving over to php MySQL soon. I have found a script in PHP that is very useful to me potentially.
What I have presently is a perl file that provides a templet page which as the url clarifies which department I am viewing the perl script inserts the specifics for each department.
This html part of the perl file is written as a straightforward valid html code. Inside this html page I want to place a PHP script but that script must be able to use some of the variables from the perl script. Is this possible?
I need it to be able to pull an image variable from the perl file and then to apply the php script to that image.
Bazz