Welcome Guest, Not a member yet? Register   Sign In
getting to a view directory
#9

(This post was last modified: 11-10-2018, 08:42 AM by richb201.)

I have come to the conclusion (although I hope you guys can tell me how to fix it) when my form posts to
     <form name ="userinput" action="save_userinput" method="post">
The browser is trying to run a file called view/Users/save_userinput.php rather than the save_userinput method in the Users class. How can I get it to run the method instead of running the php file?

BTW, I also tried <form name ="userinput" action="account.php" method="post">

But that causes:


https://www.rdsubstantiation.com/sub_cru...ccount.php

in the browser and that also gives a 404 error. Why a 404 error?
proof that an old dog can learn new tricks
Reply


Messages In This Thread
getting to a view directory - by richb201 - 11-05-2018, 05:48 PM
RE: getting to a view directory - by ciadmin - 11-05-2018, 07:30 PM
RE: getting to a view directory - by richb201 - 11-06-2018, 06:25 AM
RE: getting to a view directory - by richb201 - 11-06-2018, 08:53 AM
RE: getting to a view directory - by ciadmin - 11-06-2018, 09:44 AM
RE: getting to a view directory - by InsiteFX - 11-06-2018, 10:22 AM
RE: getting to a view directory - by richb201 - 11-06-2018, 11:45 AM
RE: getting to a view directory - by richb201 - 11-08-2018, 01:48 PM
RE: getting to a view directory - by richb201 - 11-10-2018, 08:11 AM
RE: getting to a view directory - by InsiteFX - 11-22-2018, 04:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB