Quote:
Originally Posted by abduraooft
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...