Logo

1.4K views Asked 29 Sep 2019 in PHP
2

With the help of session variable, it is possible how can I use MySQL data in PHP. 

Please reply

User osama (90 Points)


You are not described well. Kindly describe , what you want to do in PHP with the database?  –  shakti 29 Sep 2019
Add comment
1 Answer
1
vishalrana1 (7.4K Points)

answered 29 Sep 2019

I am not getting your point. You should start to learn PHP tutorials. You can use MYSQL data from one page to another page using the SESSION variable. In PHP, the session variable stores the value. We can access that MYSQL database data values in another page. It helps to secure and access website data. A session is a small file that can store data and access data. 

You should learn the session and session variable for example. 

References - 

Session in PHP

Login with session using PHP and MYSQL database


Your Answer
×
Login Required

You must login to continue.

Login Google Login with Google
Register