--- title: "Using Directional Parameters | Microsoft Docs" ms.custom: "" ms.date: "01/19/2017" ms.prod: sql ms.prod_service: connectivity ms.reviewer: "" ms.technology: connectivity ms.topic: conceptual ms.assetid: cfe35e14-49cb-45df-b444-addbb94a773f author: David-Engel ms.author: v-daenge --- # Using Directional Parameters [!INCLUDE[Driver_PHP_Download](../../includes/driver_php_download.md)] When using the PDO_SQLSRV driver, you can use [PDOStatement::bindParam](../../connect/php/pdostatement-bindparam.md) to specify input and output parameters. The topics in this section describe how to use directional parameters when calling stored procedures using the SQLSRV driver. ## In This Section |Topic|Description| |---------|---------------| |[How to: Specify Parameter Direction Using the SQLSRV Driver](../../connect/php/how-to-specify-parameter-direction-using-the-sqlsrv-driver.md)|Demonstrates how to specify parameter direction when calling a stored procedure.| |[How to: Retrieve Output Parameters Using the SQLSRV Driver](../../connect/php/how-to-retrieve-output-parameters-using-the-sqlsrv-driver.md)|Demonstrates how to call a stored procedure with an output parameter and how to retrieve its value.| |[How to: Retrieve Input and Output Parameters Using the SQLSRV Driver](../../connect/php/how-to-retrieve-input-and-output-parameters-using-the-sqlsrv-driver.md)|Demonstrates how to call a stored procedure with an input/output parameter and how to retrieve its value.| ## See Also [Retrieving Data](../../connect/php/retrieving-data.md) [Updating Data (Microsoft Drivers for PHP for SQL Server)](../../connect/php/updating-data-microsoft-drivers-for-php-for-sql-server.md)