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 TouchToneTommy 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. MysticFallout

    constant variable help please

    I am trying to make a constant variable so I will not have to constantly re-create the variable throughout my application. The variable I am trying to make utilizes the GetSetting function. I don't understand this type of "Coding" very well, but I am reading up on it as I write this, but so far...
  2. MysticFallout

    vb5 pro: progressbar for a loading image

    how could i make a progress bar work with a loading image? i have an image control which loads the selected image, and i want the progress bar to load as the image loads. just not sure how to do this. any help apreciated
  3. MysticFallout

    built in error reporting

    in perl you can use die("Blah: $!"); is there anything like this in PHP? to give a bit more information on an error than just doing like so? die("Couldnt do something");
  4. MysticFallout

    carriage returns in fwrite

    i am writing a simple "News" script for my site. it all works except when i use the return key when adding news. i only get the first line of the news. plus the date, which is after the news in the text file doesnt show up. the txt file holds this news info, like this...
  5. MysticFallout

    uploaded Image::Info, not working

    hi, i just uploaded Image::Info to my lib dir (not the regular dirs in @INC). my server doesnt have this module. and i try to run a simple script, but i get this error: Undefined subroutine &main::image_info called at img.cgi line 17. not sure why either. (ive never done this, always used...
  6. MysticFallout

    JS & Forms

    i am having a major issue here. i am trying to populate a form textbox but nothing happens. i am using an external .js file and on my page i have the form set up like. i use XHTML strict. <form name=&quot;test_form&quot; id=&quot;test_form&quot;> <input type=&quot;text&quot...

Part and Inventory Search

Back
Top