Im working on a form that lets a user input data such as keywords, description, title etc for the creation of a SE friendly web page.
Im still new to php and might be overlooking something simple.
I store the string from the form then I can print it out from the handleform.php i have created, But How can i create my own
<TITLE> {title} </TITLE>
<META name="description" content=" {my descitpion} ">
<META name="keywords" content=" {my keywords} ">
?? thoughts?
STeve