Skip to content Skip to sidebar Skip to footer

Getting Data From Database And Displaying On Another Page

***** COMPLETE MODIFICATION OF THE PREVIOUS QUESTION ****** I have been developing an appointment system over the past few weeks using php, mysql and javascript. I've come across a

Solution 1:

I can't understand some of questions but as far as I know you want to call a data from the page?

You want to call the data from the specific users? If yes, you must use $_GET to get ID then you can call the data you want.

Please elaborate more regarding your question.

Post a Comment for "Getting Data From Database And Displaying On Another Page"