|
Hello all,
I want to implement the article contents in my website.i have already have a source code of article contents(i.e the html code for article).now i want to a small php script,that will complement the article page by the following criterias
-by applying the title of page(similar to article page)
-by applying the keywords.
-by applying the article content(i.e the html code for article)
-by applying the previous & next path
by doing this that script will produce a article page with appropriate title,keywords contents & all.
i treid this concept using php by passing a variables between pages(i.e)
files from oho(with post method & action is output.php)
(contains the form regarding,title,contentstput.php(with template)
(outputs the php variable in appropriate place:
EX title shopuld be int<title><?echo "title"?></title>
After i saved output.php as webpage html only (described article page).but suppose article content (form variable from php)
variable contain s a linkit displays wrongly like "example.com/"\something in a saved web page.
plz tell me how can i overcome this . is there any other way to implement this?Is there any built in scripts regarding this problem?If it so tell me what about iframes?
plz tell me out of this
thanks
|