Page 1 of 1

I dont know How to solve this error?

Posted: Wed Jan 11, 2017 5:14 am
by php75
I am using phpstorm to create project using php,bootstrap and jquery..In this Project,I got two errors.But i dont know how to solve this error.Can anyone tell me what is the fault? I have attached two images

https://s29.postimg.org/u62j3jj2f/error.jpg

https://s28.postimg.org/dyq4oqj59/error2.jpg

Re: I dont know How to solve this error?

Posted: Wed Jan 11, 2017 5:39 am
by requinix
#1 is because you're creating the same variable with the same value three different times. Does that seem right to you?

#2. Did you read the message? At all? It tells you EXACTLY what to do to solve the problem.