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 TouchToneTommy 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: jay123454
  • Content: Threads
  • Order by date
  1. jay123454

    Zip File Download Problem

    Hi, Been banging my head against the wall for a few hours now...hopefully someone can help me out. I've got a zip file that works fine when I unzip it locally or when I do a direct download. But when I try to download the same exact file with a php download script I can't extract the zip...
  2. jay123454

    Javascript text error on Linebreak

    Hi, I'm relatively new to js and have run into a problem...sure it's a simple solution so hopefully someone here can help. Basically, I'm just setting a textarea based on the value of a dropdown. I've got that part working, but I'm pulling the value of the dropdown from a mysql field...
  3. jay123454

    timer refresh with post/get vars

    Hi, I have a few pages that I would like to be refreshed every 60 seconds. I found some javascript code online to do this, but it doesn't look like it's passing my post or get variables. Is there a way I can force a refresh every 60 seconds and pass the variables also using javascript? The...
  4. jay123454

    PHP Windows Scheduler Task

    I'm not too familiar with setting up php Windows Scheduler tasks. So hopefully someone here can help me. Trying to setup this task in Server2003/IIS6 This is what I have for the task...but I'm getting "No Input File Specified" everytime I run this. Any ideas? Is my syntax correct...
  5. jay123454

    PHPSESSID lost? header() redirect error...

    Hey, I've got a php program that someone is trying to install on their server and there's a problem we weren't above to resolve with a couple hours of troubleshooting last night...was hoping you guys might have some ideas. It seems to me like it has something to do with PHPSESSID and/or...
  6. jay123454

    Dynamically Convert HTML to PDF

    Hi, I'm pretty sure there's a php library that can be used to dynamically convert html to pdf, but I can't seem to find it. I'm trying to dynamically convert a Word -> HTML -> PDF. I've got the Word -> HTML part done using a COM object to open an instance of Word. I think save the file to...
  7. jay123454

    Get Recordset based on strong concat?

    Hi, Quick question. I usually work in php and I know I can do this in php no problem. But I'd like to do this page in asp so I am hoping someone can help me with my problem. Here's an example of the problem: I've got 16 recordsets named: rs_week1 rs_week2 etc... I am getting an integer...
  8. jay123454

    Losing consecutive spaces on .txt Read File

    Hi, I've had a problem I've been trying to solve for the past couple days but I haven't gotten anywhere so hopefully someone here can help me out. Basically, I'm trying to read in a .txt file so that I can parse it. I have been able to read it, but the problem is that I am losing lots of...
  9. jay123454

    Hi- I am having a problem with a

    Hi- I am having a problem with a NullPointerException that doesn't seem to make any sense to me...hopefully someone here can give me a clue as to why i'm getting it. I've been re-writing and changing things around but nothing seems to work...here's the codethat seems to be causing the...
  10. jay123454

    gnu emacs

    hi- I intalled GnuEmacs on my Win98 PC as well as Java SDK...but i'm having a problem getting emacs to compile my program. It seems like it doesn't know where to find the compiler. Can anyone help me out setting up Emacs to work with Java? thank!
  11. jay123454

    hosting...

    hi i am new to dreamweaver and interdev...does it matter where i choose to host my site if i am planning to use interdev and link my site to databases? thanks jason
  12. jay123454

    ultradev or not???

    hi- i am new to dreamweaver and would like to purchase dreamweaver 4 but am not sure whether Ultradev would be right for me.. i'll tell you what i would like to do that i am not sure whether i need ultradev to do... i'll have a small database of items that i would like for it to be possible...
  13. jay123454

    how to insert spaces??

    hi- i have a very simple problem..i hope at least. i'd like to have my perl program automatically insert spaces based on the number of characters i read from a variable so that everything is justified without using tabs.... for EX: $var = rabbit; $num = length($rabbit); $spaces = (20 - $num)...
  14. jay123454

    matching characters

    I have a string EX: $a = THREAD&(%$FORM)*& and i would like to count how many CAPITAL letters there are until the first non-word character. so that i can cut the string using "substr" to get exactly the portion that i want..is this possible??
  15. jay123454

    pattern matching and hyperlinks

    i will have an html document with patterns such as this 6.3.2.1 T_THI 7.3.2.3 G_G 5.2.3.3 S_SH but many of them...and they refer to a definition later in the doc and i'd like to link them together..so i need a program to reference the letter combination with the corresponding number..then...
  16. jay123454

    new pattern matching Q!

    sorry, i'm new to this forum and wasn't aware of how detailed most of the questions were..so i'm revising mine to make it more appropriate..sorry for any inconveniences! here goes: i've got an existing html file that is quite large and i am looking to read a certain number pattern(ie:2.3.65) and...
  17. jay123454

    perl pattern matching

    i'm having trouble matching in perl. i'd like to read from an existing file and match certain data types, then pass what has matched into an array...can anyone help?

Part and Inventory Search

Back
Top