Posts Tagged ‘File’

PHP OOP Tutorial 4 | File Logger

I had a brain-fart during the tutorial forgive me for the pause somewhere in there! Anyways, Lets get our hands dirty with a File Logger object in OOP. I think by practicing it’s the only way to learn, rather than going through all the rules. So lets do it!

Java Bukkit Plugin Tutorial: Using Config Files – Implementing the Options [part 02]

NOTE: You most likely can cast to an Integer to avoid the silly string workaround I showed here. Try it ! WEBSITE: betterphp.co.uk In this series I explain the basics of using config files in your plugins, this extends the first series I did so you may also want to watch that.

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

Ajax Tutorial : Post to PHP File XMLHttpRequest Object Return Data Javascript

Script: www.developphp.com Learn to program the javascript XMLHttpRequest Object to easily send Ajax HTTP requests to your PHP parsing scripts, and get return data from submitted forms or any type of interaction that takes place on your website.

PHP Tutorial: Avatar / Profile Image Upload [part 03]

In this part I show you how to modify the profile page to display the image.

PHP Tutorials: Secure File Upload (Part 1/3)

File uploading, ensuring that you only allow a specific set of allowed file extensions. An easy, effective way to protect against malicous and unwanted file being uploaded. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

2. Flat File .txt + PHP Database Tutorial – Allow user or client to change data – CMS

Copy+Paste Source Available: www.developphp.com In this lesson series Adam Khoury demonstrates using .txt Flat File Database systems as an alternative to MySQL, XML, or other database systems. In part 2 you will learn how to allow a user or client to change the data from smart easy web forms. Many people do not have tech knowledge and do not like going on the server to alter a CMS file. You must make forms to alter the data. Lesson Presented by www.developphp.com

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.

PHP Tutorials // File Upload (Part 1/8)

In this video tutorial I show you how to make a file upload script using php code and a html form. Download Source Code: www.nickfrosty.com