What i need is a smal PHP Script, what reads from form fields and fill vars in source html.
I will explain you:
Step 1: Template refil
Create Table: TemplateIn
Create Row: ID
Create Row: SourceCode
Create Row: Name
Type = mysql
Create Dropdown and read from DB Templates.
Every Template is filled with Vars.
There are 4 var types:
– {text1:Fieldname} | Creates an text field
– {img1:Fieldname} | Creates an upload Field
– {area1:Fieldname} | Creates an textarea
– {ul1:Fieldna…
