Categories





WS Menu







Search our tutorials

Western Studios Tutorials

     There are 87 Links in our database

First .... 3 4 5 67 8 9 Next Page Previous Page
Category: Main/PHP


Sort Links by: Title (A\D) Date (A\D) Rating (A\D) Popularity (A\D)
Sites currently sorted by: Title (A to Z)


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: 162
| 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: 230
| 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: 160
| Comments (0)

PHP Limit upload file size


 
Description: This upload form can limit file size.
Added on: 23-Dec-2005 Hits: 262
| 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: 241
| 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: 250
| Comments (0)

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: 247
| Comments (0)

Prevent SQL Injections in PHP


 
Description: One of the things that most scared me when creating database driven applications with PHP was the thought of someone messing with my database by using SQL injection attacks. I had heard about this from various times before thanks to other sites, but didn’t really know what it meant or what harm it could cause. In this article, I hope to enlighten you.
Added on: 05-Feb-2007 Hits: 254
| Comments (0)

Print Date


 
Description: Learn how to use the date formats in php. This tutorial is very simple.
Added on: 16-Oct-2005 Hits: 195
| Comments (0)

Quick guide to MySQL tables


 
Description: This is a nice list explaining tables and columns in mysql. A must read for those new to database development.
Added on: 11-Oct-2006 Hits: 179
| Comments (0)


First .... 3 4 5 67 8 9 Next Page Previous Page