Programming

Browse Folder in VB6 w/o DriveList or FolderList

Submitted by raffyapurillo on
This is an example for browsing folder without using DriveListBox and DirListBox, You can use the native browse folder method. I hope you like this.. PS. I am not the original author of the module used in this sample for browsing the folder. Email Address of the Author is on top of the Module.... If you like this, Please let me know by hitting the "Like" button...

Export Data From PHP/MySQL to Microsoft Excel

Submitted by argie on
This code will help you on how to export data from mysql database using PHP to Microsoft Excel. The feature of this code is it export data from mysql to ms excel readable format. Download and try this code and if you have question, just leave comment and i will answer all your question. database name: data

Facebook Wall Clone Script Using PHP/MySQL

Submitted by argie on
This code will teach you on how to create a facebook alike wall post using php/mysql and ajax. the feature of this code are it allows you to post status, allow to post comment in a certain status, facebook like collapsible comments, while clicking View all Comments link it displays all the existing comments. Download and try this code, leave comment if you have a question on this code. database

Auto Delete Data Using Current date In PHP/MySQL

Submitted by argie on
This code will help you on how to create a system that automatically delete data when the expiry date was arrive. The required input to fully execute auto delete is the number of days to add in the current date, the formula to get the expiry date is current date plus the number of dates to be input. The feature of this code is, automatically delete data when the expiry date arrive. In this code

VB.net to MsAccess Listview (Insert, Update, Delete, Refresh and Search) No Autonumber datatype

Submitted by harvey_quijano on

In this program you will learn on how to: *Insert and Update with catch duplicate entry (EmployeeID) without using autonumber datatype... *Delete multiple record by pressing Ctrl + Click... *Pop-Up Refreshing with setting... *Pop-Up Searching with setting... Please don't forget to leave a comment >(^_^)< hope this code will help you... Godbless you all mga kababayan...

Submit Form Using ComboBox OnChange Event In PHP/MySQL

Submitted by argie on
This code will teach you on how to submit form using ComboBox onChange event in php. The feature of this code is it save value form textbox without using submit button. Download and try this code if you want to run this code, Leave comment if you have some question. Database Name: onchangecombo