[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] RaQ4 CGI-WRAP error messages
- Subject: RE: [cobalt-users] RaQ4 CGI-WRAP error messages
- From: Roger Harrison <cobalt@xxxxxxxxxxxxxxx>
- Date: Thu Nov 16 06:15:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Thu, 16 Nov 2000, Stephen Mc Carron - Novara wrote:
> As an almost-aside,
>
> Has anyone ever encountered problems where scripts (php and perl witnessed
> so far) are not passing session variables to each other?
>
> ie: , you can pass a value like link.cgi?id=25 which works fine as a link,
> etc, but use ?is-<%id%> or similar in a script and it is passing on
> everything but the id variable!!
>
> Anyone seen this before? A ra3, with php4,
I'm not sure if this is what you are trying to do, but to use a link in
this way would normally be something like:
link.cgi?id=<%=$id%>
or (if you don't have ASP style tages enabled):
link.cgi?id=<?=$id?>
Regards,
Roger Harrison