Hi
just started with php and have uploaded the php file as instructions. But i have no idea how to compile the php ???
Anyone have the time to answer this
Cheers
No compiler - PHP is parsed. If your server has it set up correctly, and you've remembered to name your file with a valid php extension (i.e. .php or .phtml) and included the <?PHP ?> delimiters, it should run when you access the file.