View Single Post
  #5  
Old 05-19-2009, 12:20 AM
Bloodrun's Avatar
Bloodrun Bloodrun is offline
I am, who I am.
 
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 27,931
Bloodrun
Send a message via Yahoo to Bloodrun
Default RE: A Enhanced PM System.

Quote:
Originally Posted by SJC
For messages.php, it shows the content of the index.php page.
Then you have to do two things.

One, find where it says:

PHP Code:
$pagecontent getsitecontent("index");
$article_title $pagecontent[title];
$article_content $pagecontent[content]; 
and take out the:

PHP Code:
$pagecontent getsitecontent("index"); 
And number two, find your error in your script. Lol =/

If you paste it here, I can take a look at it for you.
Reply With Quote