[PHP] Freelance Work - London N1

2005-05-11 Thread bubba
 
We're looking for a freelancer to work ON-SITE IN LONDON on a PHP/MySQL
content management system for 4-5 weeks, starting in approx. 10 days time.
Experience of building bespoke CMS systems is essential. If you're
interested, please send your CV, rates and relevant URLs that you've worked
on via email to milan AT mook.co.uk

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



[PHP] Evaluate String as Object

2004-11-11 Thread bubba
Hi,

Is it possible to evaluate a string passed to a script as an object?

If, for example, I have the following executing in my script:

$result = $player_1->execute_query();
// OR
$result = $player_2->execute_query();

If I pass a value to a script in the following manner, say:

$playername = $_GET["playername"];

Can I convert/evaluate this as an object, i.e.:

$result = [VALUE-OF-$playername]->execute_query();

I'd rather not be in a position where I'm doing a raft of if/then
statements

Cheers,

bub.

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