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
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
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