
This macro modifies the application exit URL. This macro its used to set the number of decimals. This macro dynamically set a form field attribute to '"Read-Only" This macro is intended to inhibit the query fields on the initial load. This macro dynamically display or not a specific field. This macro its used to block a field to get any data that would be typed on it. Sc_field_disabled ("Field_Name = True/False", "Parameter") This macro changes the color of a determined field text. This macro dynamically show/hide the fields of a specific block. This macro allows the application to display customized messages. Shows sc_ajax_message ("Message", "Title", "Parameters", "Parameters_Redir") Follows a table of all macros and special variables from ScriptCase, including the list of applications that works for each one. Note: However, there is an 8 MB max size for the POST method, by default (can be changed by setting the post_max_size in the php.ini file).SCRIPTCASE MACROS Scriptcase has macros and special variables that allow the user to manipulate events, buttons, applications, security control, manipulate with dates, etc. Information sent from a form with the POST method is invisible and has no limits on the amount of information to send.

In PHP, the $_POST variable is used to collect values from HTML forms using method post.


PHP $_GET associative array is used to access all the sent information by GET method.GET method data can be accessed using PHP QUERY_STRING environment variable.GET method can't be used, to send binary data like images and Word documents.When you submit sensitive information like passwords then should not use this method.

