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: 270
|
Comments (0)Check if file exists
Description: Use this code to check if a file exist on your server. It is great if you don't want to search all your files and would like to update or add a new one.
Added on: 01-Feb-2005 Hits: 219
|
Comments (1)Check urls for http://
Description: You may ask yourself, why do I need to check if a url contains http://?. The answer is that when you are dealing with a script that calls for user to enter http:// with their url, not everyone will. This will in turn cause broken links and images. We can fix that with this simple tutorial.
Added on: 18-Feb-2006 Hits: 152
|
Comments (0)Create a php based CMS
Description: Writing your own CMS can lead to a solution that is better suited to your requirements, better addresses the needs of your users, and is better understood by your development team. If you have the time and expertise to write your own in-house system, it may well prove the better option.
Added on: 11-Mar-2005 Hits: 335
|
Comments (0)Create thumbnails with php
Description: Create a copy of an image as a thumbnail. You get a great function that use the GD library to create the new thumbnail file.
Added on: 18-Mar-2006 Hits: 136
|
Comments (1)