Replicator
New Member
Lets say I have a PHP block that looks like this :
******************************************************************************************
<?php
/*
$Id: conditions.php 1739 2007-12-20 00:52:16Z hpdl $
osCommerce, Open Source E-Commerce Solutions
[]http://www.oscommerce.com[/]
Copyright (c) 2002 osCommerce
Released under the GNU General Public License
*/
define('NAVBAR_TITLE', 'Privacy Notice');
define('HEADING_TITLE', 'Privacy Notice');
define('TEXT_INFORMATION', 'Put here text information here');
?>
*********************************************************************************
How can I insert a block of HTML where it says to insert text information and not have it be all FUBAR ?
Please Help !
******************************************************************************************
<?php
/*
$Id: conditions.php 1739 2007-12-20 00:52:16Z hpdl $
osCommerce, Open Source E-Commerce Solutions
[]http://www.oscommerce.com[/]
Copyright (c) 2002 osCommerce
Released under the GNU General Public License
*/
define('NAVBAR_TITLE', 'Privacy Notice');
define('HEADING_TITLE', 'Privacy Notice');
define('TEXT_INFORMATION', 'Put here text information here');
?>
*********************************************************************************
How can I insert a block of HTML where it says to insert text information and not have it be all FUBAR ?
Please Help !