Hey everyone!
I have seen strings like this on plenty of sites:
{E1590550-9B9C-11d3-A250-0040055732CC}
It's some kind of id i guess, but how do i generate and use it? And docs somewhere?
Thank you!
-Nikkoz
Oh, i forgot... The string is a part of the adress -> blah.php?id={545......
you may use such method of random string generation (e.g)
$SID=md5(rand())
Also, you can use the uniqid() function as well.