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?