Jump to content

notooth

Member
  • Posts

    53
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by notooth

  1. Hi , Can anyone tell me how to create a popup that can pass popup blockers?
  2. Hello , Is there a way to install Windows on a striped volume to gain performance? Title Edited - Please follow new posting rules from now on. --Zxian
  3. Hello, Can anyone guide me to enable GD for PHP? I am using PHP 4.3.9 on RH Linux ES4. Thank you.
  4. I got a serious problem. PHP always returns and adds a \ (slash) before every " (quote) when it read from a file . Can you help?
  5. Does anyone know where to download the most complete IP-Location Database for free? Please tell me
  6. Can anyone help? When I type perl index.pl on the terminal, it prints out the output. But when I executes it via web browser, I got the 500 Internal Server Error .
  7. Since nobody likes this idea, I am not going to put that feature on my page .
  8. a shortcut, which links to my page, on their desktop will make them visit my page more often. This is just kind of a bookmark .
  9. I have a file index.pl in cgi-bin folder, and it works fine on the terminal. But when I execute it on the web browser, I got the Internal Server Error. I checked the error_log file, and it said: Premature end of script header: index.pl. Can anyone help me solve this issue?
  10. I figured it out. The web server get nothing for the $HTTP_REFERER if the referfer is my local server. When I use another website as the referer, it works fine. Thank you for your replies .
  11. I fixed the problem by changing $a to $aa. Thanks eXPerience-XP for your help .
  12. This is the weirdest thing: <? $a[0][0]=1; ?> ................. ................. <? echo "a = " . $a[0][0]; ?> ................ ................ <? echo "a = " . $a[0][0]; ?> the result is: a = 1 a = I got nothing for $a[0][0] at the bottom of the page .
  13. Can anyone tell me how to add a shortcut on vivitors' desktop when they visit my page?
  14. Of course, it does. I am making a web page with PHP and got problem with this.
  15. That works on my local server, but does not work on my web server .
  16. Hi , Can anyone tell me if there is a function that returns the domain name of the referer?
  17. I have about 40 varibles declared in file var.php: <? $a[0][0]=1; $a[0][1]=2; ....... ....... $t[1][1]=26; ?> and below is the code from file index.php that has problem: <? require 'var.php'; ?> ......some code..... <? echo 'a = ' . $a[0][0]; ?> ......some code.... <? echo 'a = ' . $a[0][0]; ?> The problem is: I did not change any value of the variables, but some variables $a[0][0] at the bottom of index.php displayed nothing on the page . Can you help me with that?
  18. I am wondering if there is a way that makes my server automatically download a file from another server every day. Any idea would be greatly appreciated.
  19. Now I got another problem. Anytime I uploaded .htaccess to my server, it disapeared . That is weird.
×
×
  • Create New...