How do I create a user profile on my website using php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do I create a user profile on my website using php

12th Oct 2016, 8:22 PM
Jaymo Ariembi
Jaymo Ariembi - avatar
4 Answers
+ 9
creat the design first in HTML and CSS then retrieve user data from sql if (isset ($_GET[id])){ $USERID = $_GET['id']; $connect->query('SELECT * FROM USERS WHERE ID="'. $USERID.'"'); }
17th Oct 2016, 1:07 PM
Driss Baidou
Driss Baidou - avatar
+ 1
i sugest to create in ajax and link it with mysql
29th Oct 2016, 6:27 PM
raza
0
yes good question by jaymo. someone should please answer that with example please
5th Jan 2017, 11:46 PM
Cele Prince
Cele Prince - avatar
- 1
how do you make the data be seen at the right place you want after designing with bootstrap
18th Oct 2016, 7:08 PM
Sessah-Odai Sadick
Sessah-Odai Sadick - avatar