Jump to content

trickyd60

Members
  • Posts

    5
  • Joined

  • Last visited

trickyd60's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. aren't we allowed to run php in a html file inline? I would like to do processing of a form as per the W3 Tutorial on PHP I'm really confused
  2. also I did give the URL to the validator - I typed wrongly above
  3. it's in a html file - does it have to be a php file?
  4. Thanks. The web hosting has php 5.6 I'm not sure of all the options they have in there because it's a large list of various things
  5. I have this simple piece of html: <!DOCTYPE html><html><head> <meta charset="UTF-8"> <style> .error {color: #FF0000;} </style> <title>20 Dollar Sizzler</title></head> <body><?php echo "My first PHP script!"; ?></body></html> the validator doesn't like the <?php tag I copied that directly from the W3 tutorial What's going wrong please? regards, Ricky
×
×
  • Create New...