textboxvalue;?>====================== (note: these are incomplete examples, I have left out the <html> tagsfor example) After putting in data into the textboxvalue textbox and pressing thesubmit button, on the second page only "textboxvalue: " is displayed.The weird thing is that when I restart my computer, this works fine,but then stops working again. These pages are encrypted with 128 SSLencryption (mod_SSL 2.8.15). This problem has plagued an online app that I am developing and is acompany-wide problem that happens on computers in other offices too. Here''s my info: SERVERApache 1.3.28PHP 4.3.6MySQL 3.23.39mod_SSL 2.8.15phpMyAdmin 2.50 CLIENTWindows XP ProInternet Explorer 6.0.28 2004年6月21日10:03:55 -0700, kc ** @ issllc.com (smilemaster)写道: On 21 Jun 2004 10:03:55 -0700, kc**@issllc.com (smilemaster) wrote: ==== test_form2.php ==== < ;? echo" textboxvalue:"。====test_form2.php====<?echo "textboxvalue: ". textboxvalue; ?> ====================== 提交按钮,在第二页上只有textboxvalue:显示。textboxvalue;?>======================submit button, on the second page only "textboxvalue: " is displayed. 我想你已经关闭了register_globals在你的php.ini中 要么打开它要么使用 i suppose you have turned off "register_globals" in your php.iniEither turn it on or use the 这篇关于表格数据丢失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
09-17 17:05