Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
~182 People Reached
Favorite Tags
php x 1
Member Avatar for sharmaankur3000

can anyone tell me what field(java or oracle) should i chosse for my better career as i am B.tech I.T student.

Member Avatar for dejanlesi
0
92
Member Avatar for mwenyenia07

i am using mail() function to send email with php. the following is the sending script. <?php $to = "bonjourcava@gmail.com"; $subject = "Contact Us"; $email = "bonjour" ; $message = "jee tres bien" ; $headers = "Billing information"; $sent = mail($to, $subject, $message, $headers) ; ?> it displays a success …

Member Avatar for manojcbit
0
90