- 1,251 categories
- 40,829 scripts
- In this tutorial you will learn about PHP Syntax - Syntax for Writing a script, Scripts VS. File and Comments
- Categories
- Platforms
- Licenses
- A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending data to existing files, reading file by line or character, reading file in binar...
- Categories
- Platforms
- Licenses
- Commercial License,
- Free for non-commercial use
- This tutorial shows you how to upload an image on your server using PHP and html forms. You will also learn how to verify if the uploaded file is an image (checking the extension), if it doesn''t overtakes a size limit and how to change the uplo...
- Categories
- Platforms
- Licenses
- Other Free / Open Source License
- Did you know that require() and include() work differently? Both are used for including code in another file into your program, but there is a crucial difference in how they operate when that file cannot be read which any PHP programmer needs to know...
- Categories
- Platforms
- Licenses
- Other Free / Open Source License
- This tutorial will allow you to have a basic file upload interface with a PHP backend. This tutorial is only for educational purposes and the final PHP file upload script is not robust nor secure enough for a commercial solution.
- Categories
- Platforms
- Licenses
- Other Free / Open Source License
- In your PHP scripts at some stage you may wish or need to completely change the directory in which to look in - for examples the directory to look for files to include. This tutorial shows you how to change dir for file inclusion.
- Categories
- Platforms
- Licenses
- New to PHP? This tutorial teaches you how to make a PHP Counter, without using MySQL, so if you do not have access to MySQL then you can still do it.
In the tutorial you will learn the basics of file handling and sessions, which are vital operat...
- Categories
- Platforms
- Licenses
- Counters are used in many websites so that the webmaster will be able to see how many people come to their website. They are used throughout the web on numerous websites, sometimes all too common. I recommend not using a counter unless you have a dec...
- Categories
- Platforms
- Licenses
- This tutorial expliains how to install the trio, Apache - PHP - MySQL, on Windows. Also covers modifying Apache and PHP configuration file so the two can work together.
- Categories
- Platforms
- Licenses
- This is a basic, and very easy to understand,
tutorial on how to make one file to do it all--
Shows the contact form, then upon submit,
will automaticly update the page with a message,
while PHP sends out the email.
- Categories
- Platforms
- Licenses
Page: