Webmaster Forum

Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Old 10-20-2009, 09:32 PM   #1 (permalink)
v7n Mentor
 
CyberWizard's Avatar
 
Join Date: 10-11-09
Location: Texas
Posts: 999
iTrader: 0 / 0%
Latest Blog:
None

CyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to behold
Top Ten PHP Uses

PHP is one of the most popular open-source scripting languages. Open-source means free, so you can use PHP as often as you like without having to pay for licenses or support. It is a full-featured programming language, capable of managing very large database-driven online environments.

PHP works in conjunction with HTML. If you are already familiar with HTML, making the jump to PHP is simple, and the two languages are interchangeable on the page. PHP can add new features to your site, but the appearance will be determined by HTML.

PHP is known for interactive features such as:

1. shopping carts
2. recommend similar items to your users,
3. interactive forums
4. private messaging systems

The built in mathematical functions in PHP can help you track purchases through and hits to your website. Such functions include:

5. absolute value
6. square root
7. rounding

PHP is a server-side language. This means that PHP has access to all the information the server has, and very little access to information the client has. In fact, PHP only has access to client information that the client himself has given to the server. The fact that PHP is a server-side language makes it very useful for:

8. embedding dynamic text into static text
9. integrating databases with websites

C programs are 'pre-compiled', which in short means that they need to be re-compiled every time you switch machines. Most Internet Service Providers, or ISPs, do not provide you with a C compiler. Using PHP avoids this problem. If it works on one server, it will generally work on any other server that has it. And, most ISPs that provide server-side scripting provide PHP. So the final benefit is:

10. portability

With just a little effort to learn and use this language, PHP will increase the functionality of your site, making it more effective for both the site owner and for the customer.

PHP is also flexible in that it can be easily integrated with almost any web-related software package of note. Everything from Flash to MySQL and even the ever present Java can all be integrated to work with PHP.

Article Source: http://EzineArticles.com/?expert=Josip_Ivanovic
__________________
LinkSqueezer :: Free URL Cloaking For Pro Marketers
Are are you a marketer or affiliate wanting to mask your links?
CyberWizard is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-20-2009, 09:33 PM   #2 (permalink)
v7n Mentor
 
CyberWizard's Avatar
 
Join Date: 10-11-09
Location: Texas
Posts: 999
iTrader: 0 / 0%
Latest Blog:
None

CyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to behold
Forgot to add this: If you want to add any more uses to the list please feel free to post them!
__________________
LinkSqueezer :: Free URL Cloaking For Pro Marketers
Are are you a marketer or affiliate wanting to mask your links?
CyberWizard is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-21-2009, 07:23 AM   #3 (permalink)
Moderator
 
Join Date: 02-10-07
Location: Central Kentucky
Posts: 1,291
iTrader: 2 / 100%
Latest Blog:
None

ScriptMan is a web professional of the highest orderScriptMan is a web professional of the highest orderScriptMan is a web professional of the highest orderScriptMan is a web professional of the highest orderScriptMan is a web professional of the highest orderScriptMan is a web professional of the highest orderScriptMan is a web professional of the highest orderScriptMan is a web professional of the highest orderScriptMan is a web professional of the highest orderScriptMan is a web professional of the highest orderScriptMan is a web professional of the highest order
Personally I am quite surprised that the article failed to mention the include() function.

That was the driving factor to learn some PHP for me when I got tired of editing multiple page to change a navigation or footer link. Using include() you change one line on one page and it can appear on 1000's of pages.
__________________
These forums are as good as the posts that you contribute to them.
~~
ScriptMan
Webmaster Help Articles
Domains & Sites For Sale by Owner
ScriptMan is online now  
Add Post to del.icio.us
Reply With Quote
Old 10-22-2009, 07:04 PM   #4 (permalink)
v7n Mentor
 
abajan's Avatar
 
Join Date: 08-08-09
Location: Barbados
Posts: 119
iTrader: 0 / 0%
Latest Blog:
None

abajan is just really niceabajan is just really niceabajan is just really niceabajan is just really niceabajan is just really niceabajan is just really niceabajan is just really niceabajan is just really niceabajan is just really niceabajan is just really nice
Quote:
Originally Posted by ScriptMan View Post
Personally I am quite surprised that the article failed to mention the include() function.

That was the driving factor to learn some PHP for me when I got tired of editing multiple page to change a navigation or footer link. Using include() you change one line on one page and it can appear on 1000's of pages.
Yep. That’s what initially attracted me to PHP too. Saves a ton of time: the greater the number of pages a site has, the more the benefit of using include() is appreciated. It’s similar to benefit derived from linking to external stylesheets.

It would be foolhardy for professional web developers not to make full use of these methods because time is money.
__________________
If my posts offend thee, I’m just blowing my own horn!
abajan is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-22-2009, 07:36 PM   #5 (permalink)
v7n Mentor
 
CyberWizard's Avatar
 
Join Date: 10-11-09
Location: Texas
Posts: 999
iTrader: 0 / 0%
Latest Blog:
None

CyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to beholdCyberWizard is a splendid one to behold
I think that one of the reasons the author may have not mentioned include() is because he is try to explain what people actually use PHP for, not the different features exactly. Or, he may have not known what that was lol
__________________
LinkSqueezer :: Free URL Cloaking For Pro Marketers
Are are you a marketer or affiliate wanting to mask your links?
CyberWizard is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 12:31 PM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.