Everah wrote:Kanchan, can you please calm your requests for help down. We get that your requests are important, but posting Help me!!!! over and over is going to get your posts overlooked.
Help us help you by being patient for help. We are all volunteers and we get to helping others as we get time. Thanks.
Thank you Everah...
Ok... Kanchan... You are new to PHP, I understand that. You must however understand that there are a lot of things that you do not know about the language. Try to be patient with yourself. I know that it can be very frustrating that you cannot do everything that you want to do. Here is a strategy I followed over the years: take small steps. If you do not understand part of the code, try to think of an application which could use similar code. Eg: to practice the array push, try to create an array of 3 variables, that the user gives you in a form. And then when he hits submit, print them out. With this you will understand how array_push works. If you get a similar error or warning code, you will know next time why it is.
Another thing: I started off using Notepad for coding. It helps a lot if you use an editor which can do highlighting at least. Such IDEs for windows are: Notepad++, Dreamweaver, PHPEclipse, PDT for Eclipse, NetBeans for PHP. For linux: pretty much all of them, from mcedit through gedit to vim. And of course there are other professional IDEs as well. I use NetBeans.
To learn what each of the errors mean, the fastest way is to use google. Now it has a scholar.google.com website as well, which will give you some extra hits to it. Very Very Useful... You might find an answer faster than asking on forums as we all are people and need time to sleep. Google does not.
I did my best to help you. You were just angry with me. I am affraid I cannot help you in this issue any more.