waverider303 Posted June 11, 2006 Share Posted June 11, 2006 I was wondering if PHP is the coding language to use to create a database to book events. Example of what I mean is when people book flights they type the info and click book an instantly it shows up and where they are booked. Link to comment https://forums.phpfreaks.com/topic/11747-creating-a-datbase/ Share on other sites More sharing options...
digitalgod Posted June 11, 2006 Share Posted June 11, 2006 [!--quoteo(post=382662:date=Jun 11 2006, 05:53 PM:name=waverider303)--][div class=\'quotetop\']QUOTE(waverider303 @ Jun 11 2006, 05:53 PM) [snapback]382662[/snapback][/div][div class=\'quotemain\'][!--quotec--]I was wondering if PHP is the coding language to use to create a database to book events. Example of what I mean is when people book flights they type the info and click book an instantly it shows up and where they are booked.[/quote]you need a combination of php and mysqlhere's a MySQL tutorial[a href=\"http://www.phpfreaks.com/tutorials/33/0.php\" target=\"_blank\"]http://www.phpfreaks.com/tutorials/33/0.php[/a] Link to comment https://forums.phpfreaks.com/topic/11747-creating-a-datbase/#findComment-44431 Share on other sites More sharing options...
WendyLady Posted June 11, 2006 Share Posted June 11, 2006 For something similar, I have used the shell coding from BosDev. It wasn't expensive, and it cut out the hairy part of the programming so that I could just tweak it to be the way I wanted it. It isn't perfect, but it does the job & it is very easy to personalize.(Sometimes I cheat, but only if it is for something extremely complicated where I think someone else did a better job than I could on my own.)Wendy[a href=\"http://bosdev.com\" target=\"_blank\"]http://bosdev.com[/a] Link to comment https://forums.phpfreaks.com/topic/11747-creating-a-datbase/#findComment-44452 Share on other sites More sharing options...
waverider303 Posted June 12, 2006 Author Share Posted June 12, 2006 [!--quoteo(post=382664:date=Jun 11 2006, 05:16 PM:name=digitalgod)--][div class=\'quotetop\']QUOTE(digitalgod @ Jun 11 2006, 05:16 PM) [snapback]382664[/snapback][/div][div class=\'quotemain\'][!--quotec--]you need a combination of php and mysqlhere's a MySQL tutorial[a href=\"http://www.phpfreaks.com/tutorials/33/0.php\" target=\"_blank\"]http://www.phpfreaks.com/tutorials/33/0.php[/a][/quote]I went to that link. Where do I input that info? Do I make a php file and upload it to my website? Link to comment https://forums.phpfreaks.com/topic/11747-creating-a-datbase/#findComment-44468 Share on other sites More sharing options...
redarrow Posted June 12, 2006 Share Posted June 12, 2006 [!--quoteo(post=382702:date=Jun 12 2006, 01:15 AM:name=waverider303)--][div class=\'quotetop\']QUOTE(waverider303 @ Jun 12 2006, 01:15 AM) [snapback]382702[/snapback][/div][div class=\'quotemain\'][!--quotec--]I went to that link. Where do I input that info? Do I make a php file and upload it to my website?[/quote]www.hotscripts.com3rd party scripts okor read the tutoral good luck. Link to comment https://forums.phpfreaks.com/topic/11747-creating-a-datbase/#findComment-44470 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.