never mind this is the only way i can probaly do this

'NOT_ALLOWED_EXTENSION' => "Not Allowed File Extension, the following
filetypes are allowed : (".$_SESSION['ext_type'].")

-----Original Message-----
From: Dan Rossi [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 23, 2003 2:56 PM
To: Php-General
Subject: [PHP] more issues with variales within strings


hi guys , i am sure this worked on an earlier version of php,


'NOT_ALLOWED_EXTENSION' => "Not Allowed File Extension, the following
filetypes are allowed : ($this->type)\n", this is inside an array

then i used to do

$this->extract_filetypes($this->imgtypes);
$this->error_codes[NOT_ALLOWED_EXTENSION];

where extract filetypes returned $this->type , is there a way to do this now
?


--
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

Reply via email to