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

    VBscript internal countdown?

    I know it is a little confusing based on the subject, but here is what I am having problem with. I have a script that runs on the network and looks into different hostnames based on a txtfile I have, but the problem is that once in a while there is a hostname I get stuck with(is mostly always a...
  9. Yaik

    Updating CSV file with VBScript

    This questions is more of a "why doesn't this script work". It used to work, but now I have no clue why. It is supposed to run on a specific computer, but it doesn't completely work. Then I took the script home to work on it, and it worked perfectly fine on my computer, so I am kind of lost as...
  10. Yaik

    VBScript File Comparison

    So I am working on some code that will eliminate a word that is found on a text file. For example, I have a file with some lines, and in one of those lines the word "Update" exists, it will remove that whole line. The words to remove is picked up from a text file with many words that I want to...
  11. Yaik

    VBScript Duplicate Elimination

    So I need to eliminate duplicates in my file, here is the content of one of my files Inventory Date,Product Name,Version,Install Date,Status,Host Name 10/8/2010,Crystal Reports for Visual Studio,12.51.0.240,20100428,Installed,DAVID-PC 10/8/2010,Microsoft Office Access MUI (English)...
  12. Yaik

    Insert Values into array

    I've been trying to, instead of the values been written one after another, to put them all in an array, so I can later call them when needed. I've been trying to do so, but it has been just a mess with nothing working. Here is my working VBScript that makes a Software Inventory on the programs...
  13. Yaik

    VBScript File Comparison

    I am trying to make a VBScript that will take a text file and compare it with another. The comparison is based in that, it will read a word in the first file, and if it finds that word on the second file, it will echo it. My problem is that it only compares the first word of Track.txt to the...

Part and Inventory Search

Back
Top