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 IamaSherpa 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. flyingsheep

    detect error codes

    nvm i got it, thanks anyways
  2. flyingsheep

    detect error codes

    i am trying to make a program which would recieve a website as a parameter or read one from a line in a text file, attempt to access that site, and if it recieves an error, deletes that site from the list, or returns an error a little like a proxy checker, how can i detect if it gets, for...
  3. flyingsheep

    simple php_date question

    so that 27-Jun-04 becomes 28-Jun-04 sun2004 becomes sun2005 (once a year) 062704 becomes 062804
  4. flyingsheep

    Ftp Updating for website

    no, what i need is something which will automatically update my website's homepage, the homepage changes slightly day to day, so a few filenames are different, but the filenames are in fact dates, i need those dates to change
  5. flyingsheep

    php addition

    its a placeholder of sorts in a database of comic strips for www.zippythepinhead.com's homepage
  6. flyingsheep

    simple php_date question

    im sorry, those dates are old, but i want to have the current dates, so that they change daily
  7. flyingsheep

    php addition

    here is where i need the counter: <P><A href="http://zippythepinhead.com/Merchant2/merchant.mv?Screen=PROD&Product_Code=27-Jun-04&Category_Code=sun2004&Product_Count=23"><IMG src="/Merchant2/graphics/00000001/sundays/thumbnails/062704.gif" width="300" height="71" border="0"...
  8. flyingsheep

    simple php_date question

    here is what i need, this is all for www.zippythepinhead.com's homepage if you need the source, what i need to do is; use the date() php function to change the following date formats: 27-Jun-04 sun2004 (where only the year changes) 062704 (this is 06/27/04) and i also need a counter which...
  9. flyingsheep

    php addition

    but is there some way the number could be incrimented automatically on the webserver on which the html file is located?
  10. flyingsheep

    php addition

    all i need to do is, in an html document, add one to a number every day at a specific time, how could i do this?
  11. flyingsheep

    simple php_date question

    i need to use the date() function, however, the date must be formatted like this: 011304 if the date was 01/13/04, how should i do this, also, is there a way to only return the first few letters of the date() function, if so, how, thank you very much in advance
  12. flyingsheep

    Ftp Updating for website

    i run a website which requires slight changes daily, i am looking for a way to automatically change a line in a specific html file sequencially every day (the line includes a date which is incrimented) i was wondering how i should do this, i have made a batch file which uploads the files...
  13. flyingsheep

    simple applet problem

    i'm sorry i have to post this, but i havent been able to figure it out and i have a big project due tomorrow for computer science, what this is is a really bloated tic tac toe applet, for now, all i am looking for is 1. why it only fills the first square i select (from the JOptionPane), any...
  14. flyingsheep

    Set MSDOS variable equal to the contents of a text file

    thank you both very much, i investigated both of your solutions, i'm sorry to have bothered you with such a simple question but i couldnt seem to find the answer, again, thank you very much :) alex
  15. flyingsheep

    Set MSDOS variable equal to the contents of a text file

    i have what i thought would be a fairly simple question which has now turned into a crusade, i am trying to set an variable equal to the contents of a text file, for example: CONTENTS OF A TEXT FILE named text.txt: hello world PSEUDO-CODE (msdos) FOR WHAT I WANT TO DO: set...

Part and Inventory Search

Back
Top