Recent content by bdoprod

  1. B

    Very simple MySQL queries

    Sounds to me like you might need a nested if statement to have the html form display when there is nothing POSTed. In my example below, I use two nested if statements to validate the inputted data. You also need to have an SQL 'SELECT' statement (see below) to find the code in your database...
  2. B

    How come when I type in just governmentunleashed.com and/or http://governmentunleashe

    Re: How come when I type in just governmentunleashed.com and/or http://governmentunle Smith6612 is exactly right. DNS is basically a database that holds a simple table pointing domain names to IP addresses. Each domain name has a parent registrar, starting with "." "." holds record...
  3. B

    MySQL Database

    That worked! Thanks!!
  4. B

    MySQL Database

    I can't even log into cPanel right now. Can you reset my password and email it to me?
  5. B

    MySQL Database

    Hi, I'm getting an error on my site (and have been for about a month or so - but I wanted to let you get un-dug from the migrations before I bothered you). The site pulls its data from a MySQL backend. Here's the error: Warning: mysql_connect() [function.mysql-connect]: Access denied for...
  6. B

    de-activated account

    When I try to re-create my account, it says that my email address isn't available. I assume it's already in the system somewhere (possibly this forum account??).
  7. B

    de-activated account

    I just changed jobs and haven't had an opportunity to login recently and just noticed that my account is disabled. Can I get it re-enabled? Account: bdoprod Domain name: bdoproductions.com Thanks!!
  8. B

    cPanel default page

    I'm an experienced web programmer and I'm pretty sure I'm adding my files to the right directory: /public_html However, I still get the cPanel default page that says that Apache is running. I've tried naming my home page index.html and index.php - same result. http://bdoproductions.com Any...
Top