This topic is locked

snippet

10/27/2009 5:53:19 PM
PHPRunner General questions
D
daviddegante author

hello, i'm trying to do this
$strQuery = "SELECT VISITA FROM crm_visita_datoscompletos WHERE USUARIO = "."'".($_SESSION["UserID"])."'";

CustomQuery ($strQuery);
but it doesn't shoe me the result...i'm using php runner 5.1.
thanks