Posted by Kurt Milligan on 08/06/07 02:31
On Aug 3, 11:09 pm, Big Moxy <bigm...@gmail.com> wrote:
[snip]
>
> I wanted to do this but my last page no longer renders. Can I do the
> following?
>
> if ($_SESSION['phrase'] == "" {
> $_SESSION['font_type'] = "^^no^^";
> $_SESSION['thread_color'] = "^^no^^";
>
> }
>
I may be missing something, but did you just forget to put in a
closing parenthesis?
(though I would think that you would be getting a parse error from
PHP)
if ($_SESSION['phrase'] == "") { // <<< missing ) after the ""
-K
[Back to original message]
|