RidinHighSpeeds
02-22-2004, 10:36 PM
Im not sure how to fix these problems...Im just learning how to mess around with MySql...Right now,visitors can sign up,login fine etc...However I did a test where I went to the payment successful page where then the user would recieve $50...The stats still show 0 and sales still show 0.
http://www.jonswebdesign.com/index.php
On that page, I am including a field above the <HTML> section which is
<?PHP include "affiliate.php"; ?>
On this index.php page, two warnings show up...
Warning: main(affiliate.php): failed to open stream: No such file or directory in /home/mydomain/public_html/index.php on line 1
Warning: main(): Failed opening 'affiliate.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/mydomain/public_html/index.php on line 1
Anyone know exactly how I can fix this..Really appreciate the help!
http://www.jonswebdesign.com/index.php
On that page, I am including a field above the <HTML> section which is
<?PHP include "affiliate.php"; ?>
On this index.php page, two warnings show up...
Warning: main(affiliate.php): failed to open stream: No such file or directory in /home/mydomain/public_html/index.php on line 1
Warning: main(): Failed opening 'affiliate.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/mydomain/public_html/index.php on line 1
Anyone know exactly how I can fix this..Really appreciate the help!