Ask a Question related to PHP Notes, Design and Development.
-
torben@php.net #1
note 33721 rejected from function.fopen by torben
Note Submitter: [email]nabsk2@hotmail.com[/email]
----
$fs="C:\\Inetpub\\wwwroot\\nabsk\\na.txt";
$fp=fopen($fs,"w")or die ("Can't open file");
fwrite($fp,$name." : IP is : ".$REMOTE_ADDR);
fclose($fp);
-----------------------------------------------------
With WinXP IIS Server It's Error" Warning: fopen("C:\Inetpub\wwwroot\nabsk\na.txt","w") - Permission denied in c:\inetpub\wwwroot\nabsk\ip.php on line 5 "
Plese tell me what me worng. It's can use on Apace.
_____________________________________________
Please mail to me.
torben@php.net Guest
-
note 33980 rejected from function.imagecopymerge by torben
Note Submitter: caj@gmx.com ---- is there a posibility to create an image on the fly using this function and not so save it, but displaying it... -
note 33871 rejected from function.strip-tags by torben
Note Submitter: sebsch1@gmx.de ---- hi ! i have a question ? :) If i Take "'<*?*?>'si" <b>...</b> ist disabled for example ... but if i... -
note 33840 rejected from function.main by torben
Note Submitter: davidlach@yahoo.com ---- hmmmm.... i got the same ono Horde webmail but the servere had crashed. Warning:... -
note 33721 added to function.fopen
$fs="C:\\Inetpub\\wwwroot\\nabsk\\na.txt"; $fp=fopen($fs,"w")or die ("Can't open file"); fwrite($fp,$name." : IP is : ".$REMOTE_ADDR);... -
note 33718 rejected from function.ldap-compare by torben
Note Submitter: steve@enerds.ca ---- I'm just wondering if anybody has any examples with SSH, maybe even PEAR



Reply With Quote

