Re: [PHP-DB] Define constants: awkward usage?

2005-01-26 Thread Jochem Maas
tony wrote: Hi all, I got this sets(20) of defined constants which using them as keys to an array eg define("FNAME", "fname"); farray = array( FNAME => "hello" ,...); my question is how do I insert that directly into a javascript(to do some client validation) I need this:

RE: [PHP-DB] Define()

2003-03-18 Thread Jonathan Villa
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. 2. 3.

Re: [PHP-DB] Define()

2003-03-18 Thread Edwin Boersma
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. 2. 3.

RE: [PHP-DB] Define()

2003-03-12 Thread Jonathan Villa
Jim, I don't think that matters. One can escape into PHP in several ways (depending on the php.ini config of course) 1. Jonathan -Original Message- From: Jim Hunter [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 2:59 PM To: [EMAIL PROTECTED] Subject: RE:

RE: [PHP-DB] Define()

2003-03-12 Thread Hutchins, Richard
x27;; [EMAIL PROTECTED] > Subject: RE: [PHP-DB] Define() > > > Yes! I ran into this once and it stumped me for a while. You > need to delete > the temporary internet files directory on the machine where > you're viewing > the source. Took me three days of looking on micro

RE: [PHP-DB] Define()

2003-03-12 Thread Hutchins, Richard
; From: Jonathan Villa [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2003 3:21 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP-DB] Define() > > > For starters, and in general, does anyone know why a view source would > not work in IE 6? This hasn't worked for we

RE: [PHP-DB] Define()

2003-03-12 Thread Jonathan Villa
For starters, and in general, does anyone know why a view source would not work in IE 6? This hasn't worked for weeks, so I usually have to use Mozilla to view the source. Anyway, Jim, this is my basic page setup. This is where my HTML codes goes. So for example, a link to another page woul

RE: [PHP-DB] Define()

2003-03-12 Thread Jonathan Villa
arch 12, 2003 12:58 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-DB] Define() The reason it doesn't work may go beyond PHP. You are trying to make an HREF point to an exact location on your hard drive. When the user of your web page clicks the link, they do not have that location on th

Re: [PHP-DB] Define()

2003-03-12 Thread Jim Hunter
The reason it doesn't work may go beyond PHP. You are trying to make an HREF point to an exact location on your hard drive. When the user of your web page clicks the link, they do not have that location on their system so it will fail. Always use relative locations for links. Then once you get that

Re: [PHP-DB] define variable by querying MySQL

2001-07-02 Thread Dobromir Velev
Hi, I'm not sure what were you trying to do but there are some very obvious errors 1. You cannot embed one php openning tag ( #end code Dobromir Velev -Original Message- From: Matt Nigh <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, July 02, 2001 1:01 AM Su