Automatic Webpage ??

Posted on 16th Feb 2014 by admin

I have a page www.mysite.com/test.php with a
<form>
<textarea name="data" cols="100" rows="20"></textarea> //to enter the page matter
<input name="Link" type="submit" value="Link" /> //to enter the link
</form>

user input // which I submit in the form
----------
data: This is page matter which is shown on my page.
link : page1.php

expected result
---------------
www.mysite.com/page1.php // THIS PAGE IS CREATED
This is page matter which is shown on my page. // THIS SHOULD BE THE MATTER WITHIN THE PAGE

//** It should get my default css from root**

Any code snippet please, THANKS

Other forums