Posted by Pedro Graca on 01/19/06 19:17
Fernando Rodríguez wrote:
> What's wrong with this line? I'm getting parse errors for it:
>
> if ( empty($payment) || !is_numeric($payment) ) {
Maybe you need a semicolon right before the "if"
;if ( empty ...
--
If you're posting through Google read <http://cfaj.freeshell.org/google>
Navigation:
[Reply to this message]
|