I want to make a dynamic PHP page.
My idea is store javascript in myql (in a text field) and load data into variable $dynamic when it want to use (only need to echo $dynamic).
And the same idea to create static page with mysql (HTML only). All tag will store in mysql and when I need them, just to load it out.
But both of my idea have problem with parsing error.
Can anyone help me
Thank
My idea is store javascript in myql (in a text field) and load data into variable $dynamic when it want to use (only need to echo $dynamic).
And the same idea to create static page with mysql (HTML only). All tag will store in mysql and when I need them, just to load it out.
But both of my idea have problem with parsing error.
Can anyone help me
Thank
Comment