Anybody egyptian here?
Yaa can i contact with u private because i want to ask somebidy in arabic?
So how do i link my data entry in an existing data table ?
You can use strtr function in php to encrypt value with custom enc
In strtr function you can define what you want to change to what
Covert your json into array format try $result = json_decode($your_array);
yes i am 🇪🇬
can i help?
can i help?
Yaa can i contact with u private because i want to ask somebidy in arabic?
ok
I have made login form .. !
In which data is saved like username and password..
So, now in another file display what i want is add in same table more data
Like Birth_date and gender
But this data im adding from popup box – modal from another file.
Yes I have plz text mi
And you can protect your self from this by just encrypting all user’s input
If eval() is the answer, you’re almost certainly asking the
wrong question. — Rasmus Lerdorf, BDFL of PHP
The firsr comment in eval() docs on php[dot]net
I need some help
I need someone to help me with the following:
Database name: login_sample_db
Table name : users
Columns: id, student_id, fname, lname, user-nme, email, password
I need a code that will go into the DATABASE, fetch user’s data from a table named users and spit out only a logged in user name…
E.g Welcome John
And goes on to print his data from another table called results.
Just keep +, -, * and% same and change other
Only accept integervalue
I need some help
I need someone to help me with the following:
Database name: login_sample_db
Table name : users
Columns: id, student_id, fname, lname, user-nme, email, password
I need a code that will go into the DATABASE, fetch user’s data from a table named users and spit out only a logged in user name…
E.g Welcome John
And goes on to print his data from another table called results.
I need some help
I need someone to help me with the following:
Database name: login_sample_db
Table name : users
Columns: id, student_id, fname, lname, user-nme, email, password
I need a code that will go into the DATABASE, fetch user’s data from a table named users and spit out only a logged in user name…
E.g Welcome John
And goes on to print his data from another table called results.
When you load view before that send login user id to database and fetch the name of that user. Also send same id to another table and fetch the data using that id which you need to save in another table in front of login user as a user_id. And get all the results from that table against that user_id
I need some help
I need someone to help me with the following:
Database name: login_sample_db
Table name : users
Columns: id, student_id, fname, lname, user-nme, email, password
I need a code that will go into the DATABASE, fetch user’s data from a table named users and spit out only a logged in user name…
E.g Welcome John
And goes on to print his data from another table called results.
The idea is this, select everything from the table, then store what you need to be displayed in the page in asession , then you will call the session on the page..
for example,
$sql = “SELECT * from users where username = ‘”.$username.”‘ and password = ‘”.$password.”‘”;
$rs = mysqli_query($conn,$sql);
$getNumRows = mysqli_num_rows($rs);
if($getNumRows == 1)
{
$getUserRow = mysqli_fetch_assoc($rs);
unset($getUserRow[‘password’]);
$_SESSION = $getUserRow;
$_SESSION[‘firstname’]=$getUserRow[‘firstname’];
}
WHERE TABLE_SCHEMA = ‘yourdatabasename’ AND TABLE_NAME = ‘yourtablename’;
Rephrase this please
tell us exactly what you want to do
i want custom download post page (sub post) and the permalink structure continued from single post permalink.. i want function code for this.. anyone please help me..

I got an error when I use this link