G:
/
PleskVhosts
/
seeonsoft.com
/
hp.thefalconunited.com
/
up file
home
<?php $q = $_GET["q"]; include("example.php"); include('config.php'); $result = $js->prepare('SELECT * FROM `invoiced` WHERE id = :q '); $result->execute(array(':q' => $q)); while($row = $result->fetch(PDO::FETCH_ASSOC)) { $invamount = $row['invamount']; $currency = $row['currency']; } echo $invamount; ?>