Esempio n. 1
0
                    } else {
                        echo "Database Error";
                    }
                }
                ?>
				<form name="" action="" method="post">
					<div style="margin:0px auto; width:75%;">
						<a href="clients-list.php">
						<input name="" type="button" class="back_btn" value="<<Back"/></a> <br />
						<div style="background:#eeeeee;margin:10px auto 10px auto;width:65%;clear:both;overflow:hidden;padding:20px;">
						<label>
							Cases : 
						</label>
						<p style="padding:5px;"></p>
							<?php 
                $dataarr = $temp_profile->GetCasesByProfessId($attorneys_id);
                for ($i = 0; $i < count($dataarr); $i++) {
                    ?>
							<p style="padding:10px;"></p>	<input type="radio" name="form_id" value="<?php 
                    echo $dataarr[$i]['form_id'];
                    ?>
" />
							<?php 
                    $pFid = $dataarr[$i]['form_id'];
                    echo $temp_profile->GetInfoPlantiffInformation('plantiff_name', $pFid) . '<br />';
                }
                /* End Assign Work to user */
                ?>
							<input type="hidden" name="professional_id" value="<?php 
                echo $attorneys_id;
                ?>