Wątek przeniesiony 2014-12-30 00:26 z PHP przez dzek69.

Get, echo źle wyświetla

0
<?php
$SHOPV = $_GET['SHOPV'];
?>
<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick"></br>
<input type="hidden" name="business" value="<?php echo("$SHOPV");?>></br>
<input type="hidden" name="currency_code" value="PLN"></br>
<input type="hidden" name="item_name" value="1A 2B 3C 4D 5E 6F 7G 8H 9I - test"></br>
<input type="hidden" name="amount" value="1"></br>
<input type="image" src="http://www.paypalobjects.com/en_US/i/btn/btn_buynow_LG.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>
 

Mam źle podstawiony mail w bussiness: [email protected]></br> <input type=

1

witam

brak cudzyslowia

zle:
<input type="hidden" name="business" value="<?php echo("$SHOPV");?>></br>
dobrze:
<input type="hidden" name="business" value="<?php echo("$SHOPV");?>"></br>

pdr

1 użytkowników online, w tym zalogowanych: 0, gości: 1