Published on Fri, 25 May 2007 15:00:33 -0400 Read: 1267 times
ListCustomer displays list of customers and related information like address in alphabetical order. It also provides option to edit and delete records while viewing the list simultaneously. ListCustomer takes in startchar as its argument - When startchar = "ALL", entire Customer table
Published on Fri, 25 May 2007 17:14:29 -0400 Read: 1007 times
The function filterbanwords filters out list of pre-defined words. so as the make the final output clean and tidy. $word holds comma seperated words that needs to be eliminated from the text which is passed as parameter $text to the function.
Published on Thu, 21 Jun 2007 09:26:21 -0400 Read: 2773 times
The objective of this function is to generate invoice number in a specified serial format.
Commonly Invoice Number is stored as number in the database. While printing Invoice, It is offen required to print invoice numbers in specified format as per customer's requirement. Most
Published on Fri, 22 Jun 2007 03:59:49 -0400 Read: 1610 times
One time or the other, probably someone could have lost data due to corrupt MS Access Database. However Not all corrupted Access database are irrecoverable. In most of the cases you can recover almost all the data from the corrupt MS Access Database. The Code below provides one possible
Published on Sun, 26 Aug 2007 06:20:12 -0400 Read: 1551 times
Sometimes while using FTP one may find the script files transferred to have additional blank lines, which could make the script clumsy and messy to read or modify. Here is a simple code to remove Blank Lines in Script Files.
Note :
Please take a backup of original script or text file.