Hello, I am not versed enough to formulate a proper question (using the correct terminology etc) so please bear with me. I have a form that contains the date range manually, and the entire form is wrapped inside of PHP:
[php]
$formData = ’
<form action="…etc.
[/php]
I want to insert the dynamic php for date range:
[php]
[/php]
Obviously this does not work because the form is already inside of <?php… So my question is: how can I accomplish this? I don’t know how to ask and that makes google’ing for an answer much harder than I thought.
Thanks for any help!