phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
why isn't this PHP code working ???
it's suppose to find a name on the database.
<?php
$s = $_POST["lname&
Modal Popup Help
Hi guys, I have a modal popup with an iframe. How can i send data from a label or textbox to the ifr
Is it possible to stop reservation creation in PM Order?
Hi All,
Is it possible to stop reservation creation in PM Order?
Thanks in adv
Querying info from one table based on info in another
Hi, I am currently trying to make a part for my user driven website where one user can subscribe to
php/xmlrpc class issue
I am working on xml-rpc in php to start with.
I have a class that only has variables defined
Prevent PHP mail( ) from appending hostname to from address
Hey guys,
I want to be able to send texts to phones via email (since each phone has their own
Best way to cross matching large datasets
Hi,
Im running a script where am I cross matching about 200 000 data sets with each other. Ea
passing an array of objects after submit
How do I do this? This is what I have tried and it is not working.
<form method="
Number Format
Hi All,
I have number '000000000050085' I want to format it to 500.85 Can any one give me