Quote:
|
Originally Posted by Lich
1) Try to use POST and not GET variables so you don't throw things in the URL
|
Ahh thanx for that. I was wondering how I could work around that.
Quote:
|
Originally Posted by Lich
2) Why would you use a backend code as a frontend to call a different backend?
|
Well what other options is there ?? I have used that before, used PHP to execute the script, passing it a var or 2 and using the result to determine what page to present and fill in the data. Simple stuff.
I guess I just want a way to use Python rather then PHP.