How to center a chromeless pop-up window in most browsers.
Continue reading “Javascript Center Popup Window”
Month: July 2004
PHP Order By Multiple Fields in MySQL
Want to be able to order by two or more database fields / columns using the ASC and DESC order clause
Continue reading “PHP Order By Multiple Fields in MySQL”
PHP Search Between Values in MySQL Database
Need to know how to filter a database search result between two values. Use the WHERE clause in SQL to provides conditions in your search.
Continue reading “PHP Search Between Values in MySQL Database”
PHP Search using WHERE, AND, LIKE, OR Query Functions
How to search multiple fields in a database
Continue reading “PHP Search using WHERE, AND, LIKE, OR Query Functions”
Query Select From a Database
How to do a basic query from a MySQL database using PHP
Continue reading “Query Select From a Database”
PHP Round Off Decimal or Convert to Decimal Point
Round a number up or down or Round off a floating decimal point number using PHP’s functions round(). Or convert a digit to a decimal point. Greate for shopping carts or time sheet programs.
Continue reading “PHP Round Off Decimal or Convert to Decimal Point”