Get best price on Prepaid Cheapest Smartphone | ||||||||||||
|
||||||||||||
|
PHP : mklib.phpmklib.php is a set of libraries created to make building web applications with PHP easier. Common functions I use over-and-over again are collected and put in these libraries. Such as processing data before inserting into a database or formatting date/time strings for display. These libraries should work with both PHP3 and PHP4, but I have moved up to PHP4 for everything and thus only test there. Latest Versions: General Functions: mklib.php 0.4.3 Last Updated: 2001-8-22 Documentation Installing and Using Download the library using the above link, you may want to rename it to "mklib.php" Move this file to somewhere your web server can read it. Initially you can put it in the same directory as your script. If it is in the same directory as your code, use the following code to include it in your page.
<?
require "./mklib.php"; ?> A few things to think about.
I'm still working on creating documentation of all the functions. For now look at the source code of the library or the example/test page below. There are comments in the source code of both. Example/Test Page Example/Test Page: mktest.php Example Page Source: mktest.phps Related Links:
|
privacy policy || © 1997-2016. astonishinc.com All Rights Reserved. |