Added registration and paypal payment
This commit is contained in:
16
application/views/redirection/post.php
Normal file
16
application/views/redirection/post.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<form class="form-inline" method="POST" action="<?php echo $posturl; ?>">
|
||||
<fieldset>
|
||||
<legend>New Short Cut</legend>
|
||||
<p class="text-success"><?php printf('%s/%s',$domain,$path); ?> redirected to <?php echo $url; ?></p>
|
||||
<select id="amount_1" class="span2" name="amount_1" class="input-medium">
|
||||
<?php foreach ($price as $k => $v): ?>
|
||||
<option value="<?php echo $v; ?>"><?php printf('%s %s',$k,$v); ?></option>
|
||||
<?php endforeach ?>
|
||||
</select>
|
||||
<?php foreach ($posthidden as $k => $v): ?>
|
||||
<input type="hidden" name="<?php echo $k; ?>" value="<?php echo $v; ?>">
|
||||
<?php endforeach ?>
|
||||
|
||||
<button type="submit" class="btn btn-primary">Paypal</button>
|
||||
</fieldset>
|
||||
</form>
|
Reference in New Issue
Block a user