Welcome to the House of Cart97 & Kemana

indonesia Purwarupa.com! Klien Indonesia, kunjungi situs khusus web development kami di purwarupa.com dan dapatkan penawaran khususnya!


Latest Updates

It's Getting Better

2010
29
August

Now, commercial license for Kemana & Cart2 (aka Cart97 PRO v2) is only $49. Please buy this license to support us.

No more reason to google for "How to remove Powered by Kemana" Cry


Category News

Posted on Aug-29-2010

0 comments

qE documentation completed!

2010
29
August

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

0 comments

return_bytes ()

return_bytes ()

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 • qEngine5. Function Reference5.11 Misc Functions

Posted on Aug-29-2010

0 comments

safe_send () & safe_receive ()

safe_send () & safe_receive ()

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 • qEngine5. Function Reference5.11 Misc Functions

Posted on Aug-29-2010

0 comments

parse_ini_str ()

parse_ini_str ()

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 • qEngine5. Function Reference5.11 Misc Functions

Posted on Aug-27-2010

0 comments

Categories

Forum

Connect

Google Groups
Email:

google Visit Google Group

google Become a Fan
google Stay Up to Date

Tags

acp add all also any array create default display don each easy echo etc features field file files form function how includes information init kemana link list may menu module name need number own page php please qengine read require script site skin tpl url use user using version welcome