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!

Search results for query: *

  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
  16. blanius

    Adding form options at runtime

    The additional fields are created but the names are all the same so that when Submitted I only get the last set. Here is the entire thing. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html...
  17. blanius

    Adding form options at runtime

    I'm trying to allow the user to add more fields to a form before submitting. I've got the code to clone a set of fields but the code I'm using to change the names of the fields in the clone are not working in either in IE or FF. The fields show but they have the same names still. When I test I...
  18. blanius

    PHP sites do not load in IE

    it's impossible for the browser to have any impact on PHP being prcessed or not. this happens on the server and only HTML is sent to the browswer. So the issue must be on the server. It could have something to do with the server detecting the browser or something. Bret Lanius http://bretlanius.com
  19. blanius

    Possible Fix for Flash and ActiveX

    Which is fine for fixing the issue on YOUR computer, but if you are a flash developer (which I assume the readers of this forum would be) then it doesn't help the viewers of your sites. So this is not a fix that is very practical. Better to download the fix from macromedia or use one of the...
  20. blanius

    Click to activate and use this control - KB912812

    Except that Macromedia's is a flash only solution. Bret Lanius http://bretlanius.com

Part and Inventory Search

Back
Top