I cannot view the mailfile, even stripslahes and addslashes..
How to view the MailFile?
$shortName = $row['ShortName'];
$serverAddress = $row['ServerAddress'];
$mailFile = $row['MaiFile'];
echo $mailFile;
Nothing came out ...PLS help
Moderators: macek, egami, gesf

echo $row['MaiFile']; while ($row=mysql_fetch_array($result)){
$shortName[] = $row['ShortName'];
$serverAddress[] = $row['ServerAddress'];
$mailFile[] = $row['MaiFile'];
}
echo "<pre>";
print_r ($mailFile);
echo "</pre>";
Users browsing this forum: No registered users and 1 guest