i need to create a unique transaction id everytime somebody clicks checkout in my shop.. does anyone know how to do this? or have any links to ways of doing this?
arran
1:19 pm on Jun 15, 2005 (gmt 0)
<edit> bad suggestion </edit>
bono
2:04 pm on Jun 15, 2005 (gmt 0)
ahh bugger.. gonna create a transaction table in my database.. thats it.. :-)
coopster
2:36 pm on Jun 15, 2005 (gmt 0)
There are a number of options. Have you looked at using uniqid [php.net] somehow?