Creating Profile and Saving Links

Hi guys,

I would like to make a php site connected with mysql db.

where:
1.) users register their profile i.e. simple name, surname, nickname, email and captcha [this part is more or less clear I found some references and tutorials which I am following]
2.) select their favorite links; there will be a list of 30 links and each link have a “radio button” nearby and at the end of the list two “basic buttons” “reset all” and “save” [which tutorial-s is/are covering this parts or where can I look for some references in regards this topic?]
3) users browse the list and save those selected links / when the next time they login they can see their selected links without browsing the list and selecting them again [topics, tutorials?].

Thanks a lot… I will really appreciate your help!

What have you tried?

currently following PHP tutorials
i.e.

but I am lost in point 2 and 3 mentioned above. Even some hints or “search tokens” will be useful

[size=18pt]STOP right there![/size]

That “tutorial” uses OBSOLETE code that will not work at all in Php7. Find a tutorial on PDO. Dont waste your time with this.

alright I’ll check your link signature and google for more info - thanks for the info.
any ideas for point 2,3 ?

On #2 you will want check boxes, not radio buttons. Get going with the basics of PDO first and come back with your code and we can go from there. Check out my PDO bumpstart DB.

Sponsor our Newsletter | Privacy Policy | Terms of Service