RE: Define()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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:edwin@orangeport.net] 
Sent: Tuesday, March 18, 2003 2:43 AM
To: php-db@lists.php.net
Subject: Re:  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:jim@epiuniverse.com] 
> Sent: Wednesday, March 12, 2003 2:59 PM
> To: jvilla@isdesigndev.com
> Subject: RE:  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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux