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
~201 People Reached
Favorite Forums
Favorite Tags
php x 2
Member Avatar for juvincy

Hi, I have been trying to develope a code for updating a table if a specific option is selected from a dropdown list the following is a select option code. [code=php]<select name="x_visittype" id="x_visittype"><? echo $visittype;?> <option>Select</option> <option id="x_visittype">ADM</option> <option id="x_visittype">NE</option> <option id="x_visittype"><?php echo($opt);?></option> <option id="x_visittype">AC</option> <option id="x_visittype">CO</option> </select> The logics …

Member Avatar for nav33n
0
63
Member Avatar for juvincy

Hello, I have been trying to develope an online registration system but i can get the right syntax to use in the developement here are the specifications We have the following types of visits • Admission • Control/Entry/ Visit2/ visit3(routine1)/ visit4(routine2)/ annual • Acute(unscheduled visit) On register response page, we …

Member Avatar for sagedavis
0
138