I hate to bring this up again but…
Here we have AMS’s version of a PHP Submit to web that “works guaranteed”
http://www.diginetx.com/downloads/php.zip
This does nothing for me, it won’t even send back an email! Now there are those who will say that the server I’m using has got a problem, well I just spent $150.00 to find out that it has all the most up to date PHP programming available and yes it does work, I’ve had all kinds of emails sent back to me from my server using HTML forms, although nothing coming from AMS will post a message from a %variable%. Please, some one else give it a try. Here’s the PHP code that’s setting on my server, www.diginetx.com/process.php:
<?php
mail ("$to","$message", "$subject", "From: $from");
exit;
?>
If ya get an email and it's able to access the %variable% you choose, by all means, PLEASE let me know! If I can get this thing to work, I’ll post my $150.00 PHP script that allows your CD to access a MySQL server (that would be on your server) and check to see if anyone has already used it (the CD), and, if so, tell the end user forget it, for lack of better words.
Back in this post: http://www.indigorose.com/ubbthreads...amp;Main=22198
Aragonite had some dialogue regarding a work around for this issue but I’m not sure what he was using as a PHP code to make it work.
Any ideas would be great!
Bruce
Here we have AMS’s version of a PHP Submit to web that “works guaranteed”
http://www.diginetx.com/downloads/php.zip
This does nothing for me, it won’t even send back an email! Now there are those who will say that the server I’m using has got a problem, well I just spent $150.00 to find out that it has all the most up to date PHP programming available and yes it does work, I’ve had all kinds of emails sent back to me from my server using HTML forms, although nothing coming from AMS will post a message from a %variable%. Please, some one else give it a try. Here’s the PHP code that’s setting on my server, www.diginetx.com/process.php:
<?php
mail ("$to","$message", "$subject", "From: $from");
exit;
?>
If ya get an email and it's able to access the %variable% you choose, by all means, PLEASE let me know! If I can get this thing to work, I’ll post my $150.00 PHP script that allows your CD to access a MySQL server (that would be on your server) and check to see if anyone has already used it (the CD), and, if so, tell the end user forget it, for lack of better words.
Back in this post: http://www.indigorose.com/ubbthreads...amp;Main=22198
Aragonite had some dialogue regarding a work around for this issue but I’m not sure what he was using as a PHP code to make it work.
Any ideas would be great!
Bruce
Comment