Hi, I am not too familiar with the perl language and cgi scripting, however I do know a lot about HTML and PHP. Anyway I recently installed a cgi script onto my web server (it is a photo gallery script) and I have that working fine. My question is, how can I edit the cgi script or how can I incorporate that script into my web site (besides just linking to the cgi script).
There are a few ways I was thinking of to approach this situation:
Is there any simple way I can convert the script to PHP or can I just treat the script as it is php in reguards to plugging in the HTML?
Can I get this script page to display inside a HTML table, as apart of my template? Is there another way I can get this script to appear inside of my web site template?
Are there Perl 'tags' or something of that nature to allow me to code in some web page elements such as a .jpg on the top of the page and some text at the bottom of the page, etc.?
This is what my page looks like now
http://www.licrew.com/cgi-bin/gallery.cgi
and this is somewhat what I am tryin to do (it appears the part that is from the script is incorporated into the page)
http://www.picsharing.com/cgi-bin/gallery.cgi
If you can not understand what I am tryin to do, please feel free to e-mail me
stoli@licrew.com
If you can help me please either e-mail me
stoli@licrew.com or post here.
Any help at all is much appreciated, THANK YOU!!!