Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~816 People Reached
About Me

My own soul is my own most faithful friend ......and ....... MY own heart my truest confident

Favorite Tags
Member Avatar for asheesh.mehta.54

<?php session_start(); mysql_connect("localhost","root",""); mysql_select_db("secure"); $name = $_POST['n']; $address = $_POST['x']; $order = "INSERT INTO user VALUES('$name','$address')"; if($result) { echo("Input data is succeed");} else { echo("Input data is fail");} ?> Error: No base was selected

Member Avatar for diafol
0
201
Member Avatar for woocha

Hey guys… Does anyone know the cheapest yet the best way to start offering hosting on one of my websites. I also want to start allowing people to register domains on the site as well. I would really like to start something like hostdime.com There services are awesome, and the …

Member Avatar for Shashikant_1
0
384
Member Avatar for asheesh.mehta.54

hpw to store a permanent value in php variable? for eg input.php <form action = "output.php" method = "post"> <input type = "text" name = "q"> <input = "submit"> </form> ============================================ now output.php <?php $a = $_POST['q']; echo $a;?> now when we upload output.php in new tab it has no …

Member Avatar for Ryan_12
-1
231