Random links and images with php and mysql
Description: This script allows any number of images to be referenced and have an associated hyperlink attached, which makes it great for 88x31 buttons which are commonplace throughout the web. The script requires a web server with PHP and a MySQL database to store the data.
Added on: 27-Apr-2005 Hits: 378
|
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: 290
|
Comments (0)Starting MySql
Description: How to start mysql server and client from the command line ( DOS )
Added on: 26-Apr-2005 Hits: 297
|
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: 286
|
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: 488
|
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: 291
|
Comments (0)