Search found 2 matches
- Mon Jul 23, 2007 2:41 pm
- Forum: PHP - Code
- Topic: making a query a global variable
- Replies: 2
- Views: 343
- Mon Jul 23, 2007 11:08 am
- Forum: PHP - Code
- Topic: making a query a global variable
- Replies: 2
- Views: 343
making a query a global variable
is it possible to make a query (i.e. $query = SELECT * FROM subnets .....) a global variable so it can be used over and over? my code builds a query based on whether or not textboxes are filled and i need to use the query the user creates over and over. i need to do this because i need to display th...