So the PHP program is supposed to take the user input and save it in a text file called "guest_list" but I am getting these error messages:
Warning: file_put_contents(guest_list.txt): failed to open stream: Permission denied in /Applications/XAMPP/xamppfiles/htdocs/lecture2/welcome.php on line 44
Warning: file_put_contents(guest_list.txt): failed to open stream: Permission denied in /Applications/XAMPP/xamppfiles/htdocs/lecture2/welcome.php on line 45
Warning: file_put_contents(guest_list.txt): failed to open stream: Permission denied in /Applications/XAMPP/xamppfiles/htdocs/lecture2/welcome.php on line 46
Warning: file_put_contents(guest_list.txt): failed to open stream: Permission denied in /Applications/XAMPP/xamppfiles/htdocs/lecture2/welcome.php on line 47
Any help would be greatly appreciated.