Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. david55

    help with mysql inner join

    i fixed that problem . Could you tell me how to count the number of rows of my join query? Just like this but for my inner join query? SELECT COUNT(idyoutube) AS numrows FROM `formyspace`
  2. david55

    help with mysql inner join

    yes i tried it and it worked. I couldn't edit my post that is why i couldn't change it!!
  3. david55

    help with mysql inner join

    could you look at this post of mine? http://www.tek-tips.com/viewthread.cfm?qid=1420752&page=1 It seems the problem is with my php code to display the inner join data
  4. david55

    problem outputing result of inner join query using php

    Hi all .I have 2 tables as shown below. I run this query in phpmyadmin and i get sets of data.But for some reason my phpscript doesn't output any data. idyoutube in both tables are the same. i have 2 playlists and one video in each but my php script returns nothing!! I be happy if some help...
  5. david55

    help with mysql inner join

    Hi all .I am have 2 tables as shown below. I run this query and i get no sets of data!! idyoutube in both tables are the same. i have 2 playlists and one video in each but the query returns nothing!! I be happy if some help me fix this query. select F.idyoutube, F.thumbnail_url, F.title...
  6. david55

    How to grab values of checkbox and dropdown box within same page

    Hi all . I got a few check boxes in page with a drop down box. I want post the values of check boxes and drop down box to the same php page and insert them in to database using php. could any one tell me how to grab those values from within the same page?(As you see my form is posting to same...

Part and Inventory Search

Back
Top