PHP Programming Cookbook

About the author

WCGs (Web Code Geeks) is an independent online community focused on creating the ultimate Web developers resource center; targeted at the technical architect, technical team lead (senior developer), project manager and junior developers alike.

WCGs serve the Web designer, Web developer and Agile communities with daily news written by domain experts, articles, tutorials, reviews, announcements, code snippets and open source projects.

PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. Originally created by Rasmus Lerdorf in 1994, the PHP reference implementation is now produced by The PHP Group. PHP originally stood for Personal Home Page, but it now stands for the recursive backronym PHP: Hypertext Preprocessor.

PHP code may be embedded into HTML code, or it can be used in combination with various web template systems, web content management systems and web frameworks. PHP code is usually processed by a PHP interpreter implemented as a module in the web server or as a Common Gateway Interface (CGI) executable. The web server combines the results of the interpreted and executed PHP code, which may be any type of data, including images, with the generated web page.

In this ebook, we provide a compilation of PHP based examples that will help you kick-start your own web projects. We cover a wide range of topics, from HTML tables and files uploading, to SOAP clients and Curl command execution. With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

 

PHP Programming Cookbook includes:

  1. PHP Tutorial for Beginners
  2. Upload Script Example
  3. Mail Function Example
  4. Date Format Example
  5. SoapClient Example
  6. Login Form Example
  7. Curl Get/Post Example
  8. HTML Table Example
WCG eBooks are professionally designed, downloadable collections of popular WCG content – articles, interviews, presentations, and research – covering the latest software development technologies, trends, and topics.
Back to top button