|
|
|
|
![]() ![]() |
Jun 23 2007, 06:53 PM
Post
#11
|
|
|
Super Member Group: [HOSTED] Posts: 696 Joined: 12-July 06 From: Ontario, Canada Member No.: 14,464 |
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). |
|
|
|
Jun 25 2007, 12:17 AM
Post
#12
|
|
|
Super Member Group: [HOSTED] Posts: 763 Joined: 8-April 06 From: Lima - Peru Member No.: 12,579 |
|
|
|
|
Jun 25 2007, 12:28 AM
Post
#13
|
|
|
Advanced Member 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. |
|
|
|
Jun 27 2007, 05:12 AM
Post
#14
|
|
|
Super Member 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, |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 11th October 2008 - 04:34 AM |