Jump to content

Links to do different queries?


JPark

Recommended Posts

Can I do this?

 

Let's say I have 2 php pages, named page1.php and page2.php.  On page1.php, I have 2 links.  Each link points to page2.php.  However, I want each link to perform a different query on page2.php.

 

For example, the first link would echo "This is the first link."; on page2.php, while the second link would perform some mathematical calculation -- still on page2.php.

 

Is this possible?

 

Basically, I want to create a menu where all links point to the same page but each provides the results from different queries.  I know I can create different pages for each link/query but I'd rather have it all on one page.

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/159744-links-to-do-different-queries/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.