.I'm trying to get variables with assigned values retrieved from a db from my firstpage.php and pass it onto secondpage.php. and i want the retrieving operation to be done onlad of my secondpage.php. after the variables have been fetched i want to echo the said variables. help pls!

Member Avatar for diafol

Either do another call to DB or pass variables via sessions. Check out the php manual on sessions if in doubt.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.