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.
narrowed the problem right down now.
{require("pics/".$name."_index.php");}
If i change it to:
{require("".$name."_index.php");}
and create hols_index.php in the same folder, it gets the file correctly, the problem is getting it to include it from a sub directory...
<?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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.