I have built some caller id software with vb, i need to have the phone number in a html txt box to work with my php program. would it be better to get the vb to write to an access database with the info and then retrievethat info with php and then put it into a mysql database or would it be better to write it straigt to the mysql database?
or is there a way that i wouldnt have to do this and just get my program to interact with a php page, so when a new call comes in it generate a new page with the number on it?