Jump to content

mofolo

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mofolo's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. That did it! Thanks for the help
  2. I've look at some Tutorials about Join, but they're confusing. I tried this with no luck. "SELECT theID FROM myData JOIN otherTable ON myData.id = otherTable.id WHERE personID = '$id'" But it only Returns and Joins the first row.
  3. Hey Guys, I need to intersect a table using the values from a query.. For Example: $myData = mysql_query("SELECT theID FROM myData WHERE myID = '$userID'"); Now I need to use the Multiple Results returned into the Query $myData to look for data in another table. For Example: mysql_query("SELECT * FROM otherTable WHERE personID = '$myData'") (that Query Will not work...) So what I am trying to do is return the list of 'theID' from the table 'myData'. Then with the list of IDs, get all the related rows from 'otherTable'. Whats the most effective and efficient way of getting it using mySQL? Thanks.
  4. Hey Forum! I need some help with my project. I wish to create .deb files using PHP, but I can't seem to get it to work: This is what I'm doing: echo system("dpkg-deb --help",$c); echo $c; Line 1 does not return anything, and line 2 ($c) outputs "127"; Any Suggestions? Thanks. P.S: This is a good looking forum layout. Me likey!
×
×
  • 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.