Jump to content

Creating edit page for profile card


Mekaboo

Recommended Posts

Hello!

Im interested in adding the Bootstrap profile card to my site but was curious on how to create an edit page for this. I want to include avatar upload and input tags that would be used in an advanced search engine I will add to the site.

Here is the link to what I what I want to use:

https://www.w3schools.com/howto/howto_css_profile_card.asp

Thank you for your help,

Mekaboo

Link to comment
Share on other sites

You will have to start learning a server-side programming language such as PHP. It is not easy, be patient and take your time to learn it properly before applying it to projects.

  • Like 1
Link to comment
Share on other sites

Thank ya kindly for responding❤️Im actually building a site using Codeigniter (PHP) which I enjoy doing, I wanted to add the profile card because I like the simpleness that it had. I couldn't find examples of how to offer an edit page for it and that is why I was seeking advice.  Im taking my time and slowly learning no question about it 😊

Link to comment
Share on other sites

You need to set up a database table to store information about the profile card.

The edit page would be a form with fields for each item you want to edit. You can learn about form handling here. https://www.w3schools.com/php/php_forms.asp

Here's a tutorial on how to upload the image: https://www.w3schools.com/php/php_file_upload.asp

For information about storing this information in the database see the full MySQL tutorial https://www.w3schools.com/php/php_mysql_intro.asp

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...