Search results

  1. F

    Questions regarding privacy and sharing

    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
  2. F

    php gd image didn't show up

    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...
  3. F

    php gd image do not displayed properly

    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...
Top