View Single Post
Join Date: Nov 2008
Posts: 24
Reputation: xarz is an unknown quantity at this point 
Solved Threads: 1
xarz's Avatar
xarz xarz is offline 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
  1. $que_id = uniqid(que);

should be

  1. $que_id = uniqid($que);
:: xarz ::
Reply With Quote