User Profile
Collapse
Profile Sidebar
Collapse
saravana 786
Last Activity: May 8 '12, 09:09 AM
Joined: Apr 24 '12
Location:
-
if ur using windows or linux? -
you can try to write the value before the java script to assign the variable
eg,
<?php
$abc="sasa";
?>
<script type="text/javascript">
var abc="<?php echo $abc;?>"
document.write( abc);
</script>Leave a comment:
-
-
smtp server connects but not send mail in php
hi,
I want to send email using smtp in php. I have include the class smtp.php. All are fine but the error message can displays
"Resolving SMTP server domain "smtp.gmail.com "... Connecting to host address "173.194.79.108 " port 465... Connected to SMTP server "smtp.gmail.com ". Could not send the message to [Email id removed]. Error: it was not possible to read line from the SMTP server:...
No activity results to display
Show More
Leave a comment: