Revplit
New Member
- Dec 24, 2015
- 6
- 1
Do you need a PHP Calculator?
I have the perfect script for you
Preview:
I hope you like it,
I have the perfect script for you
Preview:
You must be registered for see links
PHP:
<!-- This Script is from www.revplit.xyz, -->
<form action="calculator.php" method="post" id="rekenmachine">
<input name="c1" id="c1" type="text" size="10" />
<label for="teken"></label>
<select name="teken" id="teken">
<option value="+" selected="plus" title="plus">+</option>
<option value="-" title="min">-</option>
<option value="*" title="keer">*</option>
<option value="/" title="deel">/</option>
</select>
<input name="c2" id="c2" type="text" size="10" /></br></br>
<input type="submit" value="Bereken" name="rekenmachine"class="button"/>
<p>
</form>
<a target="_blank" href="http://www.revplit.xyz" style="font-size: 8pt; text-decoration: none">Revplit</a>
<!-- End -->
I hope you like it,
Last edited: