+ 2
How do I create a user profile on my website using php
4 Respostas
+ 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.'"');
}
+ 1
i sugest to create in ajax and link it with mysql
0
yes good question by jaymo. someone should please answer that with example please
- 1
how do you make the data be seen at the right place you want after designing with bootstrap