On Friday 19 April 2002 23:52, Jason Lam wrote: > How do I assemble strings to become a variable? > > These code do not work... > $abc = 10; > echo $('ab'.'c');
echo ${'ab'.'c'}; -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* On a clear disk you can seek forever. -- P. Denning */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php