Jump to content

codeeighty

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

codeeighty's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks, that works if one field has only numbers for data, but I still need to check it out some more.
  2. I should have included the whole string $myQuery1 = "SELECT * FROM table WHERE '$var1' = '$var2'" ;
  3. I'm not sure if it possible but what I want to try to do is use 2 variables in a mysql query, such as: "SELECT * FROM table WHERE '$var1' = '$var2'" ; Which doesn't work, there is no error returned and the page never loads, probably messed up syntax The variables would come from a form with two text boxes, the idea being the ability to display the selected catagory with it's data. I'm sure this is not the best way to do something like this, but this is as far as I've gotten, is something like this possible? Thanks
  4. codeeighty here, I have made some web pages as a hobby and found this site doing some searches on some php code I have been trying to figure out, though I'd join up and say howdy
×
×
  • 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.