Thread: Html?
View Single Post
  #7  
Old 05-17-2012, 04:13 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: 613,502
Hall of Famer is on a distinguished road
Default

Well if it is pure HTML such as table, form and iframe, you can always use this syntax in PHP to convert HTML to PHP string:

PHP Code:
$article_content .= "html text in it, can be letters, numbers, tables, forms..."
Nonetheless, this wont work with javascript. I do believe theres a way to get Javascript to work with Mys, and it shouldnt be hard at all. Anyway this script so far is an enhanced version of MA, although we are diverging fast from the shell of Rusnak Adoptables. If javascript works on MA theres no way it wont work with Mys.
__________________


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