PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
i'm a bit of a newbie to php. i'm currently trying to develop a booking system for a motorhome. the motorhome can only be booked from friday to friday so the user can select through a drop down only the fridays of a given month to book a starting date (already recieved help from this forum for that prob - so thanks alot ). i need the starting date in date format to be entered into a table which i've done but i now need the dates for the following 7 days to be entered into individual rows for the same booking- this is where i'm stuck. can anyone help?