[PHP-DB] ^_^ meay-meay!

2004-06-12 Thread joao
I don't bite, weah! archive password: 85621 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Work available

2004-06-12 Thread Todd Martin
Hi I'm looking for a php developer that is familiar with developing code for client login/registration on the web and credit card transactions. (Not a shopping cart model). We're planning to use MySQL or Firebird on a linux server. The requirements will probably extend to accounting system/billing

Re: [PHP-DB] Re: HTTP header information

2004-06-12 Thread Kim Steinhaug
Another little nift thing ive learned to always do regarding headers, is to always - ALWAYS - after a location have an exit; Example : header("location: somewhere.php"); exit; Ive learned that sometimes someting odd happens to the server and PHP delivers notices and errors to the browser. Someti