View Single Post
  #4  
Old 03-27-2013, 04:29 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 397,228
Hall of Famer is on a distinguished road
Default

Well for this... Change this line below:

PHP Code:
$mysidia->page->addcontent($adoptform); 
to:

PHP Code:
$document->add(new Comment($adoptform)); 
Also change the form action form 'doadopt.php' to 'adopt' since doadopt.php no longer exists.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote