Categories





WS Menu







Search our tutorials

Western Studios Tutorials

     There are 86 Links in our database

First .... 2 3 4 56 7 8 .... 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: Popularity (Least to Most Hits)


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

Using Cookies in PHP


 
Description: Cookies are one of the most widely misunderstood concepts of Internet surfing to both users and developers. Many people think that cookies are dangerous, insecure 'things' that let people get your credit card details and what not. This is, for most cases, completely untrue. To the experienced web developer, cookies present a medium for allowing quicker and more user friendly access to your website.
Added on: 13-Feb-2005 Hits: 245
| Comments (0)

Extracting data from mysql database


 
Description: Learn how to run queries to extract records from your mysql database.
Added on: 25-Nov-2005 Hits: 245
| Comments (0)

Secure File Upload


 
Description: PHP makes uploading files easy. You can upload any type of file to your Web server. But with ease comes danger and you should be careful when allowing file uploads.
Added on: 06-Feb-2007 Hits: 245
| 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: 247
| Comments (0)

Show search bots on page


 
Description: This is a very nice script to display which bot is viewing your pages.
Added on: 28-Oct-2005 Hits: 247
| Comments (0)

Display Contents of a Folder


 
Description: Display contents of a folder using PHP.
Added on: 08-Apr-2007 Hits: 249
| Comments (0)

Redirecting Users


 
Description: PHP has the capability of doing thousands of different useful things. On of those useful things, is the ability to redirect users using HTTP headers alone. This is different from using plain HTML Meta tags to redirect, as using this method the user won't even see the redirect occur. This can be very useful in creating a page that redirects to different pages, depending on the input to the script.
Added on: 13-Feb-2005 Hits: 252
| Comments (0)

Getting Data from Mysql


 
Description: Using PHP you can run a MySQL SELECT query to fetch the data out of the database. You have several options in fetching information from MySQL. PHP provide several functions for this.
Added on: 26-Apr-2005 Hits: 253
| Comments (0)

Using PHP To Backup MySQL Database


 
Description: In this page you can learn three different ways to backup your MySQL database
Added on: 26-Apr-2005 Hits: 259
| Comments (0)


First .... 2 3 4 56 7 8 .... Next Page Previous Page