Purwarupa.com! Klien Indonesia, kunjungi situs khusus web development kami di purwarupa.com dan dapatkan penawaran khususnya!
Now a commercial license for Kemana & Cart2 (aka Cart97 PRO v2) is only $49. Please buy this license to help support us so we can continue to improve our scripts.
No more reason to google "How to remove Powered by Kemana" 
Category News
Posted on Aug-29-2010
The documentation of qEngine along with its features are now completed. You can now learn how easy it is to create a powerful web site with qEngine CMS. Please send your feed back for the documentation using the comment system.
Category News
Posted on Aug-29-2010
To format an address
function return_bytes ($val) Use this function to convert a GB, MB, or KB to bytes. For example if you need to know in bytes of maximum upload filesize (upload_max_filesize) which usually written as: 128M, 1GB, etc. $val = the size. Example 1 <?phprequire './includes/user_init.php';$fs = ini_get ('upload_max_filesize');echo "$fs is ".num_format (return_bytes ($fs))." bytes";?>
Category Articles • qEngine • 5. Function Reference • 5.11 Misc Functions
Posted on Aug-29-2010
Safely send & receive a long string via a URL
Sending a long string using a URL may not be an easy way to do. qE's safe_send & safe_receive trying to help you to do so safely. function safe_send ($string) Use this function to create a safe string for URL transport. function safe_receive ($string) Use this function to receive the string from the URL. Example 1 <?phprequire './includes/user_init.php';$str = 'this is "A long\' $tring to s3nd $!@$%';$url_friendly = safe_send ($str);echo $url_friendly;$original = safe_receive...
Category Articles • qEngine • 5. Function Reference • 5.11 Misc Functions
Posted on Aug-29-2010
Read configuration from INI-styled contents
function parse_ini_str ($Str, $ProcessSections = TRUE) While PHP already provides a simple way to read an INI file using parse_ini_file () function, it doesn't have a way to read INI from a variable. $Str = the string containing INI configuration. $ProcessSections = set to TRUE to get a multidimensional array, with the section names and settings included. This function is required by qE's module management. It returns an array of configuration. Example 1 <?phprequire...
Category Articles • qEngine • 5. Function Reference • 5.11 Misc Functions
Posted on Aug-27-2010
Get Involved in The Forum!