Quote:
Originally Posted by FlexxAeon
dont think you use == for a boolean
try:
if($paid = false)
|
I'm no expert, but that is wrong? You just assigned a value to $paid, which of course got rid of his PHP notices.
The PHP notices are displayed because $paid has no value set before the conditional.