Hello,
someone can help me with this php error?
Warning: fopen(http://www.domin.com/htmlfile01.html): failed to open stream: HTTP wrapper does not support writeable connections. in /home/username/public_html/file.php on line 252
file php at line 252:
250 mysql_free_result($Recordset1);
251 $tempfile="http://www.domain.com/htmlfile".$row_Recordset1['id_imm'].".html";
252 $fp=fopen($tempfile, "r+")
253 // $fp=fopen($tempfile, "wb")
254 or die ("errore");
255 fwrite ($fp,$dc);
256 @fclose ($fp);
thank you