i am learning PHP, i have checked 1000s of time, my php code is wrote correctly, but when i try to preview it in the browser - it shows as a blank page. If i take a look at the Page source - it shows the php code.
What do i do wrong, and how can i fix it.
Thanks.
I have windows vista and i work with cs4.
This is the code that i use:
What do i do wrong, and how can i fix it.
Thanks.
I have windows vista and i work with cs4.
This is the code that i use:
Code:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <?php $name = "Tatiana"; echo "$name"; ?> </body> </html>
Comment