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: *

  1. GregArtemides

    help with passing text from window to window

    I have a page, Page1.htm containing a form with a textfield, and a link which pops up another page, Page2.htm. Page2.htm contains an iframe. When I press the link on Page1 to popup Page2, I would like to pass the text in the textfield on Page1 to the iframe on Page2. Finally I would like to...
  2. GregArtemides

    How do I distribute a PHP solution without giving away the source code

    I am looking for a way to distribute a CMS system that I developed using PHP without giving away the source code. Is it possible to distribute a DLL or binary, like you would do with an application written in C for example? Or is there some other way I can do it. I know PHP is a scripting...
  3. GregArtemides

    Help with download window please

    I want to force a download of a .txt file without IE opening it in the browser. I just need the download window to appear. How do I do it? currently I am using (which opens the text file in the browser): header("Content-type: text/plain"); header("Content-Disposition: inline...
  4. GregArtemides

    Help with regular expression

    if (!ereg("([0-9]{9})\(xml)|(txt))","123457890.txt")) echo "error!"; What's wrong with this regular expression? I need one that will check a filename has 9 numeric digits and a .txt or .xml extension. The one above should echo the error since it's 10 digits long...
  5. GregArtemides

    Simultaneous file upload and post variables?

    I'm looking for a way to do http file upload and post file information to the database at the same time. Basically I have a form that has a browse button to allow the user to choose a file, and then some textfields where the user will be entering information about the file, for example a short...
  6. GregArtemides

    Help with PHP and frames

    I want to add backround music to a site I am developing, in such a way that it continues when the visitor moves to a new page. Currently the music stops and restarts when the visitor goes to a new page. The site is programmed in PHP and music comes out of an embeded Flash file. You can visit it...

Part and Inventory Search

Back
Top