[PHP] R: [PHP] Little question

2001-05-09 Thread Gabriele Biondo
Already added, nothing changed at all... -Messaggio originale- Da: Jason Murray [mailto:[EMAIL PROTECTED]] Inviato: mercoledì 9 maggio 2001 9.56 A: 'Gabriele Biondo' Oggetto: RE: [PHP] Little question ?$myOra=MY STRING This needs to have a ? after it... Jason -- PHP

[PHP] R: [PHP] Little question

2001-05-09 Thread Gabriele Biondo
this : if ... $myOra= ... should be more like : if ... $myOra == ... essentially you're setting $myOra as blank everytime which evaluates to true, then it ends up printing the blank, which is not good. regarding typos, this is a common one and since it reveals no error ... it