if ($x != "1") {
header ("location: index.php");
} else {
header ("location: cart.php?sid=$sid");
}
--- "Ward, Mark" <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I've got another problem that is bothering me, yet I'm sure it should be
> very easy to fix.
>
> Within my PHP script I want to redir
it depends.
is it a char restriction that MySQL is placing on you?
e.g. a TINYTEXT field type can only contain 255 chars,
whereas a TEXT type can contain 16MB (or something like that)
if it's a PHP restriction, you'll have to wade thru
PHP scripts to find the function that checks the
length, and
2 matches
Mail list logo