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 Chriss Miller 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: minsan
  • Content: Threads
  • Order by date
  1. minsan

    preventing dynamic mp3 from slowing movie down

    Hey everyone, I hope someone has some prior experience on this one... Here's what I wanted to do. I want to trigger events in a presentation-like Flash movie using dynamic mp3 files. So, in Flash MX, I created a sound object from a dynamically loaded mp3 file. Using the sound.position...
  2. minsan

    LIKE operator; problem searching

    I'm having trouble using the LIKE operator in one of my cfqueries. Here's some background info. I have two tables, namely, Projects and Employees, like so: PROJECTS Table index title employee_id 1 Build DB 102 2 Create Graphics 101,102,104 3 Write Code...
  3. minsan

    crypt, encrypt, and decrypt problem

    I have a simple question. What is the opposite of the crypt() function? minsan
  4. minsan

    CFFTP PutFile transfers 0 bytes...

    I've searched this forum's archive and found a thread back in May that was similar to my problem, but that was left unanswered. So I'd like to re-open the issue. Hopefully someone can help this time around. I'm trying to move or copy a file from a Cold Fusion server (running Win2000) using...
  5. minsan

    pushing the str_replace function limits

    Is there a way to customize the str_replace function so that instead of replacing ALL occurences of the string needle, it will only replace the first occurence? or maybe the last occurence? or the n th occurence? Any ideas would be appreciated. minsan
  6. minsan

    Downloading a File from php code

    What is the simplest or quickest way to make a form button download a file that's in the same directory as the php file? Is there one such function? I'm trying to make a button open up the File Download dialog box that the browser pops up when it's about to download a file.
  7. minsan

    ?? for those who know ColdFusion and PHP

    Here's my code: <input type=&quot;Text&quot; name=&quot;alphabet&quot; value=&quot;abcd&quot;> <input type=&quot;Text&quot; name=&quot;alphabet&quot; value=&quot;efgh&quot;> <input type=&quot;Text&quot; name=&quot;alphabet&quot; value=&quot;ijkl&quot;> In Cold Fusion, when you output these...
  8. minsan

    ?? for those who know ColdFusion and PHP

    Here's my code: <input type=&quot;Text&quot; name=&quot;alphabet&quot; value=&quot;abcd&quot;> <input type=&quot;Text&quot; name=&quot;alphabet&quot; value=&quot;efgh&quot;> <input type=&quot;Text&quot; name=&quot;alphabet&quot; value=&quot;ijkl&quot;> In Cold Fusion, when you output these...

Part and Inventory Search

Back
Top