如题,我使用的ecmall模板
<tr> <td><span style="color:red"> * </span>{$lang.user_name}:</td> <td><input type="text" id="user_name" name="user_name" value="{$smarty.post.user_name}" class="text width10" /></td> <td class="padding3 fontColor4"><label class="field_notice">{$lang.user_name_desc}</label><label id="checking_user" class="checking">{$lang.checking}</label></td> </tr>
回复讨论(解决方案)
想用 $smarty.post.user_name 获取原值,但是没成功,应该是数据没提交成功的原因。
请问各位有什么办法。
我看京东注册用户时,可以实现此功能,不知如何做到的
用GET。POST不保存数据的。
用GET。POST不保存数据的。
get数量有限,而且不安全
我这是用户注册
没人知道吗?? 给个思路就行
将值保存在内存当中,刷新页面也可以获取。
将值保存在内存当中,刷新页面也可以获取。
session?
post好像不加密吧,而且用firebug什么的都可以看到提交数据。
你可以用ajax提交,那样不会丢失数据。
我知道有一些是用ajax提交数据,成功后本页面刷新用的是window.reload();
post提交,在服务端验证失败之后,返回一段js代码: JavaScript:history.go(-1) 这样浏览器返回到上一页,数据也被保存住了。
如题,我使用的ecmall模板
<tr> <td><span style="color:red"> * </span>{$lang.user_name}:</td> <td><input type="text" id="user_name" name="user_name" value="{$smarty.post.user_name}" class="text width10" /></td> <td class="padding3 fontColor4"><label class="field_notice">{$lang.user_name_desc}</label><label id="checking_user" class="checking">{$lang.checking}</label></td> </tr>
京东在哪个页面是这种方式了?我去抓个数据看看。
注册的信息本身就不应该保存,如果要防止出错,就用ajax去验证。数据全部通过后才允许提交。
http://www.w3school.com.cn/jquery/jquery_ref_ajax.asphttp://www.w3school.com.cn/jquery/jquery_ref_ajax.asp ajax参考手册
在?面?部加上:
//?面返回?容不?失
Header('Cache-control: private,must-revalidate');
有??就用js後退,不要刷新,??用?之前填的?容不??失

APHPDependencyInjectionContainerisatoolthatmanagesclassdependencies,enhancingcodemodularity,testability,andmaintainability.Itactsasacentralhubforcreatingandinjectingdependencies,thusreducingtightcouplingandeasingunittesting.

Select DependencyInjection (DI) for large applications, ServiceLocator is suitable for small projects or prototypes. 1) DI improves the testability and modularity of the code through constructor injection. 2) ServiceLocator obtains services through center registration, which is convenient but may lead to an increase in code coupling.

PHPapplicationscanbeoptimizedforspeedandefficiencyby:1)enablingopcacheinphp.ini,2)usingpreparedstatementswithPDOfordatabasequeries,3)replacingloopswitharray_filterandarray_mapfordataprocessing,4)configuringNginxasareverseproxy,5)implementingcachingwi

PHPemailvalidationinvolvesthreesteps:1)Formatvalidationusingregularexpressionstochecktheemailformat;2)DNSvalidationtoensurethedomainhasavalidMXrecord;3)SMTPvalidation,themostthoroughmethod,whichchecksifthemailboxexistsbyconnectingtotheSMTPserver.Impl

TomakePHPapplicationsfaster,followthesesteps:1)UseOpcodeCachinglikeOPcachetostoreprecompiledscriptbytecode.2)MinimizeDatabaseQueriesbyusingquerycachingandefficientindexing.3)LeveragePHP7 Featuresforbettercodeefficiency.4)ImplementCachingStrategiessuc

ToimprovePHPapplicationspeed,followthesesteps:1)EnableopcodecachingwithAPCutoreducescriptexecutiontime.2)ImplementdatabasequerycachingusingPDOtominimizedatabasehits.3)UseHTTP/2tomultiplexrequestsandreduceconnectionoverhead.4)Limitsessionusagebyclosin

Dependency injection (DI) significantly improves the testability of PHP code by explicitly transitive dependencies. 1) DI decoupling classes and specific implementations make testing and maintenance more flexible. 2) Among the three types, the constructor injects explicit expression dependencies to keep the state consistent. 3) Use DI containers to manage complex dependencies to improve code quality and development efficiency.

DatabasequeryoptimizationinPHPinvolvesseveralstrategiestoenhanceperformance.1)Selectonlynecessarycolumnstoreducedatatransfer.2)Useindexingtospeedupdataretrieval.3)Implementquerycachingtostoreresultsoffrequentqueries.4)Utilizepreparedstatementsforeffi


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Dreamweaver Mac version
Visual web development tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

WebStorm Mac version
Useful JavaScript development tools

Zend Studio 13.0.1
Powerful PHP integrated development environment
