Search results

  1. O

    PHP mail() function not working

    I made a page with a contact form that posts to a file containing this code: mail( "whatever@wherever.com", $subject, $message, "From: $email" ); I have my own email address in the whatever@wherever part and the other variables are filled in correctly. It works when I test it locally but it...
  2. O

    When I remove a line from my htaccess file it's still in effect

    I'm testing using mod rewrite on my computer. When I add a rewrite rule to the htaccess file it goes into effect immediately (without even restarting Apache), but when I remove a line it still acts as if the line were there. For example, I created a rule to change requests for .htm to .php and...
  3. O

    Are we able to use mod rewrite with free hosting?

    Can we use mod rewrite in .htaccess files if we have free hosting?
  4. O

    Counters and PHP Pages

    How do page views and statistics in cPanel (like awstats) work with php pages? When the php file is accessed, does it log the same information it would with an html file? If I change my site over to php pages, will I still be able to view the same statistics?
  5. O

    Does testing a website through localhost use up bandwidth?

    I have apache on my computer to test websites. When I access something through localhost, does it use up bandwidth from the ISP, or does it not even go through my ISP at all?
  6. O

    Support ticket closed without a response

    I created a support ticket for a problem I'm having. It was apparently moved to level 2 support, but it never received any response and then was closed because I hadn't responded to it in 72 hours. Are you supposed to keep responding to a ticket until someone answers it even if the situation...
  7. O

    What is level 2 support?

    What does it mean when you submit a support ticket and then it says "moved to level 2 support"?
  8. O

    Parsing html files for php - .htaccess?

    How do you set it up so that html files are parsed for php? I created an .htaccess file in one of my directories and put "AddType application/x-httpd-php .html" in it, but now when I try to view .html files in that directory instead of loading the page in the browser it prompts me to download...
  9. O

    Javascript - Targeting a window by name from a function?

    I have a page with a link that opens a popup window. There's a link in the popup window that runs a javascript function that's supposed to change the url of the window that opened it. Because of the way the pages are set up I have to reference that original window by its name rather than by...
  10. O

    MySQL help - "No privileges" to create new database in phpMyAdmin

    In phpMyAdmin, under "Create new database", it says "No privileges". Do I have to do something to be able to create new databases? Is it not possible to create new databases for a free site? EDIT: Never mind, I found that you can create databases directly though cPanel under Databases / MySQL...
  11. O

    Using Drpual with free hosting?

    Using Drupal with free hosting? I've been reading about Drupal and would like to try building a website using it. Searching the forums, the only recent postings I can find about Drupal are people having problems with it, and their posts haven't received any replies. Does anyone else with a...
  12. O

    Trouble Logging In

    Like several other people who have posted, my website went down earlier today. As of right now it's back up, but when I log into my account it displays the following error message: Although you've logged in successfully, there was an error retrieving your account's hosting type from the backend...
Top