Jump to content

Recommended Posts

PHP page should include:

1. Text Field

2. COMBO Box (Select one of the two option)

3. Button

 

User should type his email address in the text field and select the

option to REGISTER or UNREGISTER for subscription.

 

This request should be taken to backend database (mySQL). But before

inserting the record in the table it should be checked if it already

exist in the table or not. If it is then message should be should

that it already exist and double registration is not required. Else

message should be shown for successful registration.

 

Same should be case for UNREGISTRATION request.

 

The backend database should have two fields, 1 to maintain the

unique Id and the 2 field for recording the email address from the

user.

 

field 1 should be autoincreamented and need not to be inserted by

the user through PHP code.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.