Results 1 to 6 of 6

Thread: [RESOLVED] Simple question

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member phrozeman's Avatar
    Join Date
    Apr 2000
    Location
    Netherlands
    Posts
    442

    [RESOLVED] Simple question

    How can i compare values?

    i need to check the brandname, and replace it with another string (a image path). Is this code below correct? becouse it aint working here

    and i am very new to php

    VB Code:
    1. if ($brand == "renault") {
    2.     $DealPic = "images/renault.gif";
    3.  }
    Last edited by phrozeman; Oct 12th, 2003 at 02:38 PM.
    There's a certain mystique when I speak, that you notice that it's sorta unique, cause you know it's me

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width