CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Parameter in custom heading

Print topic Send  topic

Author Message
Jack
Posted: 04/30/2002, 3:46 AM

In page open event I put
$pcity = get_param("city") ;

In custom page Heading I put
...
<FRAME NAME="myframe" ... SRC="mypage.php?city={pcity}">
...

pcity never gets set so mypage doesn't catch the right parameter.
What's wrong with that?

Thank you
Alex Alexapolsky
Posted: 04/30/2002, 5:38 AM

Coz you didn't set pcity , should be done via
$tpl->set_var("pcity",$some_variable);

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.