Jump to content

phpisawesome

Members
  • Posts

    28
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

phpisawesome's Achievements

Member

Member (2/5)

0

Reputation

  1. I did, it's just a number...are you sure that query is the right format?
  2. a number, basically corresponding to the person's id
  3. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2 this is what i have currently... $query_2 = "SELECT * FROM db WHERE id = " . $_SESSION['id']; $results = mysql_query($query_2) or die (mysql_error());
  4. The site just say's mysql error...i commented everything else out to break down the problem and it's that query...
  5. You positive? Did that and still syntax error.
  6. do you guys know what's wrong with this syntax? $query_2 = "SELECT * FROM db WHERE id = " . $_SESSION[id];
  7. $sql = "SELECT * FROM $tbl_name WHERE category = $category ORDER BY thumbs_delta DESC";
  8. why can't I put a WHERE and ORDER BY in the same query? or is there a way?
  9. If someone clicks on Love...I want it to search the db in category, then find love, and just display the love posts. Any ideas on how to do this? I can't do order by Category Love...gave me some errors...thanks!
  10. ya I just want to turn a www.test.com/profile.php?user_name=test to www.test.com/test
  11. http://www.quotestumbler.com Just simply click what is this? or find a quote... Those pop up things...is that javascript? If so how would you make that?
  12. Alright awesome thanks...any good tutorials on how to easily do this?
  13. I want them to know the 2nd url only.
  14. Can they just go directly to the 2nd url though?
×
×
  • 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.