Im not sure if it is possible but for a programn i am making with PHP i want to have a edit section where users can edit the way it will make the things. So i want to make it so in a form after soem one fills out the form where it would like like this.
the first part of there site.
<date>Whatever. <title>
<poster>
Whatever.
<news>
whatever.
How would i make it so <date> would = $date
and <title> = $title
Im guessing i would ave to use a if statement but im not sure.