10 Sep
2001
10 Sep
'01
11:50 a.m.
Hi! Want to read the variable i pass from the url. eg: http://wap.test.com/test/test?id=287518 Works well with php.
10 Sep
10 Sep
12:27 p.m.
New subject: [Zope-dev] zope variables!
Stian Jenssen wrote:
Want to read the variable i pass from the url. eg:
zope-dev is for development of not with zope, your question is better directed to zope@zope.org.
http://wap.test.com/test/test?id=287518 Works well with php.
works well in zope too, but id is probably used for other stuff: http://wap.test.com/test/test?myvar=1234 if test is DTML: <dtml-var myvar> <dtml-var "REQUEST['myvar']"> <dtml-var "REQUEST.form['myvar']"> ...will all work. Chris
8997
Age (days ago)
8997
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chris Withers -
Stian Jenssen