i tryed
fopen("mail.txt", "a");
and my file is in the same directory that php file is.
and tryed
fopen("http://www.domain.com/mail.txt", "a");
....
Moderators: macek, egami, gesf
parxal wrote:i tryed
fopen("mail.txt", "a");
and my file is in the same directory that php file is.
and tryed
fopen("http://www.domain.com/mail.txt", "a");
....
<?php
$fp = fopen ("/home/rasmus/file.txt", "r");
$fp = fopen ("/home/rasmus/file.gif", "wb");
$fp = fopen ("http://www.example.com/", "r");
$fp = fopen ("ftp://user:password@example.com/", "w");
?>

Return to PHP coding => General
Users browsing this forum: Google Feedfetcher and 2 guests