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 biv343 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. subminimal

    Shipping SChedule Problem?

    OK I have gotten this far: <?php $tomorrow = mktime(0, 0, 0, date("m") , date("d")+1, date("Y")); $lastmonth = mktime(0, 0, 0, date("m")-1, date("d"), date("Y")); $nextyear = mktime(0, 0, 0, date("m"), date("d"), date("Y")+1); $today = mktime(0, 0, 0, date("m"), date("d"), date("Y"))...
  2. subminimal

    Shipping SChedule Problem?

    OK so I have gotten so far as to find some classes that generate calendars. Looked into them, not so bad. Still stumped on creating that list of fridays for when purchaced items will ship. How do you pass that date to a text list? Grr..
  3. subminimal

    Shipping SChedule Problem?

    I was just hired on to a major .com company as an artistic director/webmaster. I was hired on with "basic" PHP experience, thier words. I have experience with CMS design. mySQL PHP integration, etc. But the problem they have hit me with has stumped me a bit, just asking for advice. They have a...
  4. subminimal

    Desparate Help Needed

    rsshetty, thank you very much for your help. I'll fiddle with it some more, just tried the script and it seems to work on smaller numbers, i need to be able to input up to 20, but its an excellent starting point. Thanks again. BillyRayPreachersSon, the last thread was answered perfectly, it...
  5. subminimal

    Desparate Help Needed

    I have a javascript that takes two text boxes, compares the numbers, and outputs the similarities to a third textbox. For example, if textbox one is 1234, and textbox two is 123, the output would be 123, as the 1,2, and 3 are the only numbers in the two that are the same. here is the code...
  6. subminimal

    Javascript Help please

    Thank you so very very much. It works perfectly and I learned something in the process. Again, my sincerest thanks. Chris
  7. subminimal

    Javascript Help please

    I need to write a script or program that will compare two 12-16 digit numbers and then output thier similarites to a textbox (so they can be copied/pasted). I envision two textboxes where you would type in each number, a butto to trigger, and an output text box. For example, 112458729001 and...

Part and Inventory Search

Back
Top