bjrose
11-17-2011, 02:25 AM
Hi guys. Read alot of threads here but havn't posted till now.
Im developing a little site just to give me something to do and experiment with, basically I have everything down with using php to add/edit/remove stuff from mySQL tables and user logins with sessions etc.
Its basically a mini ebay style that will never be used by anyone its just for me to practice development, basically a user can add an item, browse other peoples items etc etc. All the basic stuff
The next step I want to do is make the entrys (items) that people add to the database only last a week before being removed and needing to be relisted, the other option I need it for is for the item to be able to be "bidded on" which should be easy enough, and just need it to close bids being available after the set time limit, say 7 days again.
I havn't used Cron jobs before but if I had to guess im assuming I need a host that supports them? (hoping my current host does) or are there other options available.
Im by no means "advanced" or a programmer so im just looking for the easiest solution that works to get me started, if anyone could help out or least point me in the right direction for reading it would be appreciated it.
Thanks in advance
Im developing a little site just to give me something to do and experiment with, basically I have everything down with using php to add/edit/remove stuff from mySQL tables and user logins with sessions etc.
Its basically a mini ebay style that will never be used by anyone its just for me to practice development, basically a user can add an item, browse other peoples items etc etc. All the basic stuff
The next step I want to do is make the entrys (items) that people add to the database only last a week before being removed and needing to be relisted, the other option I need it for is for the item to be able to be "bidded on" which should be easy enough, and just need it to close bids being available after the set time limit, say 7 days again.
I havn't used Cron jobs before but if I had to guess im assuming I need a host that supports them? (hoping my current host does) or are there other options available.
Im by no means "advanced" or a programmer so im just looking for the easiest solution that works to get me started, if anyone could help out or least point me in the right direction for reading it would be appreciated it.
Thanks in advance