Okay, basically,

I'm trying to create a script such that it will change the variables inside
of my .inc page.

Something like

lets say I have this file called "database.inc"
Inside it I have :

$dbhost = 'blah'
$dbuser= 'blah'
$dbpass= 'blah'

I would like to make a script such that I can modify the $variables into
something else like, $dbhost into localhost.

How can it be done?
----- Original Message -----
From: "Jason Stechschulte" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "'PHP General List. (E-mail)'" <[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 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 there?
> >
> > If anyone have seen Newspro (CGI) before, when you edit some parts in a
form, the information will be saved. How can it be done in PHP?
>
> There is probably a hundred or more ways this can be done.  For me to be
> able to give you specifics, you will have to be more specific with what
> you are doing and what you have tried.
>
> --
> Jason Stechschulte
> [EMAIL PROTECTED]
> --
> Well, I think Perl should run faster than C.  :-)
>              -- Larry Wall in <[EMAIL PROTECTED]>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to