Categories





WS Menu







Search our tutorials

Western Studios Tutorials

     There are 86 Links in our database

First .... 4 5 6 78 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: Popularity (Most to Least Hits)


Reading and Writing Files


 
Description: I'm sure many of you use databases, such as the ever popular MySQL, to hold all your website content, articles, possibly even images. What many of you may not know is that before databases, everyone used to use flat files. Actually, databases are simply flat files with some special data arrangements and indexing. So what are flat files? Simply put, they are ordinary files that you and I manipulate every day, such as txt files, images and word documents.
Added on: 13-Feb-2005 Hits: 215
| Comments (0)

Sql injection protection script!


 
Description: With mysql injection becoming a major problem these days ive put together a simple way to clean up information so you do not get messed up by exploiters.
Added on: 21-Feb-2006 Hits: 215
| Comments (0)

Conditional Statements


 
Description: Learn to use the if statement more efficiently.
Added on: 23-Feb-2006 Hits: 215
| Comments (0)

Get width and height of image


 
Description: This is a very useful function in PHP, I found it on php.net PHP provides function to get the width and height of an image. The getimagesize() function will determine the size of image file including flash file(swf).
Added on: 10-Jun-2006 Hits: 215
| Comments (0)

Feedback form


 
Description: Getting the hang of forms that rely on Perl/CGI scripts can be a right pain in the butt, and who wants to use someone elses script covered in adverts and secret comments? Follow this tutorial and you can add forms to any page of your website...
Added on: 10-Mar-2006 Hits: 210
| 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: 210
| Comments (0)

Send HTML Emails with PHP


 
Description: With this code you'll be able to send html emails using php and mail(); function.
Added on: 05-Jan-2007 Hits: 210
| Comments (0)

Using PHP to search MySQL


 
Description: Searching a database is very simple and this tutorial will teach you how to do just that.
Added on: 08-Jul-2007 Hits: 210
| Comments (0)

Reducing Exploits


 
Description: When dealing with PHP, especially dynamics, it's important to always consider security. Here are some simple tips that will help you deal with the most common of those problems and exploits.
Added on: 26-Jun-2005 Hits: 209
| 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: 209
| Comments (0)


First .... 4 5 6 78 9 Next Page Previous Page