Jump to content

jmather

Members
  • Posts

    6
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://

Profile Information

  • Location
    Durango, co

jmather's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I'm wondering if someone can point me to some posts/tutorials (I'm sure I'm not the first to ask:) about some suggestions to setup a local development environment for a site and then interacting with tch? I have most of my tools setup and working locally (php, mysql etc) so I suppose I'm asking for the best way to mirror my site locally while I work on it and then sync it up with the "production" server on tch? Much appreciation in advance.... - JM
  2. Sorry, I'm being *#$# #$#$#... It was the def main() needed to be: def main(): I have been being tortured with too much vb6....please forgive. - JM
  3. I followed the directions to run python scripts on this forum and i have a question that maybe someone can answer. I uploaded a file like this: >#!/usr/bin/python print 'Content-type: text/html' print print 'This is a test' print 'This is a 2nd test' Set my permissions and it runs fine. But if I upload a file that has this, it does not work (500 Internal Server Error): >#!/usr/bin/python print 'Content-type: text/html' print print 'This is a test' print 'This is a 2nd test' def main() print 'This is another test' main() Notice the tab and function? am I missing something? Thanks...perplexed
  4. Looks great....thanks for taking the time to try that out.
  5. Pear is: PEAR is short for "PHP Extension and Application Repository" and is pronounced just like the fruit you can get more info at: pear.php.net
  6. Has anyone used the PEAR Database package to access their mysql database on TCH? I'm told these packages are installed....If you have can you give me an example of your $dsn and how you include the db.php file? (If this is even possible????) Thanks, JM
×
×
  • Create New...