Sunday, July 31, 2016

PHP Tutorial - 25 - Selecting a MySQL Database







PHP Tutorial - 24 - Connecting to MySQL Database







PHP Tutorial - 23 - Adding Tables to MySQL Database







PHP Tutorial - 22 - Creating a MySQL Database







PHP Tutorial - 21 - include function







PHP Tutorial - 20 - date function









PHP Tutorial - 19 - More on Forms








PHP Tutorial - 18 - Beginning Forms








PHP Tutorial - 17 - Return Values








PHP Tutorial - 16 - Paramenters in Functions








PHP Tutorial - 15 - Functions








PHP Tutorial - 14 - Foreach Array Loops








PHP Tutorial - 13 - Arrays with Loops








PHP Tutorial - 12 - Adding and Modifying Elements in an Array







PHP Tutorial - 11 - Associative Arrays







PHP Tutorial - 10 - Arrays








PHP Tutorial - 9 - For Loop

PHP Tutorial - 8 - Do Loop

PHP Tutorial - 7 - While Loop

PHP Tutorial - 6 - Switch statement

PHP Tutorial - 5 - if_elseif_else

Wednesday, July 27, 2016

केन्द्रीय कर्मियों के लिए सातवें वेतन आयोग का गजट हुआ जारी : क्लिक कर देखें व पीडीएफ में डाउनलोड करें



केन्द्रीय कर्मियों के लिए सातवें वेतन आयोग का गजट हुआ जारी : क्लिक कर देखें व पीडीएफ में डाउनलोड करें



विषय - केन्द्रीय कर्मियों के लिए सातवें वेतन आयोग का गजट हुआ जारी : क्लिक कर देखें व पीडीएफ में डाउनलोड करें

Tuesday, July 12, 2016

What is PHP? PHP Tutorial - 1 - Installing PHP

PHP Tutorial - 1 - Installing PHP







“PHP is a server-side scripting language.”


What You Should Already Know
Before you continue you should have a basic understanding of the following:
  • HTML/XHTML
  • JavaScript




What is PHP?
  • PHP stands for PHP: Hypertext Preprocessor
  • PHP is a server-side scripting language, like ASP
  • PHP scripts are executed on the server
  • PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.)
  • PHP is an open source software
  • PHP is free to download and use
What is a PHP File?
  • PHP files can contain text, HTML tags and scripts
  • PHP files are returned to the browser as plain HTML 
  • PHP files have a file extension of ".php", ".php3", or ".phtml"
What is MySQL?
  • MySQL is a database server
  • MySQL is ideal for both small and large applications
  • MySQL supports standard SQL
  • MySQL compiles on a number of platforms
  • MySQL is free to download and use
PHP + MySQL
  • PHP combined with MySQL are cross-platform (you can develop in Windows and serve on a Unix platform)
Why PHP?
  • PHP runs on different platforms (Windows, Linux, Unix, etc.)
  • PHP is compatible with almost all servers used today (Apache, IIS, etc.)
  • PHP is FREE to download from the official PHP resource: www.php.net
  • PHP is easy to learn and runs efficiently on the server side
Where to Start?
To get access to a web server with PHP support, you can:
  • Install Apache (or IIS) on your own server, install PHP, and MySQL
Or find a web hosting plan with PHP and MySQL support