jalani86 Posted October 8, 2009 Share Posted October 8, 2009 hi there peeps, i'm in my final year doing a php and mysql project, i'm gonna design a website that checks to see if a limousine is available to hire it out. by this a customer is gonna select from and to date and it will bring up all the limos that available, could anyone help me how to get started thankyou. i'm not an expert in php and sql but i know vague idea of it Link to comment https://forums.phpfreaks.com/topic/176953-re-help-final-year-student-needs-help-with-php-and-mysql/ Share on other sites More sharing options...
Mchl Posted October 8, 2009 Share Posted October 8, 2009 Welcome. If you have any questions please feel free to ask them. I hope you did familiarise yourself with forum rules and terms of service. This will let us avoid any misunderstandings Have fun and good luck. Link to comment https://forums.phpfreaks.com/topic/176953-re-help-final-year-student-needs-help-with-php-and-mysql/#findComment-932996 Share on other sites More sharing options...
PFMaBiSmAd Posted October 8, 2009 Share Posted October 8, 2009 could anyone help me how to get started The same way that you solve any problem, programming or not. You define what you are trying to achieve, then you break the problem down into smaller and smaller steps that lead to a solution that accomplishes the stated goal, until you get to the point where code can be designed, written, and tested that implements each step that will cause that goal to be realized on a computer - http://www.ipbwiki.com/Practical_PHP_Programming:The_design_process What exact problem are you having with some php related code you have written (which is the purpose of this forum - Do you need help with some code you wrote?) Link to comment https://forums.phpfreaks.com/topic/176953-re-help-final-year-student-needs-help-with-php-and-mysql/#findComment-933026 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.