Jump to content

SeanFromIT

New Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

SeanFromIT's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. So I have a PHP program written with a .ssa extension. I want Apache/PHP to render this as if it is .php. I've added to httpd.conf "AddType application/x-httpd-php .ssa" but it doesn't work. I can rename the .ssa file to .php and it is displayed just fine. Apache was restarted after httpd.conf edits. Any ideas why this isn't working?
  2. How do I chop off the last 3 characters of a varchar without knowing how many characters each row actually contains?
  3. Can someone show me the SQL equivalent of the following? for all rows in a single column { if value = 'example' set value = 'answer' }
  4. Inside of an HTML form, does anyone know how to echo something immediately if a radio button with a certain value is pressed, without submitting the HTML form?
  5. Thanks! You're correct. I added % wildcard to my Access Hosts list and now I can remotely connect! :-)
  6. Does anyone know how to stop the MySQL GUI tools from adding @yourhostname to the username that you type in the prompt? Example: I type in correct username "user" MySQL GUI Tools Connection errors out saying "user@ip.verizon.city.etc denied" The denial is coming from the fact that it's adding @blahblah to my username.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.