Setting the Add Parameter dialog box options (PHP)

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:

  1. Enter a parameter name in the Name text box.
  2. 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.

  3. 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.

  4. Click OK.

Related Topics

  • Retrieving form and URL parameters.


Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Defining Sources of Dynamic Content
Developing Applications Rapidly