How to write a check?
if(get_post_custom_values('subtitle')) { foreach(get_post_custom_values('subtitle') as $value) { $subtitle = $value; if ($subtitle <> "") echo "" . $subtitle . "
Written by Gaurav Bhola, MSM on October 31, 2008
A check is a payable on demand financial item, meaning it is negotiable once written. Checks are not meant to be post dated or future dated.
Anatomy of a Check
- Date - date when the check is written (no future dating)
- Maker – the person who writes the check or the name printed on the check
- Payee – the person or business for whom the check is written
- Signature line or lines - signature of person writing the check
- Written amount - the amount written in numbers
- Legal amount - the amount written in words
- Check number – printed numbers on the check, each check has a different number
- Banking information - name of the bank and the number of the American Banking Association
- Routing number – at the bottom of the check
- Account number – at the bottom of the check


