Re: [PHP] PHP code will not work

2008-06-12 Thread Joseph Subida
Daniel Brown wrote: On Wed, Jun 11, 2008 at 11:51 PM, Joseph Subida <[EMAIL PROTECTED]> wrote: Hi. I am new to PHP. I found a tutorial that said to copy and paste the code into a .php document and open it in my browser: I'm pretty sure PHP is enabled on my computer. I've tes

[PHP] PHP code will not work

2008-06-12 Thread Joseph Subida
Hi. I am new to PHP. I found a tutorial that said to copy and paste the code into a .php document and open it in my browser: I'm pretty sure PHP is enabled on my computer. I've tested code such as: "; } echo "My name is "; writeMyName2("Kai Jim"); echo "My name is "; writeMyName2("Hege");