Re: [PHP] another easy question that is stumping me...

2001-12-14 Thread Dan McCullough
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

RE: [PHP] Another easy question!

2001-04-20 Thread ..s.c.o.t.t.. [gts]
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