i have the code below
**
*if ($dir = @opendir("dir2open"))
{
while($file = readdir($dir)) {
//if (($file!='.') && ($file!='..') && ($file!='.htaccess') && ($file!='
index.php')) {
// if (is_dir($file)) { // print just "." & ".."
// if (is_file($file)) { // works fin
i want to make a "reminder" application which sends emails at certain hour
in php. is this posibile ? if not, what else can I use ?
how can i send a webpage by mail ?
i'v tryed something like that
$fd = fopen ($url, "r");
$contents = fread($fd, 102400);
print $contents;
fclose ($fd);
mail($adr,$url,$contents);
but the message is blank :(
what's the problem ?
might
> want to do "If requesting page 5.. And only 4 pages are found.. Make it
> page 4 instead" or just go back to page 1. Otherwise, you might get a
> blank listing, or have something give a nasty error message.
>
> Sorry, I don't really have time to look up the s
i'm working at some kind of HTLM editor for a web-page,
and have in page, some js code which showModalDialog('upload_img.php')
and read the window return values and paste-it in page (text area).
the upload_img.php uploads img and returns the value to pe paste in
page (remote location of uploaded
how can test if var $int is integer ?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
6 matches
Mail list logo