Search our tutorials

Western Studios Tutorials

     There are 86 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: Rating (Highest Scores to Lowest Scores)


Ad Rotation Script


 
Description: This is a very easy and simple ad rotation script, you can set percentage to show the ads and you can adapt this script to rotate any thing.
Added on: 28-May-2006 Hits: 388
| 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: 233
| Comments (0)

Header already sent error fix


 
Description: This is a very common error and here are some possible fix.
Added on: 16-Jun-2006 Hits: 237
| 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: 187
| Comments (0)

Creating a word filter and parser


 
Description: In this tutorial im going to show you how to create a basic Word filter and smiley Parser. Its Split in to 4 parts. The first 2 parts are about the word filter, firstly its code and secondly a breakdown of the code. The 3rd and 4th part follow the same patten except on the topic Smilys parsing. I hope this is helpful to some people.
Added on: 15-Aug-2006 Hits: 217
| Comments (0)

Database design tips


 
Description: Don’t just start adding tables to your database straight away – I’ve done this and then later realized it won’t work how I wanted it to. Just walk away from your computer for 10 minutes (you can survive, don’t worry) and get some pen and paper. Now in one color, write the tables you plan on making , and then beneath these headings write the columns, column types, and a description of the column. Sitting there away from the computer really helps spark some new ideas, and makes database design a lot easier.
Added on: 15-Aug-2006 Hits: 223
| Comments (0)

Build PHP Style Switcher


 
Description: Want to have a style switcher that lets your site’s visitors choose a different style sheet? Want it to work even if there is no JavaScript support? The trick is to use a server-side language like PHP, which is what I use for my style switcher.
Added on: 01-Sep-2006 Hits: 355
| Comments (0)

Google suggest - Ajax


 
Description: This tutorial will walk you through creating a search suggest similar in fashion to that of Google Suggest using AJAX technologies.
Added on: 14-Nov-2006 Hits: 211
| Comments (1)

Get Current Page URL


 
Description: Sometimes, you might want to get the current page URL that is shown in the browser URL window. For example if you want to let your visitors submit a blog post to Digg you need to get that same exact URL. There are plenty of other reasons as well. Here is how you can do that.
Added on: 02-Dec-2006 Hits: 245
| 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: 227
| Comments (0)


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