I am getting a parse error in the following line of code
**************************
foreach ($messagearray as $value) {
//print("strlen: " . strlen($value));
if (strlen($value) >= 22) {
?>
<script>
alert('Your post is too long...use the forum for longer stories.')
</script>
<?
$message="";
break;
}
}
*************************
can anyone see whats causing the problem
kenny
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] Parse Error Wade Halsey
- Re: [PHP] Parse Error Richard Lynch
- [PHP] Netscape's back button not working l... Todd H MacPherson
- Re: [PHP] Netscape's back button not w... Ignacio Vazquez-Abrams
- Re: [PHP] Netscape's back button n... Romulo Roberto Pereira
- Re: [PHP] Netscape's back but... Todd H MacPherson
- [PHP] Parse error Liam Gibbs
- Re: [PHP] Parse error Liam Gibbs
- RE: [PHP] Parse error Matt Williams
- Re: [PHP] parse error kenny.hibs
- Re: [PHP] parse error Joe Stump
- Re: [PHP] parse error Philip Olson
- [PHP] Parse error Mike
- Re: [PHP] Parse error elias
- [PHP] Parse Error Michael L
- RE: [PHP] Parse Error Jason Murray
- [PHP] Parse Error Alberto
- Re: [PHP] Parse Error Alexander Weber
- RE: [PHP] Parse Error james . fairbairn
- RE: [PHP] Parse Error james . fairbairn

