Browse | Submit A New Snippet

Snippets by category: Money

Snippet ID Title Creator
Snippets
163Get Stock Quote'sjoeaic
This little script will grab stock quote info from finance.yahoo.com. The script is kind of crude. Something I wrote while learning php.
96Loan Calculatorpegleg
Small payment calculator for loans of 40 years or less
286Stock Information Retrieval (c.ticker.php)jmp1024
This class will retrieve information from Yahoo's finance site and put it into a nice, usable, class variable for you to use elsewhere at your leisure. Example usage is in the class comments.
343ECHO Real-Time Transaction Processing PHP Class openecho
The new ECHO-PHP Class is now available. ECHO-PHP Class drives all types of real-time credit card and check transactions using ECHO merchant processing’s free secure payment gateway and open-source real-time software. Supports system check, address verification, authorization and deposit, deposit, credit, commercial card, electronic check debit, and more. The new ECHO-PHP Class makes it easier than ever to connect to ECHO using this popular server-side, cross-platform, HTML embedded scripting language. Ideal for all commerce applications. Perfect for ISP/IPPs to use for billing their clients, since this supports electronic checks as well.
344ECHO_PHP- Driver_exampleopenecho
Illustrates the calling and use of the ECHO Transaction Processing PHP Class. Use this along with the ECHO Real Time Transaction Processing PHP Class download.
450money to textlarsu
This function converts a number (1354.20) into a string (one thousand three hundred fifty four dollars and twenty cents).

usage:
$var=1354.20;
echo numtotext($var);
607Number to String conversion for checks **SPANISH**tasistro
Converts 1234.56 to
un mil docientos treinta y cuatro Pesos 56/00 MN

use
echo num2letra($numero);
640Authorize.net complete scriptstormtide
interface for authorize.net in a PHP class.
supports versions 3.0 and 3.1 of the authorize.net server software. curl is called as libcurl and exec methods depending on server setup. md5 hash checking is also carried out to verify connection validity. Check out my website for the most updated version at http://www.kevin-mcarthur.com
872write-out number (Dutch)teezee
This function writes-out a number from 0 to 999999999. Example: 14104 will return 'veertienduizendhonderdvier'. Now only available in Dutch, English will follow
1170OrbitHyip script - suitable for hyip club or major banking iorbithyip
OrbitHyip is extremely powerful, suitable for hyip club or major banking institution.Features: full unlimited payout plans, integration with E-gold/IntGold/EvoCash/E-Bullion,automated deposits/withdrawals, admin controlled payouts, different payment levels for varying deposits, advanced referral system with multiple options, fullinvestment/referral/compounding/withdrawal history, complete history and tracking stats, internal transfers, full management ofusers, newsletter,forum and more...
1045Numeric Dollars to Text String of Dollar Valuebeastrider
Great for printing checks. Well documented, also handles zero dollars and cents, as well as singular and plural "dollars" and "cents".

Sample includes code to demonstratet the use of the function.
1097Currency Convertercliftonarms
Projects Pool provides a free unbranded customizable currency converter for easy currency localization of your on-line store or web site. The currency converter is based on JavaScript & remotely hosted PHP scripts, and can be integrated into any web site or shopping cart. This was originally made available to members only but is now available to anyone.
1125Authorize.Net AIM PHP Classredfire1539
Authorize.net is one of the largest credit card processing gateways in business today. While there are many steps involved in processing credit cards online (merchant account, ssl cert, auth.net setup, etc) this 'interface' covers connecting your php site to authorize.net in a secure and safe manner.
<br><br>
This php class will get you online and processing credit cards with your authorize.net account. It is packaged as a php class to intergrate well with your php programming methods and offer a lot of flexability in the implimentation. It supports the authorize.net protocol with regard to processing credit cards (echecks not implimented) and will save you many hours of development time and debugging and testing. Supports Gateway v3.1 AIM method. Requires CURL for SSL connection.
1464JAK8583, php class for parsing and building iso 8583 formatkembaren
ISO 8583 Standard for Financial Transaction Card Originated Messages - Interchange message specifications is the International Organization for Standardization standard for systems that exchange electronic transactions made by cardholders using payment cards.

This is a PHP class for parsing and building iso 8583 format.