C
|
cgphp 2/19/2013 |
Try to add curly brackets as below: $datevalue = ""; |
K
|
kyrie76 author 2/19/2013 |
I tried but it doesn't give me anything |
C
|
cgphp 2/19/2013 |
Enable firebug and check if you get errors. |
K
|
kyrie76 author 2/19/2013 |
Enable firebug and check if you get errors.
|
C
|
cgphp 2/19/2013 |
Print the $data (print_r($data)) array before the if statement and check the value in firebug. |
K
|
kyrie76 author 2/19/2013 |
Print the $data (print_r($data)) array before the if statement and check the value in firebug.
|
C
|
cgphp 2/19/2013 |
You should always get an array. Try to print the $data1 array in the if statement. |
K
|
kyrie76 author 2/19/2013 |
You should always get an array. Try to print the $data1 array in the if statement.
|