<?php
if (isset($_GET['s2p-coupon'] && $_GET['s2p-coupon'] == 'free')) {
header('Location: http://gplusdecoded.com/wp-login.php?action=register');
}
?>
Statistics: Posted by Cristián Lávaque — December 23rd, 2011, 6:03 am
Statistics: Posted by Raam Dev — December 22nd, 2011, 3:24 pm
[php] if (isset($_GET['?s2p-coupon='] && $_GET['?s2p-coupon='] == 'free')) { header( 'http://gplusdecoded.com/wp-login.php?action=register' ) ;[/php]
[php] } else { [/php]
content of my paid form
[php] } [/php]
Parse error: syntax error, unexpected T_BOOLEAN_AND, expecting ‘,’ or ‘)’ in /homepages/23/d393606834/htdocs/gplusdecoded2/wp-content/plugins/allow-php-in-posts-and-pages/allowphp.php(83) : eval()’d code on line 1
Parse error: syntax error, unexpected ‘}’ in /homepages/23/d393606834/htdocs/gplusdecoded2/wp-content/plugins/allow-php-in-posts-and-pages/allowphp.php(83) : eval()’d code on line 1
Statistics: Posted by yifatcohen — December 21st, 2011, 7:56 pm
Statistics: Posted by Raam Dev — December 20th, 2011, 9:13 pm
Statistics: Posted by yifatcohen — December 20th, 2011, 5:25 pm