sa_http_php_page system procedure

Returns the result of passing the PHP code that is to be interpreted through a PHP interpreter using the current HTTP request for context information such as headers, GET/POST data, protocol version, request URL, method, and so on.

Syntax
sa_http_php_page( php_page )
Arguments
  • php_page   This LONG VARCHAR parameter contains the entire PHP code that is to be interpreted, including the starting and ending markers (<?php and ?>).

Remarks

To use this system procedure, the PHP external environment must already be installed. See The PHP external environment.

The owner of this system procedure is DBO. However, for improved security, the sa_http_php_page system procedure is executed as the invoker.

Permissions

None

Side effects

None

See also