View Full Version : Beginner
HGO-webmaster
01-27-2006, 03:29 PM
Heey there
I have some questions about PHP
- where do I have to enter the PHP codes
- how do I turn HTML pages into PHP pages
Thanks
-Sanne-
- where do I have to enter the PHP codesEmbed it in your HTML.
- how do I turn HTML pages into PHP pagesChange the extension of the page to one recognized by your server to be PHP-parsed. Common extensions are .php and .phtml.
HGO-webmaster
01-27-2006, 04:41 PM
Thanks a lot :D
HGO-webmaster
01-28-2006, 02:27 PM
Hey, I know it's a stupid question but just see me as a beginner of 14 years old.... In which program can you make PHP sites????
I know, I'm just not that smart :rolleyes:
Sanne
I recommend Vim (http://www.vim.org/) (available for most popular operating systems), but you can do it in any editor that supports plain ASCII text.
just see me as a beginner of 14 years oldI was proficient in Java and Visual Basic, just getting started with C++, and able to write HTML, Javascript, and PHP by the age of 12 (although my code was hideous, looking back on some of it now).
IeD3vil
02-09-2006, 07:57 PM
he hasn`t understood the concept of php yet...
he thinks it`s some kinda weird html with <? ?> <?php ?>
read more before u ask questions....
he thinks it`s some kinda weird html with <? ?> <?php ?>It is ;)
PHP's tag syntax has been designed especially to give that effect of being a set of "special HTML tags," to help newbies understand how PHP and HTML can work together.
Powered by vBulletin® Version 4.2.2 Copyright © 2019 vBulletin Solutions, Inc. All rights reserved.