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: *

  • Users: blanius
  • Content: Threads
  • Order by date
  1. 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...
  2. 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
  3. 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...
  4. 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
  5. 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...
  6. blanius

    Cannot Install in IE

    Recently had to reinstall my OS and noticed that IE had reverted to Flash 7. I cannot get flash plugin to install. I uninstalled 7 ok, but when I try to install from web I get security warning that I click Install but nothing ever happens. Bret Lanius http://swsinternet.com
  7. blanius

    How can I change say a named link's

    How can I change say a named link's background or make bold via a script call like a mouse over another area? I'm sure that CSS is the way to go here but it's not clear on how to change a link's style on mouseover on another area like an imagemap. Bret
  8. blanius

    modify link attrib via script

    How can I change say a named link's background or make bold via a script call like a mouse over another area? Bret
  9. blanius

    currency formating

    Hi I'm trying to figure out what field type to store money and how to display it formated with commas etc. I know there is a format function in MySQL but how do I use it in my PHP? Bret

Part and Inventory Search

Back
Top