Help from PHP gods
Hi everyone,
First post here.
I'm looking for a cgi script that looks like a classified ads script where someone can create an account, add an ad and then be able to come back a few days after, enter his userid and password, modify his ad and then see the ad go from the bottom of the screen to the top because the ad has been updated.
Anyone seen such a script and what if anyone here can build me one from scratch, how will you charge me?
Richt now I have one but it's very basic. It doesn't uses a solid db like MySql so it can crash at anytime and even if I can use the htaccess prompt to enter my password and get inside the ad and modify it, the ad won't be moved to the top of the page because the page is plain HTML and not PHP.
Basically, I guess I need some kind of php page that can access a MySql db, and a secured page to go to edit the fields. The php page would then see that the db has been modified and the record would then be brought back on top of the page.
Anyway, let me know what you think.
Mtlinfo
|