View Single Post
Old 12-01-2012, 09:45 AM   PM User | #2
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
What's PROCESS_BAU[$id_type]? Did you mean to use $PROCESS_BAU[$id_type] instead?

btw, to embed php arrays within string, you need to either use a syntax like

PHP Code:
echo "some".$myartay['some_index']."string"
or

PHP Code:
echo "some {$myartay['some_index']} string"
. I'd prefer the second one.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Users who have thanked abduraooft for this post:
nani_nisha06 (12-01-2012)