This topic is locked

Dynamic creation of a URL in List Page

6/21/2009 10:50:07 PM
PHPRunner General questions
M
mlapl1 author

Dear All,
I am writing an events calendar and would appreciate a bit of help.
When displaying the record of an event, I would like to do the following:
If the event is recurring, then I would like to publish in one of the columns of the listing (let's call it Link_Column) a link which would be constructed as follows:

<a href="http://mysite.com/IDOfTheRecordDisplayed">Click here</a>
How in PHPRunner would I be able to do this - presumably through an event - probably List Page: After Record Processed.
Thank you very much

Andrew

J
Jepsen 6/22/2009

You can build the html code in the SQL query. I have just shown axamples in another topic:
http://www.asprunner.com/forums/index.php?showtopic=12091