Prevent Hot Linking
Description: If you are tired of people linking to your precious images then this tutorial will help.
Added on: 24-Jan-2007 Hits: 210
|
Comments (0)PHP/MySQL Video Tutorial
Description: A high quality video tutorial that will teach you how to add and retrieve data from a MySQL database using PHP.
Password to open the file is: http://www.westernstudios.net
Added on: 07-Aug-2007 Hits: 229
|
Comments (0)PHP Sessions
Description: Alright, so you have a section on your website that you want to keep private but you don't feel like messing around with htaccess to keep people from getting in without knowing, well here's is a simple login system using the power of PHP sessions.
Added on: 31-Mar-2005 Hits: 221
|
Comments (0)PHP Form Image Upload
Description: 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 uploaded file name.
Added on: 13-Jul-2007 Hits: 144
|
Comments (0)PHP Array Sum
Description: We can store values in an array and calculate the sum of the values inside the array by using the array_sum function.
Added on: 16-Apr-2007 Hits: 209
|
Comments (0)PHP and Files
Description: Working with files is a basic necessity for programmers and PHP gives you a great facility for creating, uploading, and editing files. This section is completely dedicated to how PHP can interact with files. After completing this section you should have a solid understanding of all types of file manipulation in PHP.
Added on: 15-Jul-2006 Hits: 146
|
Comments (0)Passing Javascript Variables to PHP
Description: JavaScript is mainly used as a client side scripting language, while PHP is a server side technology. Unlike Java or ASP.Net, PHP doesn't have tools to make it work client side. That is why you need to combine JavaScript and PHP scripts to develop powerful web-applications.
Added on: 02-Dec-2006 Hits: 176
|
Comments (0)