From: "Andy B" <[EMAIL PROTECTED]>
> i have something like this:
> if(!empty($_SESSION['add']['start_date']) &&
!empty($_SESSION['add']['end_date'])..)){
>
> and i get the unexpected error:
> notice:use of undefined constant: add-assumed 'add' in (filename).
Double check your code. In
[snip]
i have something like this:
if(!empty($_SESSION['add']['start_date']) &&
!empty($_SESSION['add']['end_date'])..)){
and i get the unexpected error:
notice:use of undefined constant: add-assumed 'add' in (filename).
dont quite understand why that is since i used other code that i
i have something like this:
if(!empty($_SESSION['add']['start_date']) &&
!empty($_SESSION['add']['end_date'])..)){
and i get the unexpected error:
notice:use of undefined constant: add-assumed 'add' in (filename).
dont quite understand why that is since i used other code that i have
3 matches
Mail list logo