ombing.com is a php-mysql, ajax, asp resource website based in the Philippines.
| ARTICLES ABOUT PHP-MySQL,AJAX,ASP |
MySql Full-Text Search-MySql |
| There are several ways to search for something in a MySql database. One of these techniques is the use of the LIKE clause. SELECT field1, field2 FROM Table_Name WHERE field2 LIKE '%search_string%' While this technique works like a charm and is actually advisable to some scenarios, it is ... |
AJAX-PHP BASICS-PHP-AJAX |
| Asynchronous JavaScript And XML (AJAX) is a new technique in developing web applications. It is NOT a new language but rather a combination of already known languages used together to form a new technique that makes web pages more responsive by exchanging data with a server behind the scenes and reloading only the nece... |
ITX PEAR TEMPLATING-PHP |
| Ever since my ids-media days, I have always worked with a web development team. There are always two major parts of the web dev team I have worked with, Front-end (designers) and the back-end (programmers). The most common hurdle that we encounter is how to be able separate the presentation layer with the logic layer.... |
| SAMPLE SCRIPTS FOR PHP-MySQL,AJAX,ASP |
Currency Converter Component for Joomla-PHP |
| A Currency Converter component for Joomla. This converter uses the csv file provided by yahoo. AJAX Technique was used in this component so that it will not reload the entire page.... |
CONTACT MANAGER-PHP-FLASH |
| FLASH-PHP-MySql Contact Manager application. This application Demonstrates FLASH-PHP-MySql to view multiple data records. It has complete set of operations ADD/EDIT/DELETE/SEARCH. Good reference for learning.... |
FORMS-PHP |
| If your tired of recreating your form and the corresponding add/edit code (or simply want to save time), this is the code for you. With just a couple lines of code you will have your form complete with its add/edit to database code. Using this script you can now focus on other important parts of your code and do not have to burn a lot of time creating form add/edit forms.... |
CONTACT PAGE-PHP-FLASH |
| FLASH-PHP-MYSQL Contact Page demonstrate PHP-FLASH interface in its simplest form. The flash part serves as the input interface. It then utilizes the ease of PHP-MySql Integration. This code is a good choice for a first step in learning FLASH-PHP-MYSQL integration... |
DATAGRID CLASS-PHP |
| A custom DATAGRID CLASS which is a good tool for displaying data in a gridview. It has the option of enabling editing and deletion of the entries. Code Designed for ease of use. You will just have to set with a couple of lines and your good to go with a full scale Datagrid for php... |
Home