Search results

  1. X

    Is it possible to put 'AND' in an 'IF' Statament (HTML)?

    Hi guys, I was wondering if I could have multiple variables in an 'IF statement, example: "if (this.value == 'whatever')AND(type == 'text') Thats basically what I want to achieve, though I know the coding is wrong. I simply can't remember how to do it...GRRR lol. Thanks for the help
  2. X

    Is it possible to put 'AND' in an 'IF' Statament (HTML)?

    Hi guys, I was wondering if I could have multiple variables in an 'IF statement, example: "if (this.value == 'whatever')AND(type == 'text') Thats basically what I want to achieve, though I know the coding is wrong. I simply can't remember how to do it...GRRR lol. Thanks for the help
  3. X

    How Do I Embolden Searched Keywords in PHP?

    Hi, I'm currently working on a little PHP search box that is linked to a MYSQL Database and everything works fine. However, much like Google, I would like to embolden the keywords which are entered when a person searches. Example: $description = ereg_replace($search_each...
Back
Top