try this... same code, made some changes..
PHP Code:<?php
include ('config.php');
include ('opendb.php');
$qry = mysql_query(CALL HelloWorld());
$row = mysql_fetch_array($qry, MYSQL_NUM);
echo $row[0];
include ('closedb.php');
?>
|
Results 1 to 12 of 12
Hybrid View
|
Click Here to Expand Forum to Full Width |