InterAKT mark-up language The InterAKT Dynamic Data The InterAKT Dynamic Data tool is a replacement for the standard dynamic data dialog. It is used in the MX Kollection 3, to provide a unified way of building mark-ups, or place holders. These are recordset fields, server or session variables, and other types of dynamic data that …
Category Archives: PHP
How to install a template in phpbb3
How to install a template in phpbb3 from M M on Vimeo.
Disable the cache in phpbb3
Disable the cache in phpbb3 from M M on Vimeo.
How to purge the cache in phpbb3
How to purge the cache in phpbb3 from M M on Vimeo.
PHP get image size and information
< ?php $size = getimagesize(“http://www.example.com/gifs/logo.gif”); // if the file name has space in it, encode it properly $size = getimagesize(“http://www.example.com/gifs/lo%20go.gif”); ?>
PHP Headers > Redirect with delay
// See related links for more status codes // Use this header instruction to fix 404 headers // produced by url rewriting… header(‘HTTP/1.1 200 OK’);