Php | Basic Php
102 days ago | forum.codecall.net
This tutorial continues my tutorial on innerHTML. In this tutorial, instead of using a function that will directly update the page, we are going to use ajax techniques to update the page. By using Ajax, you can call out to any piece of PHP (or other web language like ASP) code, rather than just be able to use javascript.
Php | Basic Php
102 days ago | questionbin.com
SimpleXML is an extension to PHP added in version 5 that turns an XML document into an object making it easy for you to iterate through. The extension solves many of the complexities surrounding XML parsing with PHP prior to version five. The new XML object can be processed with normal property selectors and array itterators making XML simple, hence the name SimpleXML.
Php | Basic Php
102 days ago | forum.codecall.net
Possibly the most common issue users have with PHP is working with MySQL. When a query fails, many users don't know where to begin debugging. This guide outlines my debugging procedure.
Php | User Authentication
151 days ago | myhow2guru.com
Tutorial teach developers how to using php ldap command to connect AD and retrieve user's profile. The script will display the user's profile data to developers.
Php | Cookies and Sessions
163 days ago | myhow2guru.com
this tutorial to teach user how to solve the session data unable to retrieve in the iframe php page that inside php application like joomla or wordpress.
Php | File Handling
164 days ago | forum.codecall.net
A tutorial on how to store images in XML files, for transfer and extraction.
Php | Basic Php
164 days ago | forum.codecall.net
A tutorial on how to accomplish array sorting with PHP. PHP provides a large variety of functions for sorting arrays.
Php | File Handling
164 days ago | forum.codecall.net
A tutorial on how to store images in XML files, for transfer and extraction.
Php | Database Integration
164 days ago | forum.codecall.net
A Guide to creating a clock in/out system in PHP using MySQL