davidgeorges Posted June 29, 2009 Share Posted June 29, 2009 Hi all, I need a help for a php script, I really need it for my university, i dint learn because i was sick,so if I dont do it I'll fale :'(, I need my script to be simple, as car dealer site, programmed in PHP & MySQL with list.php ,simple_admin.php (to be able to add and remove cars). Like this , i created it with dreamweaver so there is no php code just html. In attachments. [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/164168-i-need-a-script-urgently/ Share on other sites More sharing options...
pkedpker Posted June 30, 2009 Share Posted June 30, 2009 haha most sites don't do homework help.. but it seems your in a pickle! IDK i looked at it i don't see any PHP only HTML i believe you just want someone to do it all for you because you don't want to learn PHP.. well.. if no one does help you.. I doubt anyone will help you.. try looking at google for car dealer site in php you might find a few examples.. Even if you don't find it your idea seems similar to a very popular site idea called TopSites in php.. which people put links of their sites + image of their website banner and it shows them.. you can easily customize that to your idea in a hour tops.. look for a EXTREMELY basic one.. which has almost nothing. Link to comment https://forums.phpfreaks.com/topic/164168-i-need-a-script-urgently/#findComment-866026 Share on other sites More sharing options...
davidgeorges Posted June 30, 2009 Author Share Posted June 30, 2009 but if anyone can just make the starting of script, just a little i will continue it myself please :S Link to comment https://forums.phpfreaks.com/topic/164168-i-need-a-script-urgently/#findComment-866039 Share on other sites More sharing options...
.josh Posted June 30, 2009 Share Posted June 30, 2009 <?php //rest of code here There you go. Enjoy. Good luck! Link to comment https://forums.phpfreaks.com/topic/164168-i-need-a-script-urgently/#findComment-866045 Share on other sites More sharing options...
joel24 Posted June 30, 2009 Share Posted June 30, 2009 Quote <?php //rest of code here There you go. Enjoy. Good luck! hahha gold! Link to comment https://forums.phpfreaks.com/topic/164168-i-need-a-script-urgently/#findComment-866067 Share on other sites More sharing options...
gizmola Posted June 30, 2009 Share Posted June 30, 2009 Quote //rest of code here There you go. Enjoy. Good luck! C'mon give the guy a break. It's *urgent*. //rest of code here echo 'Car Dealership Site'; Link to comment https://forums.phpfreaks.com/topic/164168-i-need-a-script-urgently/#findComment-866079 Share on other sites More sharing options...
will35010 Posted June 30, 2009 Share Posted June 30, 2009 Quote <?php //rest of code here There you go. Enjoy. Good luck! Nice. Link to comment https://forums.phpfreaks.com/topic/164168-i-need-a-script-urgently/#findComment-866080 Share on other sites More sharing options...
gamerzfuse Posted June 30, 2009 Share Posted June 30, 2009 Quote C'mon give the guy a break. It's *urgent*. <?php //rest of code here echo '<h1>Car Dealership Site</h1>'; If we all add something, he'll be done in a matter of weeks! <?php //rest of code here echo '<h1>Car Dealership Site</h1>'; echo '<table width="650"> <tr> <td width="600">Vehicle Name</td> <td width="50">Price</td> </tr><tr> <td width="600">VEHICLE NAME HERE</td> <td width="50">PRICE HERE</td> </tr> </table>' Link to comment https://forums.phpfreaks.com/topic/164168-i-need-a-script-urgently/#findComment-866085 Share on other sites More sharing options...
joel24 Posted June 30, 2009 Share Posted June 30, 2009 Quote If we all add something, he'll be done in a matter of weeks! <?php //rest of code here echo '<h1>Car Dealership Site</h1>'; echo '<table width="650"> <tr> <td width="600">Vehicle Name</td> <td width="50">Price</td> </tr><tr> <td width="600">VEHICLE NAME HERE</td> <td width="50">PRICE HERE</td> </tr> </table>'; you forgot the ; Link to comment https://forums.phpfreaks.com/topic/164168-i-need-a-script-urgently/#findComment-866115 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.