Search results

  1. G

    CSS being an arse.

    There is also the min-height tag, though ie6 doesn't like it and needs the standard height tag to do the same thing so you could do a condition and tell it touse the height tag if in ie6/older and then for every other browser use the min-height tag. I am pretty sure you need to set your body to...
  2. G

    Diskspace Increase issue

    Thanks, I was using the wrong display to check and didn't think to check the control panel display.
  3. G

    Diskspace Increase issue

    I have an Ad-Free account that says that I have 500MB of disk space and as per instruction in the 'Free Accounts Upgraded' thread, I have created this support ticket.
  4. G

    php - MySQL linking error

    Okay, thanks for the information and tips. I will integrate the magic quote bit and improve upon the basic error checking I have. I know encrypting the username field has more overhead than leaving it be, I am used to working with guids and encryption was close enough to a guid for me since...
  5. G

    php - MySQL linking error

    Thanks, I knew it had to be something stupid and it was. Hopefully I will look more closely when I copy code from another page that has part of it set up how I need.
  6. G

    php - MySQL linking error

    I'll start off by admitting that while I have no issues with html and css, I have a very basic understanding of php. I haven't used MySQL, but I am fairly comfortable with Microsoft SQL Server 2005 and don't think the issue is with the database. I do not believe my log-in code is wrong, but I...
Top