Log in

View Full Version : How to code Step by step Content Management



kamalhilmi
01-26-2010, 03:20 PM
Hi everyone,

I am newbie with the PHP code. I am developing for a dynamic website whereas user/admin can edit the content to be displayed in the page.

1. I would like to have step by step code to do this. Let say if a link is clicked, the content page will display according to the variable. Only one page will be used to display the variable.

2. Attached herewith the UI to show more details.

Thank you

Nile
01-27-2010, 12:59 AM
Where are you storing your data? If in a database - you could do:


$var = mysql_function_that_you_are_using($row['text']);
echo $var;

Also - please upload your photo to: http://localhostr.com, the one you attached was to small for me to read.