Jump to content

criss

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by criss

  1. Hi every body,Thank you so muchthat was the mistake i ve made.i was trying to write a html file with php contents, now i got it working :)i

    no, Blue, a .html cannot contain ANY php coding. Well, it can, but it wont do a thing.if you have php in a page, you have to use .php. see that even if you write pure HTML, with no php at ALL in a .php, it will work as if ti was a .html file.dain

  2. Hi :)I am entirely new in this php scripting field .i just started writing some php scripts like "hello world" which i learned from w3schools.But my problem is in the bash shell i can write a hello.php file with permission 755and I can run it.But i cant write a php in an html filesome one please help me!!!!Please check whether this script is correct.================bash-2.05b$ cat tt1.html<html><body><?phpecho "Good morning>";?></body></html>bash-2.05b$ ls -l tt1.html-rwxr-xr-x 1 criss games 64 Oct 5 11:40 tt1.html================

×
×
  • Create New...