Posts Tagged ‘Files’

PHP Tutorials: Removing a Directory with Contents

Deleting a directory containing files and/or subdirectories in PHP isn’t possible using the rmdir function alone. You’ll need to create a recursive function. It’s easier than it sounds, and this tutorial shows you how! WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Security – File Uploading

Not protecting file uploads is a common security problem, and can lead to a variety of security issues. Have you protected your file upload process? WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Security – File Includes

Including files from any potentially user defined source can lead to severe security vulnerabilities being present in your code, allowing an attacker to potentially gain full control of your website. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Create a Search Engine (Part 5/5)

Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.

PHP Tutorials: File upload (Part 2)

Uploading a file, learning how to get properties of the file, how to exclude specific file types and setting a file size limit.

How to Build a Community Web Site Part 4 – PHP Join Form Creation and Parsing Dreamweaver Tutorial

Part 4 – Create the join form and parse script. How to build a dynamic member based portal or community web site using PHP, MySQL, and Flash ActionScript 3.0

PHP Tutorials: File upload (Part 1)

Uploading a file, learning how to get properties of the file, how to exclude specific file types and setting a file size limit.

PHP Tutorials: Create a Search Engine (Part 4)

Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.

PHP Tutorials: Display Images from a Directory

Quickly and easily display all images found in a specified directory.

How to install PHP 5.2.8 in Windows Apache Server XP, Vista, Server 2003

Visit myownserver.info and read my notes before applying the fix listed in this tutorial. This tutorial explains how to install PHP 5.2.8 on your Apache 2.2.11 HTTP server and how to fix some of the dynamic library errors found when viewing the Apache error.log.