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 Mike Lewis 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: Yaik
  • Order by date
  1. Yaik

    PHP timestamp to/from file

    Thank you.
  2. Yaik

    PHP timestamp to/from file

    ok, so I do have the code to have a sort of time stamp for the site. function getTime() { // create the xmlhttp object xmlhttp=GetXmlHttpObject(); if (xmlhttp==null) { alert ("Your browser doesn't support AJAX or you are blocking Javascript"); return; } // define a...
  3. Yaik

    PHP timestamp to/from file

    Hey guys, I would like to know if you guys can help me make a simple PHP script that will: 1-Have a button, and when you press that button it will produce a time stamp and display it on the screen. 2-Save that timestamp to a file (e.g. timestamp.txt). 3-Next time the page is loaded, the...
  4. Yaik

    Do you see any errors/mistakes in this code?

    When it freezes I mean it hangs for ever and I have to kill it with task manager. I use this script to loop around 200 computers. For the excel, I have about 3 excel files that need opening and closing depending on "if" statements and it happens all over again for each PC. I'll see if by...
  5. Yaik

    Do you see any errors/mistakes in this code?

    Here is a snippet of code from a program I have running. It seems that very often the script freezes at this part so I would like some help on figuring out what is wrong with this part. Thank You '##################################################### 'THIS PART WILL ELIMINATE THE NEW AND...
  6. Yaik

    Laptop plugged in, not charging after windows 7 install

    I believe I did a custom install, which install a clean version of WINDOWS 7. My model does have drivers for Win 7 x64, but I don't think any of the ones I downloaded and installed have to do with the battery. Is there any type of work around?
  7. Yaik

    Laptop plugged in, not charging after windows 7 install

    So I am well aware that this is a common issue with a lot of people, and I have gone to places I have never been in the internet to try and find an answer for this problem, but no results. I have tried about every combination of removing the AC adapter and battery when on or off, etc...(EVERY...
  8. Yaik

    Simple date reformat

    Never mind,I added to IF statement myself and works like a charm. Thank you very much.
  9. Yaik

    Simple date reformat

    This works great, for the unformatted dates, but when it does it for the already formatted dates, it messes them up. Is there any way to have some kind of IF statement that if the date already includes a "/" to leave it as is, and if it does not contain a "/" to format it.
  10. Yaik

    Simple date reformat

    I have many csv files that look kinda like this Inventory Date,Product Name,Version,Install Date,Status,Host Name 12/15/2010,Adobe Acrobat 9 Pro,9.0.0,11/5/2010,Installed,ERM-10162045 12/15/2010,ArcGIS Desktop,9.3.3500,20091217,Installed,ERM-10162045 12/15/2010,Microsoft Access...
  11. Yaik

    CSV to HTML Script edit

    I LOVE YOU MAN. Worked like a charm. Thank you very much.
  12. Yaik

    CSV to HTML Script edit

    I have this script that successfully converts my CSV file to an HTML table, but since I need help working out the format. If anyone can help me get the table format to <table id="table_id"> <thead> <tr> <th>Column 1</th> <th>Column 2</th> <th>etc</th> </tr> </thead> <tbody>...
  13. Yaik

    VBscript internal countdown?

    So by the absent of answers, I assume this is not possible?
  14. Yaik

    Dynamic Selection

    I know i probably gave the worst subject title ever, but bare with me here. My knowledge in ajax is next to none, so I had to come to the experts. I am attempting to do something kinda like this (http://www.carparts.com/). You see where in the top left there is a form where you have to put the...
  15. Yaik

    Filtering CSV File

    thanks for all the help mate, :D.
  16. Yaik

    Filtering CSV File

    is not clear at all, i try putting that piece of code in my code, but absolutely nothing is happening.
  17. Yaik

    Filtering CSV File

    That looks like much more than I wanted. Thank you very much. I'll see if I can get it to work with my demo.
  18. Yaik

    VBscript internal countdown?

    So that is part of my problem, sometimes it IS able to connect to the pc, but for some reason it just hangs, that is why I need some type of timeout to go to the next hostname.
  19. Yaik

    Filtering CSV File

    well, here is kind of a demo site if it gives you a batter idea http://machacho.com/parse/examples/basic.php
  20. Yaik

    Filtering CSV File

    To start with, I am going to say that I am not using a database at all. I have a script that takes a CSV file and displays it to the site I need it to. What I would like to be able to do is have a search box, in which a user can filter the results. Is there any way of doing this without using...

Part and Inventory Search

Back
Top