Page 1 of 1

Anyone know or have an example of this?

Posted: Sun Jul 24, 2011 3:28 pm
by KyZu
Hey guys, I'm looking for an example of a program that works like this. Say I send this request to a website in the form of:
devnetwork.net/generator?name=BobJones&email=bjones@bob.com
I just need the browser to echo out a simple, random serial. I thought it wouldn't hurt to ask whether anyone may know if there's an example of this anywhere? I just want something to compare my ideas too.

thanks a lot

Re: Anyone know or have an example of this?

Posted: Tue Jul 26, 2011 4:00 am
by Benjamin

Code: Select all

echo uniqid();