PC Nerd Posted July 4, 2006 Share Posted July 4, 2006 $pic = rand(1, 6);wats wrong with this statement ???all help apreciatedPc NErd Quote Link to comment https://forums.phpfreaks.com/topic/13614-generating-random-numbers-error/ Share on other sites More sharing options...
kenrbnsn Posted July 4, 2006 Share Posted July 4, 2006 Nothing is wrong with that statement.Why do you ask?Please post the reason for asking.Ken Quote Link to comment https://forums.phpfreaks.com/topic/13614-generating-random-numbers-error/#findComment-52761 Share on other sites More sharing options...
PC Nerd Posted July 4, 2006 Author Share Posted July 4, 2006 php is telling me there is an error with a line where there is nothing, its just for spacing and the lines either side are an echo statement that ive checked and this . Ive never used rand() before to i cant figure it out Quote Link to comment https://forums.phpfreaks.com/topic/13614-generating-random-numbers-error/#findComment-52764 Share on other sites More sharing options...
kenrbnsn Posted July 4, 2006 Share Posted July 4, 2006 Please post your code, the exact error and indicate which line the error points to.Ken Quote Link to comment https://forums.phpfreaks.com/topic/13614-generating-random-numbers-error/#findComment-52765 Share on other sites More sharing options...
PC Nerd Posted July 4, 2006 Author Share Posted July 4, 2006 ok ERROR:Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in [u][b]URL HERE [/b] [/u] on line 55echo "<p>Please type what you see in the image.This is to stop scripts from playing the game for you. Please read the Rule for more information. The Image is Case sensitive.</p>"; $pic = rand(1, 6); echo "<img src = 'Graphics/Login $pic' alt = 'Login'>";this is the sourounding code, at closer count, the rand() is line 55???????All help appreciated Quote Link to comment https://forums.phpfreaks.com/topic/13614-generating-random-numbers-error/#findComment-52767 Share on other sites More sharing options...
.josh Posted July 4, 2006 Share Posted July 4, 2006 well there is nothing wrong with that code either. post some more code taht's above it. Quote Link to comment https://forums.phpfreaks.com/topic/13614-generating-random-numbers-error/#findComment-52768 Share on other sites More sharing options...
PC Nerd Posted July 4, 2006 Author Share Posted July 4, 2006 ok, i think i just found the problem, it was earlier with a database thats carried through, lets me check it Quote Link to comment https://forums.phpfreaks.com/topic/13614-generating-random-numbers-error/#findComment-52770 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.