CodeIgniter Forums
Login/Register/User page setup, connection reccomendations - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Login/Register/User page setup, connection reccomendations (/showthread.php?tid=73349)



Login/Register/User page setup, connection reccomendations - Mekaboo - 04-13-2019

Hello all!

Ive researched all around but still feel I need help Ive attached a screenshot of my landing page. I would like to connect a login/register page to the button shown which afterwards would lead to a main page or user account. Like a social network. How do I connect the login.php/register.php and its controllers to this button? I have to create an html to connect with both and link that to the button? Are there any templates that folks could send my way to check out? Thank you! (I used the welcome_message.php for my landing page)


Heart Heart ,
Mekaboo


RE: Login/Register/User page setup, connection reccomendations - InsiteFX - 04-14-2019

CodeIgniter User Guide - anchor


RE: Login/Register/User page setup, connection reccomendations - Mekaboo - 04-14-2019

(04-14-2019, 04:37 AM)InsiteFX Wrote: CodeIgniter User Guide - anchor

Awesome thank you Heart

Question: how do I combine login.php and register.php views so I can anchor echo? When people click the enter button it will lead them to login/register page. Do I make an html and add the php views in there?


RE: Login/Register/User page setup, connection reccomendations - Mekaboo - 04-14-2019

(04-14-2019, 04:37 AM)InsiteFX Wrote: CodeIgniter User Guide - anchor

Hey again! With the help of Youtube I figured it out! I had to connect the php files with the functions inside the controller.

Thanks again Heart