bongmarley
Programmer
How do you include a file.
In my code I have
<?php
require(C:\ProgramFiles\EasyPHP\?>
but I get the error
Parse error: parse error, unexpected '=' in c:\program files\easyphp\ on line 5
What is wrong with my code?
Both the common.php and the file I am calling it from are in the same folder
In my code I have
<?php
require(C:\ProgramFiles\EasyPHP\?>
but I get the error
Parse error: parse error, unexpected '=' in c:\program files\easyphp\ on line 5
What is wrong with my code?
Both the common.php and the file I am calling it from are in the same folder