Hey all,
On multiple Ajax applications I have been trying to run.
I'm constantly getting this error
"Trying to get property of non-object"
The applications are all returning an error on
I'm having a feeling it could be to do with my php rights.
I'm currently on level 2, so I don't feel I should be having these errors.
Could someone confirm if this is a php level problem.
Or if there is an alternative method of code I need to do.
Thanks in advance
On multiple Ajax applications I have been trying to run.
I'm constantly getting this error
"Trying to get property of non-object"
The applications are all returning an error on
Code:
if($result->num_rows)
I'm having a feeling it could be to do with my php rights.
I'm currently on level 2, so I don't feel I should be having these errors.
Could someone confirm if this is a php level problem.
Or if there is an alternative method of code I need to do.
Thanks in advance