Well, Nokia showed some character. Earlier they told me they would return my repaired phone in 12 working days. But one day(say after 8 working days) I called them just to know the status of my mobile . To my surprise, it already got repaired and it was ready to be given back to me. I was thankful to God and also to Nokia(somewhat) for doing it in time.
There are a few simple steps one can follow to run php scripts by command line. Usually if you write "php" on the DOS prompt it will not recognize the command. In order to run php on command line in windows you have to do the following - Step 1 : Go to your wamp directory:\wamp\bin\php\php5.x.x (directory depends on your version). Copy this path Step 2 : Right click on My Computer and go to properties > Advanced > Environment Variables > System Variables . In that window select "path" click edit button. Go to the end of "Variable Value" and add a semi-colon ";" and after that paste the path copied. Click "Ok" and close. Step 3 : Open a fresh command prompt . Type php. Now it should run.
Comments
Post a Comment