ID: 46558 Updated by: [EMAIL PROTECTED] Reported By: ctaylor at cctmedia dot com -Status: Open +Status: Bogus Bug Type: Performance problem Operating System: XP PHP Version: 5.2.6 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2008-11-12 16:58:57] ctaylor at cctmedia dot com Description: ------------ When you go to click 'submit' on a PC it updates the fields fine, but when you do it on a Macintosh, it jumps to the home page! Hopefully it is a small problem that I can fix. The code below is cut from the rest of the html coding. If you need more let me know and I will supply the URL. thx in advance Reproduce code: --------------- <td colspan=2 class="hreftext"> <? if($msg) echo "Your Hip-Hop Bio has been updated"; ?> </td> </tr> <tr> <td colspan="2" class="normaltext"> Add/Change Bio : </td> </tr> <tr> <!--td width="34%" class="normaltext"><a name="bio"/>Add/Change Bio :<br/> </td--> <td colspan="2" class="normaltext"> <!--textarea name="bio" cols="70" rows="10"><?//=$artist['manufacturer_desc ription'];?></textarea--> <? echo tep_draw_textarea_field('bio', '', '20', '5', "$artistbio",' style="width: 40%" mce_editable="true"'); ?> </font></td> </tr> Expected result: ---------------- The field to update, not jump to the home page. Works excellent of the PC, not on a MAC! ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46558&edit=1
