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
~768 People Reached
Favorite Forums
Favorite Tags
Member Avatar for destroyerx15

i have table with 3 column i want the col3 to be hidden by onload when open the web so is there away to make it because in tutorial only shown by onclick

Member Avatar for Airshow
0
65
Member Avatar for destroyerx15

hi im working with two form the first form is to insert cheek box into db so the first code i write like this : [CODE]mysql_select_db("project", $con); if(count($orders)>0) { foreach($orders as $key=>$order) { $query="INSERT INTO orders (ORDER_DESC) VALUES ('".$order."' )"; mysql_query($query) or die ('Error Updating the Database' . mysql_errno()); } …

Member Avatar for madCoder
0
90
Member Avatar for destroyerx15

hi im asking if it can insert form to submit and another form to be submit as the same record in db can any help to show how to make in code ? and tanx

Member Avatar for diafol
0
59
Member Avatar for destroyerx15

hi i want to update or insert to my exit db that have patient id and staff_id i make lke this for my form : [CODE]<table class="table"> <form action="cheekbox.php" method="post"> <tr> <th class="th">ORDER_DESC </th> </tr> <tr> <td class="td"><input type="checkbox" name="checkbox[]" value="CSF"/> CSF </td> </tr> <tr> <td class="td"><input type="checkbox" name="checkbox[]" value="LFT"/> …

Member Avatar for destroyerx15
0
107
Member Avatar for destroyerx15

hi i need to link my select to another page (form) i write : <? session_start(); if(!session_is_registered(myusername)){ header("location:main_login.php"); } ?> <html> <link href="style.css" rel="stylesheet" type="text/css"> <body> Login Successful <?php $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("project", $con); $result = mysql_query("SELECT * FROM patient"); …

Member Avatar for destroyerx15
0
89
Member Avatar for destroyerx15

hi guys im beginning in php im using dream waver and php my admin i have problem for insert when in insert it give me two record i want to be in same record to insert for my form :[CODE] <table class="table"> <form action="11.php" method="post" name="form2"> <input type='hidden' name="ORDER_DESC" id='hidden' …

Member Avatar for svilla
0
358