RE: Parsing Variables Inside a String

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

 



Consider the variable name inside database is 'emp_name' and now you want to
use this as $emp_name.. 

This variable will be stored in as follows
$variable1 = $resultfromdatabase['variable1'];

Then next step is store anything in this variable as follows
$$variable1 = "John";

I hope this may not help you for what you want, but at least It will gives
an idea for different methods..

Warm Regards,
Sanjeev
http://www.sanchanworld.com/
http://webdirectory.sanchanworld.com - Submit your website URL
http://webhosting.sanchanworld.com - Choose your best web hosting plan

-----Original Message-----
From: heavyccasey@xxxxxxxxx [mailto:heavyccasey@xxxxxxxxx] 
Sent: Wednesday, August 15, 2007 12:41 PM
To: Chris
Cc: php-general@xxxxxxxxxxxxx
Subject: Re:  Parsing Variables Inside a String

I need to get the variable names from a database.

On 8/15/07, Chris <dmagick@xxxxxxxxx> wrote:
> heavyccasey@xxxxxxxxx wrote:
> > Hi, is there a function that can parse variables within a string?
> >
> > For example:
> >
> > $good_day = 'The';
> > $fr['iop'] = "y're crazy!";
> >
> > $new = '$good_day$fr['iop']';
> > echo TheFunctionIRequest($new); // They're crazy!
>
> Well this:
>
> echo $good_day . $fr['iop'];
>
> will do what you show here.
>
>
> What are you trying to do exactly?
>
> --
> Postgresql & php tutorials
> http://www.designmagick.com/
>

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

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux