Hi all,
anyone cantell me how I can make something like this work…
index.php
$gridtable= “mytable”;
include “grid.php”;
?>
grid.php
…
$grid->SelectCommand = “SELECT * from $gridtable“;
…
hope you understand what I mean. There seems to be some SQL injecction security or a PDO trick which I am not used to.
Please help!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top