mig35 has submitted 9 links
PHP File Read
in PHP added by mig35, on 30/10/2007 file handling files
Tutorial demonstrates different ways of reading files in PHP.
comment save reportHow to: PHP Create Files
in PHP added by mig35, on 19/10/2007 beginner tutorials files
A basic tutorial on how to create and save files in php for beginners.
comment save reportPHP Tell-A-Freind Form
in PHP added by mig35, on 3/10/2007 content management email form process
See how to create a tell-a-friend script in PHP. The source code shows how to validate user data and then safely process it. Check the demo.
comment save reportPHP multi-dimensional arrays
in PHP added by mig35, on 29/9/2007 arrays beginner tutorials multi-dimensional arrays
Array is most often used as a list of indexes and values. However, an array can also be used for storing key-value pair and each value could in tern be an another array as well. In such a way you can create two-dimensional or even three-dimensional arrays. In this tutorial, I attempt to explain how and when we use arrays.
comment save reportHow to: PHP Sessions
in PHP added by mig35, on 23/9/2007 beginner tutorials session
Learn what sessions are and how to create, retrieve and delete sessions in PHP
comment save reportAJAX Email Form
in PHP added by mig35, on 17/9/2007 AJAX Prototype advanced tutorials form
Sending and receiving asynchronous requests through server can done using simple AJAX implementation. The form shows you how to send emails (process form) without loading the page. Source code and demo is included.
comment save reportHow To: Cooking cookies in PHP
in PHP added by mig35, on 9/9/2007 beginner cookie cookies and sessions
Cookies are a fun and useful way to save data on a user's computer. The stored information can be used to identify them the next time they come to the site. In this tutorial, I attempt to show how to create cookies, retrieve cookie values and delete/destroy cookies.
comment save reportBeginning with PHP and AJAX
in PHP added by mig35, on 14/8/2007 AJAX Prototype beginner tutorials
Tutorial demonstrates how to write form submission in PHP and AJAX using prototype js library. A good beginners tutorial on PHP and AJAX.
comment save reportAJAX Edit-in-place Tutorial
in PHP added by mig35, on 11/8/2007 AJAX advanced tutorials edit-in-place
Implement AJAX edit-in-place functionality in your web application. Tutorial demonstrate how to write AJAX edit-in-place feature using Prototype js library.
comment save report