I just need a simple example of how to encode() the array into a url. I am now trying: <? $table = urlencode($table) ?> <? echo "<li><a...
I am trying it like this, too <? echo "<li><a href=\"http://nwham.com/repeaters/map_multi.php?table=urlencode($table)\"...
I'm not understanding how to send the array to another page. My first page has a form that sends an array (named $table) of states to a results...
Here's another example of what I'm trying to do. Instead of a bunch of if/else statements, how about dynamically inserting UNION SELECTS based on...
This creates a broken query.
I tried this: $tables = implode( "'.'", $table ); if ($table_count > "1") { $query = mysql_query ("SELECT DISTINCT status.`url`,...
I may be looking at an implode() statement. I am researching further.
$table_count = count($table); // User query based on county_id code // if the number in the array = 1 than do this. if ($table_array_count <=...
I have a different table for each state, and each table is structered the same. I have created a form that allows a visitor to multi-select...
Separate names with a comma.