Showing posts with label php full form. Show all posts
Showing posts with label php full form. Show all posts

Tuesday 2 September 2014

php full form

PHP – Hypertext Preprocessor ( Personal Home Page)

PHP is html embedded language for creating dynamic generates page Quickly.
  1. Start With <?php
  2. End With ?>
  3. .php extension added in file for Example (test.php)
  4. simple print sentence <?php echo "Nice To Meet You"; ?>
  5. you can use html,css and jquery with php.
Php Generally use create webpages.