I bet this is simple for you, but for me...
Posted: Mon Sep 10, 2007 8:13 pm
Hi - I'm new to PHP.
I'm just trying to install a script from a vendor and I'm getting an error that seems weird...thought you might be able to help. Thanks in advance for that.
I'm trying to use a PHP include on my page here:
http://www.repeatable.com/teleseminar/mmwt_test.htm
The include is this code:
<?php include(“http://www.repeatable.com/EZPRO/index.php?SiteID=1”);?>
And I get this error:
Parse error: syntax error, unexpected ':' in /home/repeatab/public_html/teleseminar/mmwt_test.htm on line 22
Can you tell what's wrong. Error says ":" - but the only colon is required in the "http://"
Thanks again.
David
I'm just trying to install a script from a vendor and I'm getting an error that seems weird...thought you might be able to help. Thanks in advance for that.
I'm trying to use a PHP include on my page here:
http://www.repeatable.com/teleseminar/mmwt_test.htm
The include is this code:
<?php include(“http://www.repeatable.com/EZPRO/index.php?SiteID=1”);?>
And I get this error:
Parse error: syntax error, unexpected ':' in /home/repeatab/public_html/teleseminar/mmwt_test.htm on line 22
Can you tell what's wrong. Error says ":" - but the only colon is required in the "http://"
Thanks again.
David