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 #4K
~506 People Reached
Favorite Forums
Favorite Tags
Member Avatar for sankar62

how can i upload a file in database using asp.net & c#.. anyone please help me.. thanks

Member Avatar for Aneesh_Argent
0
64
Member Avatar for sankar62

what r the types of mysql backups..>?.. please explain.. what is meant by [COLOR="Red"][B]point in backup[/B][/COLOR]???

Member Avatar for varmadba
0
40
Member Avatar for tanha

Hello everybody, In the faculty we are told, to develop a project for Faculty Library with more functionalities and facilities. [B]Who roles:[/B] Administrator Librarian Lecturers Faculty Students Others faculty students has different Access level [B]Criteria:[/B] Store Book Information Store Users Information Store information on lending books Achieve information on returned …

Member Avatar for tanha
0
137
Member Avatar for heels

hi, this is a snippet of my codes, <td><a href="editFunction.php?ID=<?php echo $contact['ID']; ?>">update</a></td> after clicking "update", the ID will be passed to the editFunction.php page. editFunction.php [code=php]<?php //get variables from previous page $ID = $_GET['ID']; //sql statement to retrieve the commands $sql = "SELECT * FROM contacts WHERE ID LIKE …

Member Avatar for heels
0
85
Member Avatar for sankar62

i got error while run the below script............................... what should i do to send mail using php script?? script: <?php $to="someone@gmail.com"; $subject="php mail"; $body="mail sending using php script"; $header="From:me@gmail.com"; if(mail($to,$subject,$body,$header)) { echo "mail was sent to $to with subject $subject"; } else { print("<script language='javascript'>alert('error');</script>"); } ?> --------------------------------------------------------------------------------------------------------- i got …

0
53
Member Avatar for sankar62
Member Avatar for sebastian3
0
22
Member Avatar for ram_1585

mails i have been sending reaches only to spam but not to inbox.., what can i do for reaching to inbox. thanks for replies

Member Avatar for sankar62
0
48
Member Avatar for sankar62

<?php $to="someone@gmail.com"; $subject="php mail"; $body="mail sending using php script"; $header="From:someone@gmail.com"; if(mail($to,$subject,$body,$header)) { echo "mail was sent to $to with subject $subject"; } else { echo " error occur check the code"; } ?>..................................................... this is my code for sending mail using php.. i got error like the below one:: Warning: …

0
57