Starting MySql
Description: How to start mysql server and client from the command line ( DOS )
Added on: 26-Apr-2005 Hits: 248
|
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: 233
|
Comments (0)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: 300
|
Comments (0)Mysql update and delete
Description: Updating and deleting rows from a database is quite simple and this tutorial will show you how.
Added on: 08-May-2005 Hits: 247
|
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: 192
|
Comments (0)Alternating Row Colors With MySQL Results
Description: One of those popular ways to display your database queries is with alternating row colors inside of a table. Let's face it, if you are displaying any number of items inside your database, you should be using tables. This allows better formatting and better display of your results. If you would like to spice it up a little you can change the color of every other row inside your table and allow the results to be displayed in a manner which the user can read them easier. In this tutorial I will show you how.
Added on: 29-Jun-2005 Hits: 308
|
Comments (0)Using If Else Statements
Description: An if else statement can make things really neat on your website. The basics of it are so simple that if you blink your eyes, you should be able to figure it out. Let's cover an if else statement.
Added on: 30-Jun-2005 Hits: 244
|
Comments (0)