Search found 48 matches

by amitdubey2
Tue Apr 27, 2010 4:32 am
Forum: PHP - Code
Topic: how to make a air ticket booking website..
Replies: 4
Views: 299

how to make a air ticket booking website..

Hello frns, i want to make a travel website for air ticket booking ... in this site when a user fills required fields to get enquiry about seat availability on a particular day on a particular airline from one place to another ...the website should search for it in some ticket booking websites and s...
by amitdubey2
Fri Apr 23, 2010 12:03 am
Forum: PHP - Code
Topic: how to update a data everyday using php and mysql
Replies: 2
Views: 703

Re: how to update a data everyday using php and mysql

got the trick for that.. i have inserted a calender from which i will get the date of submit, then i changed its format so that it was similar to the mysql date format.After that i retreived that date on the other page and compare with the current date , by this it will show the records for current ...
by amitdubey2
Tue Apr 13, 2010 10:30 pm
Forum: PHP - Code
Topic: how to update a data everyday using php and mysql
Replies: 2
Views: 703

how to update a data everyday using php and mysql

Hello everyone, I am new to php and mysql,,,i stuck with a problem and need help. The problem is that i am working on a website for horoscope.Where i want to make a admin account who can submit data about sunshines for any date ( for example on 14th april he can submit data for 15,16,17,....) But th...