0
Php Fundamentals - Basic Syntaxhigherpass.com | still grounded for about 889 days now | Php Tutorial
Covers the basic structure, variable handling, and loops. Aimed at beginers wanting to start learning PHP.
0
Php Fundamentals - Variables And Arrayshigherpass.com | still grounded for about 889 days now | Php Tutorial
Learn about php variables and arrays. This tutorial includes informations about Simple Arrays, Associative Arrays, and Multidimensional arrays.
0
Simple Paginationforum.codecall.net | still grounded for about 909 days now | Php Tutorial
Learn how to program a simple pagination in PHP with MySQL.
0
Sending Emails With Php & Jqueryforum.codecall.net | still grounded for about 909 days now | Php Tutorial
A tutorial about sending emails and using AJAX for it.
0
Easy To Understand - Get And Postforum.codecall.net | still grounded for about 909 days now | Php Tutorial
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.
0
Php Refferal Systemforum.codecall.net | still grounded for about 909 days now | Php Tutorial
This is a basic referral system i typed up while in school. Easy to understand and follow.
0
Php: Currently Active Usersforum.codecall.net | still grounded for about 909 days now | Php Tutorial
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.
0
Php: Introduction To Pdoquestionbin.com | still grounded for about 909 days now | Php Tutorial
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.
0
Ajax Innerhtmlforum.codecall.net | still grounded for about 910 days now | Php Tutorial
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.
0
Php: Manipulating And Reading Xml With Simplexmlquestionbin.com | still grounded for about 910 days now | Php Tutorial
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.



