Jump to content

NEWBEE


abhinavsingh89

Recommended Posts

<?php

if($a==1) {

  ?>

  put html here 1

  <?php

} else {

  ?>

  put html here 2

  <?php

}

?>

 

Can't advise on PayPal shopping cart as never used, but be careful that just because a user doesn't see a button, doesn't mean that a hacker can't use it. For example, if the button accesses www.hello.com?action=delete then the user could simply enter this in an url. Same applies to if using POST, user can create any form and POST values.

Link to comment
https://forums.phpfreaks.com/topic/177008-newbee/#findComment-933279
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.