Thread
:
generating random id and save it into db
View Single Post
•
•
Join Date: Nov 2008
Posts: 24
Reputation:
Solved Threads: 1
xarz
Offline
Newbie Poster
Re: generating random id and save it into db
0
#
7
Dec 4th, 2008
i spotted something also which perhaps can solve your problem
Help with Code Tags
php Syntax
(
Toggle Plain Text
)
$que_id
=
uniqid
(
que
)
;
$que_id = uniqid(que);
should be
Help with Code Tags
php Syntax
(
Toggle Plain Text
)
$que_id
=
uniqid
(
$que
)
;
$que_id = uniqid($que);
:: xarz ::
xarz
View Public Profile
Find all posts by xarz