i have created a PHP page and i tested it on local wampserver.
Now i want to upload my PHP page on the web host so it will be live on my website. But, what are other files i should copy from wampserver folder C:\wampserver
beside my php page i should upload to my server ?? so i will not get errors.
knowing that there is a php.ini
file on my web host already
i have tried to upload my php file alone but iam getting this error
Warning: mail(/var/log/phpmail.log): failed to open stream: Permission denied in /www1/xxx/Car.php on line 180.
OR is there any other way to solve this problem ?