hmm the obvious one is that PHP is an open standard & can run on may diferent server platforms
Linux, Windows, BSD
Apache IIs
which means code should be protable should you decide to change hosts.
I have a nce utility that will show the system password of any IPO (& alchemy) if you know its IP address & can connect to it.
I will place it on my ftp server at 82.18.64.203 for a week or so.
it wont give andmin logons for V3.2 upwards , but as these can be reset via the DTE it is not realy...
Do they realy need Queue ETA in my experiance it just antagonises your customers
it either gives to short an estimate & the cust complaines "i've been holding for hours when your system said 2 min" or the get a long eta, think you do not have enough staff in the call center & go elsewhere...
If using VM pro Configure it to use SMTP to send E-mails
this should work with any email server that can use SMTP
(I an currenty using Postfix on linux box with no problems, & have also used my ISP's mail server)
Your SQL querys string has also had single quotes incorectly configured
you have:
$sql = "INSERT INTO Users (FirstName, LastName, Email) VALUES ('$_POST[firstname]','$_POST[lastname]','$_POST[email]')";
I would try something like
$sql = "INSERT INTO Users (FirstName, LastName, Email) VALUES...
check that deltaserver on the ccc server is correctly configure to talk to your mail server (it uses SMTP)
this is often blocked by firewalls & Anti Virus Software
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.