Home > MySQL, PHP > Single Page Edit – Mysql/php

Single Page Edit – Mysql/php

October 25th, 2009

I have a matchmaking website that needs a few changes to one page.

Members pay to have profile slots. Problem is that when the membership plan expires, the profiles stay active. Right now my membership page (see member.jpg) shows total slots and total approved slots so I am able to see who is more approved slots then total slots paid for.

I want to be able to disable profiles manually.

I have one page I want to add a few things to (see profiles.jpg).

1. Current Status (one friend either 1 or 0)
2. Change Status. Either two buttons or a drop down that picks inactive or active.

I already have a page that lists the profiles. I would require that we add a “where” ?pid= to the query so that I can go from my members page to the page with just that account.

Only other thing I want is a button where I can click that would email the email on account stating if in 30 days they don’t renew their membership, their profile will become inactive.

Please let me know if you have any questions.


Single Page Edit - Mysql/php

Categories: MySQL, PHP Tags: , , , , , ,
Comments are closed.
Bear