mig35 submitted tutorials


profile / submitted / saved / comments / tutorial comments
RSS feed
How to: Writing to files in PHP
Submitted by Learn PHP » Tutorial covers different scenarios and methods of writing text to a file in PHP...
Rating: 3.3/5 | 488 clicks | 0 comments | 0 saves | share | report
how to: PHP File Create
Submitted by Learn PHP » A simple tutorial on how to create and save files in php.
Rating: 2.0/5 | 11 clicks | 0 comments | 0 saves | share | report
how to: PHP Sessions
Submitted by Learn PHP » Learn what sessions are and how to create, retrieve and delete sessions in PHP
Rating: 2.3/5 | 1,213 clicks | 1 comment | 0 saves | share | report
AJAX Email Form
Submitted by Learn PHP » 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.
Rating: - | 13 clicks | 2 comments | 0 saves | share | report
PHP multi-dimensional arrays
Submitted by Learn PHP » Array is most often used as a list of indexes and values. However, an array can can also be used as key-value pairs 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 we can use arrays in PHP.
Rating: 2.0/5 | 13 clicks | 0 comments | 0 saves | share | report
Installing Apache2, PHP5, MySQL and phpMyAdmin
Submitted by Learn PHP » Did you know you can simply install PHP5, MySQL and other goodies using WAMP5 package without going to manual guides? In this tutorial I attempt to show you how to install Apache, PHP and MySQL on your windows machine using WAMP5 package.
Rating: 1.7/5 | 15 clicks | 0 comments | 0 saves | share | report
Turning Dynamic URLs to Static URLs
Submitted by Learn PHP » Apache mod rewrite feature lets you turn dynamic urls to search engine friendly urls. In this tutorial I attempt to explain with example how to turn dynamic urls to static urls.
Rating: 2.8/5 | 715 clicks | 0 comments | 2 saves | share | report
Learn PHP Variables
Submitted by Learn PHP » Learn the different variables types in PHP (string, float, etc), how they are declared, how they can be used in your program and what they can be used for. A quick tutorial for those as well who are making a shift from another language to PHP.
Rating: 3.0/5 | 702 clicks | 1 comment | 0 saves | share | report
AJAX Edit-in-Place Tutorial
Submitted by Learn PHP » Implement AJAX edit-in-place functionality in your web applications. Tutorial demonstrates how to write AJAX edit-in-place feature using easy-to-use Prototype AJAX library and PHP.
Rating: 3.0/5 | 1,023 clicks | 1 comment | 1 save | share | report
PHP Syntax
Submitted by Learn PHP » A short lesson on writing PHP code and its semantics. Example showing how to combine PHP with HTML to create a web page.
Rating: 2.0/5 | 28 clicks | 0 comments | 0 saves | share | report