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.
1 Posted Topic
prawin@123, Try the following, [COLOR="Green"]Address text area should be :[/COLOR] <TEXTAREA ROWS="6" COLS="23" name="comp_add" title="Enter Your Address"><?php echo $customeradd; ?></textarea> [COLOR="Green"] Select Box Should Be:[/COLOR] <select name="sel_loc" title="Select Location"> <option value="">----Select Location----</option> <?php while($row=mysql_fetch_array($result)) { ?> <option value="<?php echo $row['loc_code']; ?>" <?php if($customerloc == $row['loc_code'])echo 'selected';?>> <?php echo $row['loc_name']; ?> …
The End.
webdesigner.blr