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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by blanius

  1. blanius

    query help

    I'll give that a try thanks... Bret Lanius http://bretlanius.com
  2. blanius

    query help

    Thanks, close enough... Fixed it to be SELECT videos.name, videos.name, category.name FROM videos, category WHERE videos.cat =1 AND category.id = videos.cat and that got me what I needed. I was close before just missed it a bit. Again thanks. Bret Lanius http://bretlanius.com
  3. blanius

    query help

    I'm a bit rusty at hand coding a query What I want to do is select all fields form table 'videos' where cat=1 but I want the an additional field that shows the cat name instead of the id from cat. The field cat in the table videos corresponds to the id field in the category table. Bret...
  4. blanius

    Date/time reported incorrectly?

    Note that is displays SERVER time... Not Client time. Bret Lanius http://bretlanius.com
  5. blanius

    Selecting a file from server for form

    I guess I wasn't that clear. I can figure out how to display a list of dir but what I want to do is to get allow the user to select a filename and the filename is put into the textfield. I suppose this might end up being more of a javascript question. Bret Lanius http://bretlanius.com
  6. blanius

    Selecting a file from server for form

    I want to allow a user to browse a directory and select a file that then is put into a textfield, Any ideas on an approach to this in PHP? Bret Lanius http://bretlanius.com
  7. blanius

    Looking for app to render PDF docs out of PHP

    I've had great success with Fpdf http://www.fpdf.org/ Bret Lanius http://bretlanius.com
  8. blanius

    QT on Ipod

    In case anyone is interested they have to be in the same directory and then you only use the full path on the href link. <embed src="mycover.jpg" href="./videos/myvideo.mp4" AutoStart="true" type="video/x-m4v" target="myself" scale="1"> where mycover.jpg and myvideo are in the same directory...
  9. blanius

    QT on Ipod

    I'm building a Ipod/Iphone webapp and all is well but the QT embed is not working as expected... I'm using <embed src="mycover.jpg" href="./videos/myvideo.mp4" AutoStart="true" type="video/x-m4v" target="myself" scale="1"> and this works but the cover image has to be in the root like this if I...
  10. blanius

    IE History utility - nifty! Anything for Firefox?

    Why not look at Firefox plugins there are pages of them regarding History. Bret Lanius http://bretlanius.com
  11. blanius

    Case Sensetive folders?

    I was thinking I could set a redirect in the .htaccess file Bret Lanius http://bretlanius.com
  12. blanius

    How to disable flash on IE and Firefox

    There are several plugIns for Firefox to do just that... https://addons.mozilla.org/en-US/firefox/search?q=flash&status=4 Bret Lanius http://bretlanius.com
  13. blanius

    Case Sensetive folders?

    On the server the directories are case senestive. Is there an easy way to handle a user entering in say an all lowercase name like mysub and it take them to mySub anyway? Bret Lanius http://bretlanius.com
  14. blanius

    Can JS connect and recieve info from a DB without reloading a page?

    Don't let the name Ajax scare you... It's just javascript accessing PHP code on the server to do exactly what you want. Bret Lanius http://bretlanius.com
  15. blanius

    Adding form options at runtime

    Thanks that fixed it. Bret Lanius http://bretlanius.com

Part and Inventory Search

Back
Top