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

    Excel and Notes Email question

    Ive got a workbook that the users enter data into before clicking a macro button that copies the workbook and sends it via email. Sending it in the background works fine, but i wondered if there was a way to show the email (kind of like preview it) before it is sent? Thanks.
  2. TheAtomic

    having a little problem with require()

    <?php if($page == ""){$page = "main";} ; if($name == ""){$name = "blank";} ; if($gallery == "true"){require("pics/".$name."_index.php");} else {require("$page.php");} ?> If i set gallery to 'true' and name to 'hols' (which the page its linking to exists) it just shows a blank page...
  3. TheAtomic

    Help with Arrays!

    Basically I have two 'sets' of rollover images on a a page. The first example is on everypage, but the second changes depending on what page you are on. When I had just the one set the rollover worked fine, but now I introduced the second set, the rollovers are just referring to the second...
  4. TheAtomic

    help: replacing text in multiple text files in a single directory.

    I'll go from the start give you a full understanding. Basically I have a bunch of files (peoples names eg smithj, jonesp, carterg etc.) and I needed it to create a folder with the same name and move the file to it. eg. smithj.htm -> smithj/smithj.htm Im using this to do that: Const...

Part and Inventory Search

Back
Top