PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi All,
I am struggling to get the embeded PHP running in my development enviroment without success...
I write the code below and the only message I get in the browser is:
If that is what you see when you view source then the php is not being parsed. Most likely you have put php in a .html file. If this is the case you will need to change the .html to .php. If you cannot do this as you already have incoming links then you can try things like http://php.about.com/od/advancedphp/p/html_php.htm
Thank You, Neilos ! You are completly right. I was trying to run PHP from a .html file ... I will read the information in the link you sent me.
Thanks !
El Vasco
It's an easy mistake, God knows we all make them! lol. Beware though the link I gave was just the first I found, I didn't even read it so I don't know if it is a good option but at least you now know what to look for