Re: [PHP] Editing Variables from another script.

2001-03-21 Thread techzeus
What are the functions that can achieve that ? - Original Message - From: "Neil Kimber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Stewart Taylor" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 12:24 AM Subject: RE:

RE: [PHP] Editing Variables from another script.

2001-03-20 Thread Neil Kimber
D] [mailto:[EMAIL PROTECTED]] Sent: 20 March 2001 14:26 To: Neil Kimber; Stewart Taylor; [EMAIL PROTECTED] Subject: Re: [PHP] Editing Variables from another script. Basically, thats not what I'm going to do. I'm making an administrative script such that admins can change the location and va

Re: [PHP] Editing Variables from another script.

2001-03-20 Thread techzeus
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Stewart Taylor" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 10:25 PM Subject: RE: [PHP] Editing Variables from another script. > It depends upon what your overall aim actually is. > >

RE: [PHP] Editing Variables from another script.

2001-03-20 Thread Neil Kimber
want to build a parser and use some kind of templating system. Neil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 20 March 2001 14:08 To: Neil Kimber; Stewart Taylor; [EMAIL PROTECTED] Subject: Re: [PHP] Editing Variables from another script. What other ways

Re: [PHP] Editing Variables from another script.

2001-03-20 Thread techzeus
What other ways might there be ? - Original Message - From: "Neil Kimber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Stewart Taylor" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 6:10 PM Subject: RE: [PHP] Editi

Re: [PHP] Editing Variables from another script.

2001-03-20 Thread Thomas Schneider
oup of men who individually can do nothing but as a >group decide that nothing can be done. -- Fred Allen > >> - Original Message - >> From: "Stewart Taylor" <[EMAIL PROTECTED]> >> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >>

RE: [PHP] Editing Variables from another script.

2001-03-20 Thread Neil Kimber
This isn't a good approach, are you sure there isn't a different way for you acheive your aims? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 20 March 2001 10:02 To: Stewart Taylor; [EMAIL PROTECTED] Subject: Re: [PHP] Editing Variables from another s

Re: [PHP] Editing Variables from another script.

2001-03-20 Thread ben
; > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: 20 March 2001 09:26 > > To: Jason Stechschulte > > Cc: 'PHP General List. (E-mail)' > > Subject: Re: [PHP] Editing Variables from another script. > > > > Okay, basically, > > &

Re: [PHP] Editing Variables from another script.

2001-03-20 Thread techzeus
gt; Sent: Tuesday, March 20, 2001 5:57 PM Subject: RE: [PHP] Editing Variables from another script. > > > include "database.inc" > . > . > . > . > $dbhost='localhost'; > > > > -Stewart > > -Original Message- > From: [EMAIL PRO

RE: [PHP] Editing Variables from another script.

2001-03-20 Thread Stewart Taylor
include "database.inc" . . . . $dbhost='localhost'; -Stewart -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 20 March 2001 09:26 To: Jason Stechschulte Cc: 'PHP General List. (E-mail)' Subject: Re: [PHP] Editing Variabl

Re: [PHP] Editing Variables from another script.

2001-03-20 Thread techzeus
#x27;" <[EMAIL PROTECTED]> Sent: Monday, March 19, 2001 11:03 PM Subject: Re: [PHP] Editing Variables from another script. > On Sun, Mar 18, 2001 at 01:06:34PM +0800, [EMAIL PROTECTED] wrote: > > > I'm trying to create a form whereby I can edit the variables with just the

Re: [PHP] Editing Variables from another script.

2001-03-19 Thread Jason Stechschulte
On Sun, Mar 18, 2001 at 01:06:34PM +0800, [EMAIL PROTECTED] wrote: > I'm trying to create a form whereby I can edit the variables with just the form. > > It will be something like a form for me to change the database >details(username,server,password) in a .inc I'm using. > > Is there anyway f

[PHP] Editing Variables from another script.

2001-03-17 Thread techzeus
I'm trying to create a form whereby I can edit the variables with just the form. It will be something like a form for me to change the database details(username,server,password) in a .inc I'm using. Is there anyway for me to pass information into another file's variable and have it saved in th