Php | Basic Php
98 days ago | forum.codecall.net
Learn how to program a simple pagination in PHP with MySQL.
Php | Basic Php
98 days ago | forum.codecall.net
A tutorial about sending emails and using AJAX for it.
Php | Basic Php
98 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
98 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
98 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 | Basic Php
98 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
99 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.
Flash | Text Effects
160 days ago | forum.codecall.net
Sometimes, when you have a text field you want to change how the text is display. Perhaps, you want the color to be red, or you want to change the font size? How can you do this? In the flash.text package there is a class called TextFormat that allows you to change the formatting of text fields.
Php | File Handling
160 days ago | forum.codecall.net
A tutorial on how to store images in XML files, for transfer and extraction.