Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
~584 People Reached

2 Posted Topics

Member Avatar for noahshoa2

<?php $_POST['submit']; $name = $_POST['name2']; echo "It is going to database <b>db_".$name."</b>"; ?> <br> </br> <form action='' method='POST'> <input type='hidden' name="name2" value="Example"> <input type='submit' value='What db is it going to?' name='submit'/> </form> This code generate your desired output.

Member Avatar for zubaircs
0
118
Member Avatar for zubaircs

Occasionally I have had trouble sending emails using the builtin mail() function in PHP. Sometimes emails never reached their intended destination. Naturally I have assumed that there might be a problem with some spam filters used. However, lazy as I am, I have not given it a second thought. Instead …

Member Avatar for twiss
0
293

The End.