Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7702007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T23:07:37+00:00 2026-05-31T23:07:37+00:00

Can anyone spot where I might be going wrong with the following code? <?php

  • 0

Can anyone spot where I might be going wrong with the following code?

<?php

    //MySQL Database Connect
    require 'config.php';
    $unitFrom = "kilogram";
    $unitTo = "gram";
    $units = "9000";

    try{
    require 'config.php';
    $stmt = $dbh->prepare('CALL sp_get_conversion(:in_unit_from, :in_unit_to, :in_amount, @out_amount)');
    $stmt->bindParam(':in_unit_from',$unitFrom,PDO::PARAM_STR,4000);
    $stmt->bindParam(':in_unit_to',$unitTo,PDO::PARAM_STR,4000);
    $stmt->bindParam(':in_amount',$units,PDO::PARAM_STR,4000);
    $stmt->execute();
    }
    catch (PDOException $e) {
    print "Error!: " . $e->getMessage() . "<br/>";
    die();

    $conversion = $dbh->query( "SELECT @out_amount" )->fetchColumn(); 
    echo $conversion;

    }   
?>

When I run the stored procedure in phpmyadmin it works fine but nothing is echoed out when I try the code above.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T23:07:38+00:00Added an answer on May 31, 2026 at 11:07 pm

    The following should be in the try block:

    $conversion = $dbh->query( "SELECT @out_amount" )->fetchColumn(); 
    echo $conversion;
    

    You currently have it in the catch block so it will get executed only if there is an exception is generated.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anyone spot what is wrong with this URL rewrite? I can't get it
Can anyone spot anything that would be causing me massive problems between the following
Can anyone help me spot the problem on this PLEASE? I'm eternally grateful for
Can anyone spot why my form always fails the validation? The validation doesn't output
Can anyone spot the reason why nothing gets printed onto console using below C++
Can anyone spot my error in this loop? After i read in the reply
Can anyone spot the syntax error in this thing? UPDATE `inventory` LEFT JOIN `manufacturers`
I am having issues with the following code which loads an SQLite database. -
Can anyone spot the problem here? I've been staring at this thing for ages:
Can anyone (maybe an XSL-fan?) help me find any advantages with handling presentation of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.