Thread: Web app idea
View Single Post
Old May 7th, 2006, 12:36 PM   #6
Lich
Professional Programmer
 
Lich's Avatar
 
Join Date: May 2005
Location: Detroit
Posts: 254
Rep Power: 4 Lich is on a distinguished road
Send a message via AIM to Lich Send a message via MSN to Lich
Quote:
Originally Posted by DaveQB
Thanx for the replies guys.

What a mess I made of that, my first post on these forums. Less: don't post while falling asleep.

The host that will running this app doesnt seem to have mod_python install on their apache install. So this rules out the frameworks it seems.

So I see I have 2 options

1) use CGI like URLs to pass variables

2) use PHP as a type of front end to calling python scripts to do all the work.

Any better suggestions ??
1) Try to use POST and not GET variables so you don't throw things in the URL
2) Why would you use a backend code as a frontend to call a different backend?
__________________
--John Cruz
Web Developer
www.cruzweb.net
Lich is offline   Reply With Quote