recent searches:
include functions ,
variable functions ,
post functions...
If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.
PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.
This function adds another name/value pair to the URL rewrite mechanism. The name and value will be added to URLs (as GET parameter) and forms (as hidden input fields) the same way as the session ID when transparent URL rewriting is enabled with session.use_trans_sid. Please note that absolute URLs (http://example.com/..) aren't rewritten.
This functions behavior is controlled by the url_rewriter.tags php.ini parameter.
Note: Calling this function will implicitly start output buffering if it is not active already.
See also output_reset_rewrite_vars(), ob_flush() and ob_list_handlers().
Another Useful functions:
zend-api.zend-output-debug-string | zend-api.zend-convert-scanner-output | function.xmlwriter-output-memory | function.tidy-get-output | function.swfmovie.output | function.snmp-set-oid-output-format | function.runkit-sandbox-output-handler | function.output-reset-rewrite-vars | function.output-add-rewrite-var | function.ncurses-delay-output | function.mb-output-handler | function.mb-http-output | function.hw-output-document | function.harudoc-output | function.cpdf-output-buffer |
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.