Results 1 to 12 of 12

Thread: [RESOLVED] calling store procedure

Hybrid View

  1. #1
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: calling store procedure

    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($qryMYSQL_NUM); 

    echo 
    $row[0]; 

    include (
    'closedb.php'); 

    ?>
    Last edited by penagate; Apr 11th, 2007 at 11:26 PM. Reason: [highlight=php] => [php]
    My usual boring signature: Something

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width