Jump to content

luiskid

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Male

luiskid's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i want to refresh the page automaticly after she was loaded. how can i do that with php ?
  2. i realy need to get rid of this bug. any solutions?
  3. i have an website and i have one problem. How do I get rid of the Postdata Confrim message after I click the back button when I've done a seacrh.
  4. i have a table and it look like this Name | Dept | OBS .. and if i select the option numer "0" from the combobox i want to search by all the fields (Name, Dept, OBS) 
  5. i have made a query that contains a search field and a combobox where you can select the row. the query is working if you want to search in one row, but i want to search in multimple rows! i want that if i select the case 0 to search in all the rows switch($field) {   case "0": $WHERE="WHERE (what should i write in here?) "; break; //   case "1": $WHERE="WHERE Name; break;     case "2": $WHERE="WHERE OBS"; break;     case "3": $WHERE="WHERE Dept"; break; } $query = "select * from DB1 ".$WHERE." LIKE '%$search%'"; $result = mysql_db_query("DB", $query); if ($result) {
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.