Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #37.0K
Ranked #4K
~18.4K People Reached
Favorite Tags

5 Posted Topics

Member Avatar for jcarbillon

The first argument to this function is the recipient, the second specifies the message's subject and the third one should contain the body. So to send a simple sample message, we could use: <?php $to = "[email protected]"; $subject = "Hi!"; $body = "Hi,\n\nHow are you?"; if (mail($to, $subject, $body)) { …

Member Avatar for jcarbillon
0
428
Member Avatar for mixplates

Hi Devices in UNIX are represented by files. These are special files located in the dev directory.

Member Avatar for ppt123
0
202
Member Avatar for jonnyboy12

Hi.... Syntex for mail()function is: mail(to,subject,message,headers,parameters) Parameters to,subject & message are required,header& parameters are optional. Thanks

Member Avatar for jonnyboy12
0
171
Member Avatar for brainfo

mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini. SNIP

Member Avatar for pritaeas
0
17K
Member Avatar for omer620

Hi..... In C++ it is syntactically correct to exceed the valid range of indices for an array. This can create problems, since accessing out-of-range elements do not cause compilation errors but can cause runtime errors.

Member Avatar for ppt123
0
242

The End.