Archive for the ‘ PHP ’ Category
Cron Jobs in Cpanel The command to run: /usr/local/bin/php -f/home/[username]/public_html/[fileName].php Next you’ll want to select an option from all the select boxes. Remember to select an option in each box. If you want something to run every day at 1AM, select Minute: 0; Hour: 1; Day: Every; Month: Every; Weekday: Every; Happy Coding[ READ MORE ]
This will give you information on how to use LIST in php. 1.) If you have an array. $a = array(‘one’,'two’); If you try to fetch each elements in array $a, you need to specify the index [N], or you have to use foreach to loop each elements and fetch it. Using list for single [ READ MORE ]
This would enable you to convert any currency to any currency based on rates. Configuration file (configuration.php). Database, tables user access configuration Note: You should have a database tables and user access with what you specified in this configuration file. Currency Conversion Class (currencyconverter.class.php) A class for converting rates, by default we have an amount [ READ MORE ]
Enter your email address to subscribe to this blog and receive notifications of new posts by email.
Join 4 other followers
Get every new post delivered to your Inbox.