Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for anandatheerthan

I wanted to chain 3 selects and I got it working using this code. http://jsfiddle.net/FJFFJ/1/ The issue I now have is, how do I fetch the selected values from each dropdown in PHP? For example, the above creates 3 select boxes when the page is opened. When I click on …

Member Avatar for phpcake
1
4K
Member Avatar for anandatheerthan

Experts, Please forgive me if this is a dumb question. 1)I am developing an application that needs data to be displayed in a grid format. 2)I need the ability to edit multiple records inline 3) I need the ability to use custom validations on rows being edited. 4)I am not …

Member Avatar for urtrivedi
0
262
Member Avatar for svmkotla

hi ,i am new to php i have problem with my code . problem is when ever a page is loded <?php if(isset($_POST['submit'])); { $conn=mysql_connect("localhost","root","vamshi"); if(!$conn) { die("couldn't Connected : " .mysql_error()); } mysql_select_db("ninepixel",$conn); $sql="insert into empattendence (name,daydate,choice) values('$_POST[name]',now(),'$_POST[choice]')"; if(mysql_query($sql,$conn)) { echo("Your Data Has been Submitted"); } else{ echo("Please Enter …

Member Avatar for anandatheerthan
0
224