PHP!!!!!!!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi what are the main advantages of using PHP rather than HTML.

Is their any performace increases?

Any browser realated problems etc?

thanks
Marcus!
 
Marcus! said:
Hi what are the main advantages of using PHP rather than HTML.

This isn't a proper question. PHP is a server-side scripting technology. In
other words, you can mix program code into your Web page and have it run on
the Web server every time a Web visitor requests a page. This is useful for
jobs like sending mail, updating databases, adding variable content to your
page.

Because PHP runs on the Web server, any data it receives from the Web
visitor must arrive using standard HTTP protocols, and any data it sends to
the visitor must be HTML.

So, the decision isn't HTML vs. PHP; it's HTML vs. HTMP augmented with PHP.

Microsoft, of course, would prever that you use its competing technology,
ASP.NET (or, if you insist, legacy ASP).
Is their any performace increases?

This depends on what you're doing and how well you write the PHP code.
Any browser realated problems etc?

thanks
Marcus!

Again, this depends on what you're doing and how well you write the PHP code.

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
that's FIVE TIMES you've asked the same question!! Please stop duplicating
and triplicating your post, or if there's a problem with you posting, please
say so!
 
yer im sorry, i thought the system was not working correctly so i seemed to
create a few more than expected!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top