Thank you for your help. I've almost got it.
So, now what I have is something like this:
[CODE=php]
if(! empty($_GET['id']) )
{
foreach
(
array
(
'red',
'grn',
'blu',
'ora',
'top'
)
as $__passcolor1
)
{
if( strpos($_GET['id'], $__passcolor1) === 0 )...
User Profile
Collapse
-
A wildcard problem
Happy new years folks,
I have a problem. I'm trying to set up a webpage using php to handle much of my link interactions. Now, I have several categories, and each will have its own set of links.
So, let us say that I want to be able to pick different links for each color, and each color below will have several possible subcategories or objects. I would far rather use wildcards to specify each list than have to put an...Last edited by pbmods; Jan 2 '08, 03:04 AM. Reason: Fixed a code typo that is not relevant to the problem.
No activity results to display
Show More
Leave a comment: