PHP for me
I just did my promotionquebec site again but using PHP. Man that stuff is easy...
check it out: http://www.promotionquebec.com/beta/
And try out the test mail form... I am excited right now (I did something right)
Is PHP good to use, search engines will index it I tried it with Netscape and explorer and it works
check it out: http://www.promotionquebec.com/beta/
And try out the test mail form... I am excited right now (I did something right)

Is PHP good to use, search engines will index it I tried it with Netscape and explorer and it works
PHP rocks!! I have built several sites using the PHP/MySQL combo. Very quick and easy to use!
------------------
Promote Chicken Randomness
Future Lightining Owner
------------------
Promote Chicken Randomness
Future Lightining Owner
Personal
Home
Page
I heard it was becomming the next popular thing after HTML. I don't know if all browsers suport it yet, I know that nutscrape doesn't suport DHTML and a few others.
Home
Page
I heard it was becomming the next popular thing after HTML. I don't know if all browsers suport it yet, I know that nutscrape doesn't suport DHTML and a few others.
PHP, personal home page LOL!!!
Check out http://www.php.net/tut.php for info
The PHP Story
Ever since Web designers found out about the <FORM> tag, the Internet has seen an explosion in the number of Web sites that depend heavily on user response and interactivity. For a long time, the primary language used to develop such Web sites was Perl. But ask any novice programmer, and he'll tell you that learning Perl isn't exactly a bed of roses...
As a result, there has been a proliferation of alternative server-side scripting languages, which perform many of the tasks previously handled by Perl, but have a shorter learning curve. The most well-known of these are ASP and PHP; while the former works primarily on the Windows platform in combination with a clutch of proprietary products, the latter has the unique distinction of being an open-source server-side scripting language that's both fun and easy to learn. Today, it is estimated that more than 1,00,000 Web sites use PHP as a server side scripting language.
PHP was first developed by Rasmus Lerdorf as a means of monitoring page views for his online resumé, and slowly started making a mark when PHP/FI was released in mid-1995. This version of PHP had support for some basic Web functions - the ability to handle form data, support for the mSQL database, and more.
As PHP's popularity grew, the development of the language shifted from Rasmus to a team of dedicated programmers who took upon themselves the onus of rewriting the PHP parser from scratch. The result of the efforts was PHP 3.0, which included support for a wider range of databases, including MySQL and Oracle. And PHP 4.0, which was released a few weeks ago, uses the powerful new Zend scripting engine to deliver better performance, supports Web servers other than Apache, and comes with in-built support for session management.
From http://www.devshed.com/Server_Side/
Check out http://www.php.net/tut.php for info
The PHP Story
Ever since Web designers found out about the <FORM> tag, the Internet has seen an explosion in the number of Web sites that depend heavily on user response and interactivity. For a long time, the primary language used to develop such Web sites was Perl. But ask any novice programmer, and he'll tell you that learning Perl isn't exactly a bed of roses...
As a result, there has been a proliferation of alternative server-side scripting languages, which perform many of the tasks previously handled by Perl, but have a shorter learning curve. The most well-known of these are ASP and PHP; while the former works primarily on the Windows platform in combination with a clutch of proprietary products, the latter has the unique distinction of being an open-source server-side scripting language that's both fun and easy to learn. Today, it is estimated that more than 1,00,000 Web sites use PHP as a server side scripting language.
PHP was first developed by Rasmus Lerdorf as a means of monitoring page views for his online resumé, and slowly started making a mark when PHP/FI was released in mid-1995. This version of PHP had support for some basic Web functions - the ability to handle form data, support for the mSQL database, and more.
As PHP's popularity grew, the development of the language shifted from Rasmus to a team of dedicated programmers who took upon themselves the onus of rewriting the PHP parser from scratch. The result of the efforts was PHP 3.0, which included support for a wider range of databases, including MySQL and Oracle. And PHP 4.0, which was released a few weeks ago, uses the powerful new Zend scripting engine to deliver better performance, supports Web servers other than Apache, and comes with in-built support for session management.
From http://www.devshed.com/Server_Side/
Trending Topics
To clear up one point....
Netscape does support Dynamic HTML, however It is not done the same was as IE, so if you use DHTML, it will have to be platform spacific for the most part.
For something interesting, checkout www.neoplanet.com for the NeoPlanet Internet Browser. It is really cool and fast and is based on IE functionality. You can also have customized skins for it but unlike hotbar, it skins buttons and everything, not just the toolbar background.
Netscape does support Dynamic HTML, however It is not done the same was as IE, so if you use DHTML, it will have to be platform spacific for the most part.
For something interesting, checkout www.neoplanet.com for the NeoPlanet Internet Browser. It is really cool and fast and is based on IE functionality. You can also have customized skins for it but unlike hotbar, it skins buttons and everything, not just the toolbar background.
Just to clear things up, PHP comes in two different forms, cgi executable (like perl scripts and such), or an even better one is a module for Apache Web Server. Apache will interpret the code and it will send HTML to your browser for you to see



