find best linux tutorial , centos tutorial , set up and configuring linux , apache and php webserver
Monday, January 3, 2011
404 when validating a form on Wordpress site
The solution is too simple:Do not use the value 'name' as a value for the name attribute in a form field. So, if you have an input tag that has name="name", try instead using something like name="username"...
No comments:
Post a Comment