Php | Advanced Php
82 days ago | higherpass.com
In this tutorial we'll be using curl to retrieve the XML data from a remote web server.
Php | Basic Php
82 days ago | higherpass.com
This php tutorial will tackle more about for loops, foreach, and while.
Php | Basic Php
82 days ago | higherpass.com
Covers the basic structure, variable handling, and loops. Aimed at beginers wanting to start learning PHP.
Php | Basic Php
82 days ago | higherpass.com
Learn about php variables and arrays. This tutorial includes informations about Simple Arrays, Associative Arrays, and Multidimensional arrays.
Php | Basic Php
102 days ago | forum.codecall.net
Learn how to program a simple pagination in PHP with MySQL.
Php | Basic Php
102 days ago | forum.codecall.net
A tutorial about sending emails and using AJAX for it.
Php | Basic Php
102 days ago | forum.codecall.net
In this tutorial, I will show you a simple example of using POST or GET in a form on a page to simply print “Hello, NAMEHERE”. Of course, POST and GET can be used for better things than this, like sending form information, but this will be enough so that I can show you the difference between them.
Php | Basic Php
102 days ago | forum.codecall.net
This is a basic referral system i typed up while in school. Easy to understand and follow.
Php | Basic Php
102 days ago | forum.codecall.net
In this tutorial I'll show you how to show the users that are logged on to your website like the one in codecall home page. Theres several techniques that you can use to do so, I choose to use this one for simplicity.
Php | Database Integration
103 days ago | questionbin.com
In this tutorial I'll introduce you to using PDO and show examples of its use. The tutorial assumes you already have a database and tables setup (I'll be using MySQL and SQLite) for testing.