Skip to main content

Posts

Showing posts from November, 2016

What is PHP?

What is PHP? PHP is an acronym for "PHP: Hypertext Preprocessor" PHP is a widely-used, open source scripting language PHP scripts are executed on the server PHP is free to download and use What is a PHP File? PHP files can contain text, HTML, CSS, JavaScript, and PHP code PHP code are executed on the server, and the result is returned to the browser as plain HTML PHP files have extension ".php" What is a PHP File? PHP files can contain text, HTML, CSS, JavaScript, and PHP code PHP code are executed on the server, and the result is returned to the browser as plain HTML PHP files have extension ".php"

More Clear descroption about php language

What is the main part of php and why you should learn Php?   PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP . First Php program for self practice! <!DOCTYPE html>   <html>     <body>          <?php             echo "This is my first PHP  program !";         ?>    </body>   </html >    Now first open a notepad or notepad++ or Dream weaver and copy this code and try to save this with extension .php using wampor xamp  server, inside C:/ drive folder www and , if you do not have wamp server please download this and install first and then , open the and see in your taskbar in right side below  , and open PHPMYADMIN ,...

What can you do with PHP

PHP is mainly focused on server-side scripting: There are three main areas where PHP scripts are used.  Writing desktop applications. PHP is probably not the very best language to create a desktop application with a graphical user interface. PHP can be used on all major operating systems, including Linux, many Unix variants (including HP-UX, Solaris and OpenBSD), Microsoft Windows, Mac OS X, RISC OS, and probably others. PHP has also support for most of the web servers today. This includes Apache, IIS, and many others. And this includes any web server that can utilize the Fast CGI PHP binary, like light tpd.  There is many example which is made with the help of PHP. like Facebook, Whats App. and many other bussiness purpose software.                                   One of t...

Upload file to a server with PHP

If you do not understand how to upload files  to a server  with PHP , Do not worry my friends . I am here for help you .just watch this video and learn step by step in this Full video . And here you can see you concept will also be clear and you will be confident to work with Php . Please watch the complete video and like and also subscribe.