[EMAIL PROTECTED] wrote:
> You're missing a single quote after the value of MAXLENGTH on the line
> that's not working... Maybe that's the problem.
>
Yes!!
Thanks! I thought I was going crazy.
Martin S.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECT
You're missing a single quote after the value of MAXLENGTH on the line
that's not working... Maybe that's the problem.
--
[ Swift eNetwork ] Matrix
> http://matrix.swifte.net/
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
I'm blind!!
Whats wrong here? $besk has a value at one place but not in another?
Jeez
M.
$besk=$row1[0];
print "beskr $besk"; <-- prints value of $besk
print ""; <-- works
print " "; <-- DOES NOT PRINT A THING!!
print " "; <-- works
print " "; <--works
3 matches
Mail list logo