As the title says, I would like to know how to capture the div id or value and thus be able to use it as a query in SQL server
This is my code:
<?php
define('DB_SERVER','1.2.3.4');
define('DB_NAME','database');
define('DB_USER','sa');
de...
asked by
03.01.2019 / 22:48