User Profile

Collapse

Profile Sidebar

Collapse
Valkrist
Valkrist
Last Activity: Jan 12 '08, 09:31 AM
Joined: Jan 1 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Valkrist
    replied to A wildcard problem
    in PHP
    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 )...
    See more | Go to post

    Leave a comment:


  • Valkrist
    started a topic A wildcard problem
    in PHP

    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...
    See more | Go to post
    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
Working...