Thread: Web app idea
View Single Post
Old May 10th, 2006, 12:36 PM   #7
DaveQB
Newbie
 
DaveQB's Avatar
 
Join Date: Apr 2006
Location: Sydney
Posts: 14
Rep Power: 0 DaveQB is on a distinguished road
Send a message via ICQ to DaveQB Send a message via Skype™ to DaveQB
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.
DaveQB is offline   Reply With Quote