Welcome Guest ( Log In | Register )



2 Pages V  < 1 2  
Reply to this topicStart new topic
> Scripts And Html
FirefoxRocks
post Jun 23 2007, 06:53 PM
Post #11


Super Member
Group Icon

Group: [HOSTED]
Posts: 696
Joined: 12-July 06
From: Ontario, Canada
Member No.: 14,464



QUOTE(SilverFox @ Jun 21 2007, 11:49 PM) *
I own an online text based game. Good luck, I hope it works.

Download WAMP5 (google it to find it) and dev it locally I recommend for one. Using this you can build your project on your local PC, which is faster and more secure. It comes with SQL, Apache, PHP5 and PHPmyadmin and runs from your taskbar.

You do not need a doc type.
Simply echo PHHP.

<?php

echo "<html><head>..etc";
?>


Without a doctype, it will work. But do you seriously want pages to be invalid? No, of course not! We use a doctype to follow the HTML/XHTML standards (rules). tongue.gif
Go to the top of the page
 
+Quote Post
TavoxPeru
post Jun 25 2007, 12:17 AM
Post #12


Super Member
Group Icon

Group: [HOSTED]
Posts: 763
Joined: 8-April 06
From: Lima - Peru
Member No.: 12,579



QUOTE(FirefoxRocks @ Jun 23 2007, 01:53 PM) *
Without a doctype, it will work. But do you seriously want pages to be invalid? No, of course not! We use a doctype to follow the HTML/XHTML standards (rules). tongue.gif

That's absolutely correct. wink.gif
Go to the top of the page
 
+Quote Post
jlhaslip
post Jun 25 2007, 12:28 AM
Post #13


Advanced Member
Group Icon

Group: Members
Posts: 187
Joined: 15-November 05
From: Inland from the Left Coast of Canada
Member No.: 9,627



And a correct Doctype forces a Browser out of Quirks mode into a Standard Compliant mode, so use that Doctype is recommended for that reason.
Otherwise, the Browser will 'guess' at the rendering of the page.
Go to the top of the page
 
+Quote Post
TavoxPeru
post Jun 27 2007, 05:12 AM
Post #14


Super Member
Group Icon

Group: [HOSTED]
Posts: 763
Joined: 8-April 06
From: Lima - Peru
Member No.: 12,579



Searching for other stuff here at the PHP forum i found this topic that i think will help you: Introduction to PHP

Best regards,
Go to the top of the page
 
+Quote Post

2 Pages V  < 1 2
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Basic Tips and Tricks in HTML(15)
  2. Embedding XML into HTML(2)
  3. Force Object To Load Last(2)
  4. Free Shoutbox? HTML, Flash or PHP Code(24)
  5. Here Are Some Html Tutorial Sites(1)
  6. Get Input From Html/txt File?(2)
  7. How Can You Spice Up Your Basic HTML Site ? Beginner Needs Help(9)
  8. HTML Editor(23)
  9. Need Help With The HTML HR Tag(5)
  10. Two Cool Web-Design Scripts(1)
  11. HTML: Seems Like A Simple Problem, But I'm Baffled!(4)
  12. Where To Find A WML To HTML Converter ?(2)
  13. A First Peep Into Html(5)
  14. Home Videos(4)
  15. Bulletproof HTML: 37 Steps To Perfect Markup(4)
  1. Quick Tips On Html And Css(11)
  2. Firefox Inventing Its Own Html?(9)
  3. Stretching My Site Vertically(6)
  4. Html Stats(3)
  5. About Html(15)
  6. Html Table Issue.(18)
  7. Html Emails How?(12)
  8. Are There Imageless, Xml Compatable Css Corners Scripts?(3)
  9. Sitepoint's Css And Html Reference Sites(2)
  10. Yaml - (x)html/css Framework(2)
  11. Style P And H? Html Tags(2)
  12. Indentation In Html(4)
  13. Good Books For Html And Css Beginners(1)


 



- Lo-Fi Version Time is now: 11th October 2008 - 04:34 AM