Archive for the ‘PHP Tutorials’ Category

Uploading files with PHP – PHP Tutorial

This item was filled under [ PHP Tutorials ]

Continuing on from our article on Listing files stored within a directory using PHP, this quick guide will walk you through how to upload a file to a server using PHP.
Firstly, we assemble the form to upload a file within our html page, starting with the form tags. In the action attribute, we call the [...]

Continue reading...

Listing files stored within a directory using PHP – PHP Tutorials

This item was filled under [ PHP Tutorials ]

Being able to create lists out of files within a directory quickly and easily is a really good skill to have, especially when creating Content Management and web based File Management Systems.
This method is a really simple version, and can be expanded in a number of ways.
Firstly we create a function to return the formatted [...]

Continue reading...

 Page 1 of 3  1  2  3 »