Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End need help in php Reply To: need help in php

#237825
Anonymous
Inactive

Sure. If you’re looking for tutorials and know a little PHP already, then the following is a reasonable place to get the basics. It’s not a great application design, but it’ll show you how to handle the form and database side of things:

http://www.codingcage.com/2015/04/php-login-and-registration-script-with.html

Also, don’t forget the manual!

http://php.net/manual/en/index.php

Alternatively, if you start posting actual code you want advice on, we could discuss stuff specific to your situation.

P.S. A good place to start if you have zero experience and want to learn would be to make sure you can submit your registration form and echo back the fields you submitted. A good starting point for that is here:

http://php.net/manual/en/tutorial.forms.php

If you aren’t able to jump that hurdle yet then there’s not a lot of point in discussing more complicated code at this point.