Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

about CGI ?

Status
Not open for further replies.

IPOz

Programmer
Jul 11, 2001
109
0
0
CN
hi, friends
i am a python newbie. however i like it very much when i first touch it.
i tried to build a web site using python. but encountered some problems.
1. the browser cannot receive out Cookie:
import cgi, Cookie
C = SimpleCookie()
C.load('a=1; b=2;')
print C.output()

2. at server side, how to flow to another page:
one.py ---> two.py
then the client will receive two.py's output.

thanks!

ipo_z@cmmail.com
garbage in,garbage out
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top