I could not find how to grab data from user_1 or fied_one ?
Any leads ?
PHP Scripting Forums » PHP Classes Support Forum » Access_user Class Support forum
How to grab data from field user_1?
(6 posts)-
Posted 4 months ago #
-
how about:
$_POST['user_1']Posted 4 months ago # -
I'm trying to get the data from the database which field call user_1.
Posted 4 months ago # -
maybe you can explain a little bit more?
Posted 4 months ago # -
$sql= "SELECT user_1 FROM users_profile WHERE id='$id'"Posted 4 months ago # -
Quote from: suggeelson
"$sql= "SELECT user_1 FROM users_profile WHERE id='$id'""what is this?
Posted 4 months ago #
Reply
You must log in to post.