Php | Basic Php
400 days ago | 999tutorials.com
Do you want to fetch your adsense stats directly from PHP?
Php | Advanced Php
440 days ago | macronimous.com
With many software frameworks available online nowadays, with many pros and cons on their side, it has become very important to check out complete details of these frameworks before applying them.
Php | Advanced Php
441 days ago | macronimous.com
This article explains how effective PHP Framework web applications are developed using CodeIgniter, along with its important features and advantages, with an example
Php | File Handling
454 days ago | oman3d.com
The include command is used to insert the content of an external HTML page into an existing PHP page.
Php | Basic Php
463 days ago | alphapatrol.com
This tutorial brings you a basic overview of regular expressions in POSIX style and their support in PHP
Php | Database Integration
497 days ago | macronimous.com
Writing external scripts to perform complex data handling is a tedious affair. The best way to automate tasks straightaway into the server is by using Stored Procedures. It is very useful to make them as flexible as possible, as it facilitates easy identification of any errors and can be used for executing a variety of tasks as well.
Php | Advanced Php
531 days ago | alphapatrol.com
This tutorial describes how to load Excel data directly from .xls file using PHP, manipulate and insert into a database.
Php | Basic Php
539 days ago | itechcollege.com
PHP is a computer scripting language, which is originally designed for creating dynamic web pages. PHP is an open-source language, used primarily for dynamic web content and server-side applications. In this course, you will learn how to: How to write to screen; Generate and Retrieve a query string; Use functions; Redirect a page; Show environment variables; How to use cookies in PHP; Include a page; How to connect to MySql database; PHP`s most advantage: create an image directly.
Php | Object Oriented Programming
543 days ago | roughguidetophp.com
In this tutorial I'll introduce you to the concept of Classes and Objects in PHP. To put it simply, an Object in the context of programming languages is a data structure which can contain any number of variables and functions all held together under a Class name. This Class can then be created in the normal scope of the code and stored inside a new variable, and multiple copies of this same class can be created. This allows for an even greater level of code encapsulation, allowing more complexity to be accessed from simple commands.
Php | Advanced Php
543 days ago | roughguidetophp.com
When developing a PHP project, whether it’s a simple website or a much larger web application, it’s always a good idea to take into account the potential appearance of errors in your PHP code. An error occurs whenever PHP tries to execute an instruction which either results in an impossible outcome, or otherwise prevents the script from executing in the manner intended by the programmer.