Footer Data

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
gaz
User
Posts: 25

Footer Data

Post by gaz »

Hi All,
Can someone kindly give me a clue on how I can have Data on the Database at the footer?

Kind Regards

Gary


mobhar
User
Posts: 11660

Post by mobhar »

You may simply use "Page_DataRendered" server event in your desired page. Please read "Server Events and Client Scripts" topic for more info and example.


arbei
User
Posts: 9281

Post by arbei »

You can use Conn()->Execute() to retrieve the data and add the content to the footer as mobhar said.

Read help file topic: "Server Events and Client Scripts" -> "Some Global Functions" for more information.


gaz
User
Posts: 25

Post by gaz »

No idea where to start on this?

Anyone help me with this please?

Thanks


mobhar
User
Posts: 11660

Post by mobhar »

Always try by yourself first, and post your code for more discussion.


Post Reply