Where is the $-sign in front of the vars???

Edwin

Jonathan Villa wrote:
Jim, I don't think that matters. One can escape into PHP in several ways
(depending on the php.ini config of course)
1. <?php
2. <?
3. <script language="php"
4. <%
5. <?= (to echo something right away)
Anyway, I tried that and it still doesn't work. ---> Jonathan
-----Original Message-----
From: Jim Hunter [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 2:59 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-DB] Define()


Looking at your source you are still missing the php in the script. it
has to look like:
<form action="<?php echo CTL_HOME_ROOT ?>" method="POST">
note the php |||
add this and try it again.
Jim












--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to