Edwin, 

There is no $ in front of the vars because it's a constant.  $ signifies
a variable.  A variable's value can change, a constant's value cannot.

 
---> Jonathan
 
 
 
-----Original Message-----
From: Edwin Boersma [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 18, 2003 2:43 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] Define()

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


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

Reply via email to