Code: Select all
OCIFetchInto($statement, $rc, OCI_ASSOC);
$prodgroup = $rcї'PRODGROUP'];
$groupname = $rcї'GROUPNAME'];
$site = $rcї'SITE'];
$infomerical = $rcї'INFOMERCIAL'];
echo $infomercial." test";Moderator: General Moderators
Code: Select all
OCIFetchInto($statement, $rc, OCI_ASSOC);
$prodgroup = $rcї'PRODGROUP'];
$groupname = $rcї'GROUPNAME'];
$site = $rcї'SITE'];
$infomerical = $rcї'INFOMERCIAL'];
echo $infomercial." test";Code: Select all
OCIFetchInto($statement, $rc, OCI_ASSOC);
$prodgroup = $rcї'PRODGROUP'];
$groupname = $rcї'GROUPNAME'];
$site = $rcї'SITE'];
$infomerical = $rcї'INFOMERCIAL'];
# Now echo for testing
echo $rcї'INFOMERCIAL']."test";
# The old way
# echo $infomercial." test";Code: Select all
if( ($statement = OCIparse($conn, $query)) != false )
{ /* Insert your code here */ }