Hi,
Can the users in the same server with me see the content of files in my directory? Do I need to make some kind of setting to hide the files? For example, the .php files in my public html folders, can the other users can see the content?
Thanks,
Kim
I tried exit(), and it doesn't work. And I put no space in front of header, that doesn't work either. Therefore, I posted again. Could anyone give me solution? Thank you.
---------- Post added at 05:07 PM ---------- Previous post was at 04:58 PM ----------
lemon-tree: Thank you so much...
Hi! I am a newbie in here. I try to create a simple image using php gd (in a file called index.html in the public_html folder), but there is no image show up. I have a header in html code before and change it afterwards. Here is the code:
<html>
<body>
<?php
$im=imagecreatetruecolor(120...
Hi! I am a newbie in here. I try to create a simple image using php gd (in a file called index.html in the public_html folder), but there is no image show up. I have a header in html code and change it afterwards. Here is the code:
<html>
<body>
<?php
$im=imagecreatetruecolor(120...