PDA

View Full Version : getting event date variable in URL


stewart.campbell
11-22-2004, 03:54 PM
Can anyone advise how to pass the event date in a URL from the event description.

So far this works fine

<a href="order_card_passdate.php?discount=10.00">10% Discount Today!</a>

I want to add after the discount the date the event date the user has clicked on eg

<a href="order_card_passdate.php?discount=10.00&date=$eDate">10% Discount Today!</a>

Can anyone help?

Stewart

Brian
11-22-2004, 04:11 PM
I don't this it would be possible. The date is in a variable named $ev, but it is not in a date format, but instead it is in a "date number" format.

This is an interesting suggestion. Please post this request in the Feature Requests forum.