How to connect SMTP server in php. I want to edit that in
mantiss bug tracking tool. If anyone worked on mantiss
software or in php, please give answer . I need to modify
that in mantiss software.
Answer / rrajeswari
ini_set("SMTP","Default gateway address");
ini_set("smtp_port","25");
| Is This Answer Correct ? | 7 Yes | 0 No |
What is difference between echo and print in php?
Should I learn php before wordpress?
Xplain is it possible to use com component in php?
Can we learn php without html?
write the function to fetch a image from mysql databases (datatype blob).
how to upload more than 50 mb? i tried but session was expired....certain time .....i was set session duration three days .... how to rectified? if any one know that post ur answer as soon as possible?already i was increase php.ini and set Also increase Memory_limit Post_max_size upload_max_filesize..........but not working......
Which is the best institute in Chennai to learn PHP? Please help.
What is isset post?
How can you "tell" MySQL server to cache a query?
How to terminate the execution of a script in PHP?
Can we use include ("xyz.php") two times in a php page "index.php"?
What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?