ucfirst(); to make things uppercase, and your other idea won't work it is hard to make it create spaces without knowing where they are, try renaming your db tables to use a seperator for words, like
wordone
could be
word_one
And you want us to modify it for you?
Try and modify it yourself and when you hit an error or problem then ask us to help you fix it, we are not here to do work for free but to help.
Wow, your still trying to get the forum to build your site for you, even though i have recommended sites to learn php and there are hundreds on the net.
Edit: also i just took a look at that link and it doesn't say that people with asperger have problems learning, just communicating with others.
Use $_GET
e.g.
http://mysite.com/login.php?previous_page=http://mysite.com/forum.php
and then do
Obviously needs more security etc.
//login stuff
if(isset($_GET['previous_page']))
{
//after login
header("Location:".$_GET['previous_page']);
}
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.