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.
sa_http_php_page( php_page )
php_page This LONG VARCHAR parameter contains the entire PHP code that is to be interpreted, including the starting and ending markers
(<?php
and ?>
).
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.
None
None
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |