Posts
 
Reputation
Joined
Last Seen
Ranked #924
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #54.9K
~1K People Reached
About Me

Ex Wang UK Senior Technical Specialist now enjoying retirement and setting standards in a small organisation that badly needs them.

Favorite Tags
Member Avatar for Shalini_7

Hi, did anyone know how to send email using vb.net without username and password of user, for example it can detect current user crediantials of email(outlook). Most of the google example is using username and password. Please help

Member Avatar for stephenlangton
0
887
Member Avatar for Shreya_8

I am trying to use on form to insert data into 3 different tables <?php if (isset($_POST["submit"])){ $servername = "localhost"; $username = "root"; $password = ""; $db = "test_db"; $conn = new mysqli($servername, $username, $password, $db); if ($conn->connect_error){ die("Connection failed: ". $conn->connect_error); } $Vehicle_type = $_POST["Vehicle_type"]; $Vehicle_colour = $_POST["Vehicle_colour"]; $Vehicle_licence …

Member Avatar for stephenlangton
0
79
Member Avatar for AssertNull

The bad-word filter didn't add the asterisks. I did. I got passed a link to this "Computer Language" by a parent who asked me if I knew anything about it and was this a worthwhile endeavor for her teenage son to learn. I assumed by the name that it was …

Member Avatar for stephenlangton
0
455