View Single Post
Old 12-01-2012, 10:18 AM   PM User | #4
nani_nisha06
Regular Coder

 
Join Date: Oct 2012
Location: mother land --india
Posts: 159
Thanks: 37
Thanked 2 Times in 2 Posts
nani_nisha06 is an unknown quantity at this point
Quote:
Originally Posted by abduraooft View Post
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.
Ofcourse this solved the error but I am not able to $_post[process_BAU] when a db script is processed using form action...
nani_nisha06 is offline   Reply With Quote