Skip navigation.

PHP help !!

Hey !

Could you help me with the basics of PHP ??

Have an interview , to prepare for..
Ur help will be appreciated ..
Notes on PHP will help better ..

Thanks ..
Shekar .

PHP help

Shekar,

PHP is a server side scripting language. PHP enables you to create dynamic web sites. For example, you can create a web page that can calculate the sum of the two user entered numbers. Let me explain this with a quick example.

There is a web page with two form fields and a submit button. The user enters 2 and 6 in the form fields and then clicks submit. The information entered by the user goes to the server. This web page contains PHP code embedded in it. The PHP code performs the calculation operation and outputs the sum of 2 and 6. The next web page loaded on the browser shows the result, that is 8. Without a scripting language, it would not be possible to perform the calculation.

I will sure publish articles on PHP soon. Try reading www.php.net till then.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Use the special tag [adsense:format:group:channel] or [adsense:block:location] to display Google AdSense ads.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.