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 strongm 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: BigDoug
  • Order by date
  1. BigDoug

    Creating a "home Based" domain

    Thanks for that. What I was really hoping for though was a site where someone had actually setup a home domain that was not connected to the Internet. -)
  2. BigDoug

    Creating a "home Based" domain

    Can anyone give me some tips on creating a one DC home network? I have one machine that I want to be the .net DC and then four XP workstations. I can't seem to find any good resources to help me on setting this up, I.E. DNS, etc. Any help appreciated. -TIA
  3. BigDoug

    3COM ISDN LANMODEM HELP

    I REALLY need help from someone who has extensive experience with the 3Com (3c982) lan modem. I have ISDN service with Qwest and I have 128K service. My problem lies in the config area of the modem. I am having difficulty keeping the modem working properly where it will allow voice and data...
  4. BigDoug

    Search Database and directory match

    I am trying to do something way above my head so once again where do I go for help.......The only place where I ever get real help.....Tek-Tips. Here is what I am trying to do: I want a perl routine to check a directory that contains image files (JPG and GIF) and do a check (regex) against a...
  5. BigDoug

    Checked boxes and JS question

    This is sort of what I am looking for but my question is can this be done without header script info and a body code addition? JS may not be able to do what I want but that is why I am asking because I just don't know. Thank you for your reply.
  6. BigDoug

    Checked boxes and JS question

    I want to know if I have the following HTML code and I want to be able to toggle between all selected and none selected, is there a way and could someone provide some sample code for me to play around with. I will say that the code I am using currently (HTML) is being generated by a CGI script...
  7. BigDoug

    Help with checking form fields

    Excellent! Exactly what I needed. Thank you.
  8. BigDoug

    Help with checking form fields

    I have a form field that is processed by CGI and I want to incorporate a check of the form field that makes sure that there is only these file extensions in the field along with a web address like so: 1. User inputs http://www.mysite.com/my_mp3.mp3 OR...
  9. BigDoug

    How do I get data from two different tables

    This is the revised query I am using that has the right table names, but it does not work. SELECT Items.itemnum,Items.category,Items.title,Items.quantity,Items.type,Items.open,Items.close,Items.image1,Items.bold,Items.yellow,Items.grabber,Items.buyitprice,Items.galfeat,Members.username FROM...
  10. BigDoug

    How do I get data from two different tables

    That worked beautifully when I look at the results through phpMyAdmin. Thank you! The problem now is that the output to the screen just runs and runs and never actually displays any output. I can run the script from the command line and it does the same thing. It seems like it is hanging and...
  11. BigDoug

    How do I get data from two different tables

    Okay, a little more light is shining but I still have a problem. Here is the call I use now : SELECT itemnum,category,title,quantity,type,open,close,image1,bold,yellow,grabber,buyitprice,galfeat FROM Items WHERE closef <> 1 ORDER BY close The problem lies in the fact that I need to also...
  12. BigDoug

    How do I get data from two different tables

    I need help doing something I think is very complex. I hope I can explain this correctly. I have the output that comes from a perl/MySql call that gives me the &quot;Seller Number&quot; in a straight integer number like 345. That same seller number in a different table is actually the real...
  13. BigDoug

    A different output for this sub

    I got it! I needed to add an if statement. Thank you very much for your help. You are my hero!
  14. BigDoug

    A different output for this sub

    That is excellent.............except for one thing. It displays the right date now to STDOUT, but it does not generate the right date on the script output. The display to screen shows as 01/26 (or whatever the date is) but the script writes to the file a &quot;1&quot; for every date instead of...
  15. BigDoug

    A different output for this sub

    This is a call for help. This is driving me nuts. I thought what I needed to do would be simple but it is proving way beyond my skills. All I need is this. Currently if the item in the database is ending today in 12 hours and 38 minutes, then the time left displays as 12 Hrs. 38 Min., but I...
  16. BigDoug

    A different output for this sub

    I think I see the light. My only problem is I don't have the Ctime module. Can I use anything else? This does make sense, and I could probably make it work if I could use Ctime, but I can't.
  17. BigDoug

    A different output for this sub

    I'm sorry, but you totally lost me.
  18. BigDoug

    A different output for this sub

    I need some help from anybody who can. Here is what I have. I have a sub that grabs the time remaining for an item in a database, and displays the time remaining as 6 Days 19 Hrs.+. What I need is the time remaining to display as when it closes instead (Month/Date) like 01/29 for January...
  19. BigDoug

    PHP and random number generation

    That's very interesting, and it works! Going out on a help limb here on this question. What I really need to accomplish is that the user can enter the number of random 3 digit numbers they need in a form field. I can use the code you suggest, but I would need to have them enter the number of...
  20. BigDoug

    PHP and random number generation

    The below code is what I have, but herein lies my problem (bear with me). I need the user to be able to enter a number from 1-50 in a form field and then I want the PHP code to take that number from the form field and generate that many random 3 digit numbers and dosplay them to screen...

Part and Inventory Search

Back
Top