PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
PHP Notice: Undefined variable: cet in /var/www/html/loja/comprar.php on line 8
PHP Notice: Undefined variable: action in /var/www/html/loja/comprar.php on line 25
PHP Notice: Undefined variable: idConfigurador in /var/www/htmlloja/comprar.php on line 26
PHP Notice: Undefined variable: total in /var/www/html/loja/comprar.php on line 35
PHP Notice: Undefined variable: opcionais in /var/www/html/loja/comprar.php on line 44
PHP Notice: Undefined variable: opcional in /var/www/html/loja/comprar.php on line 45
PHP Notice: Undefined variable: wOpcionais in /var/www/html/loja/comprar.php on line 49
this appears after i change from php 4 to php 5.1 ...
superdezign wrote:Here's the problem. You're checking the values of $cet and $referrer before they have any values at all. Where are you setting their values?
Judging from the code, bouncer is assuming register globals is on and they are therefore set for him at page submission.
superdezign wrote:Here's the problem. You're checking the values of $cet and $referrer before they have any values at all. Where are you setting their values?
Judging from the code, bouncer is assuming register globals is on and they are therefore set for him at page submission.
you are right, i have register globals on, but i have already try something like this