D
divapig
Guest
I am trying to create a new php file for Coppermine Gallery (to add a custom banner) and I created the file just as several help pages instructed me to but I keep getting "parse" errors. Everytime I fix one I get another one.
Here's what my file looks like:
<?php
echo EOT;
img src="/themes/gallerybanner.jpg" width="125" height="137";
EOT;
?>
I originally had <>s around the img path but it gave me an error so I removed them. If anyone could help I would really appreciate it. I am just learning PHP. Thanks.
Here's what my file looks like:
<?php
echo EOT;
img src="/themes/gallerybanner.jpg" width="125" height="137";
EOT;
?>
I originally had <>s around the img path but it gave me an error so I removed them. If anyone could help I would really appreciate it. I am just learning PHP. Thanks.