Very old Paypal IPN script not working in php 7

First, I don’t know php. When I run this script get no errors, but the info is not inserted into the database. Worked fine before udating to php7. Any suggestions would be great. Thanks.

Here is a link to my file:HERE

your link is not working. try posting the code

Big change that your script runs mysql_ functions which are not supported anymore under php 7.
You should upgrade your code to at least mysqli_ functions or even better to PDO,

2 Likes
Sponsor our Newsletter | Privacy Policy | Terms of Service