Hello everyone, learning to make websites while on Denwere, Here came the next obstacle - there is a website, there is a registration, there is a captcha, and how can this all be tied into a whole, so that the page of the website opens after registration and naturally captcha works in registration? Please tell me who has this experience.
- when the user entered the data for registration, + your captcha code, the data is sent to the server for verification, the server is checking the captcha code with what the user entered. - Smash
|
2 answers
Sharing sites in Denver is like? If you need registration (and other actions that require a certain logic and data verification / storage), you can’t do without at least some basic PHP knowledge (or other languages in which server scripts are written)! So either study or hire the freelancer who will do the work for you.
- But if I am mistaken and you still know PCP, then to solve your problem, look towards the session mechanism (session_start (), $ _SESSION, etc.) - MDJHD
|
Try to do at least for a start:
2 = 2? "Well no".
And if you click "Yes", then open the site. In general, it is better to find some kind of reference book or book, in order to understand what you are doing. And then at a pace, you will not succeed.
- Here is a good page. Where is described in detail how to protect the page with a password and other useful things. php.su/articles/?cat=security&page=007 - Artie Lay
|