Setting the Add Parameter dialog box options (PHP)
The Add Parameter dialog box lets you define parameters contained in a SQL statement by entering the parameter's name default value and runtime value.
To define a SQL parameter for a PHP document:
- Enter a parameter name in the Name text box.
- Enter a default value for the parameter in the Default Parameter text box.
The default value is the value the parameter should use if no runtime value is returned.
- Enter a runtime value for a parameter in the Runtime Value text box.
The runtime value is usually a URL or form parameter entered by a user in an HTML form field.
- Click OK.
Related Topics
- Retrieving form and URL parameters.