Hello, i wanted an easier way to login, i used to have the sidebar hack http://www.homelandstupidity.us/2005/04/14/wordpress-sidebar-login-form-hack/
But when i just paste the whole code in a new page, it displays messy, http://ksaad.weblogs.us/login/
What should i do to have a login form in a page inside my blog, instead of the the default wp-login.php?
You cannot "paste" PHP code into a Page or post. It just doesn't work.
You can either paste it into a Page Template (see the Codex) or use a plugin that enables PHP in your Pages/posts. Look for phpexec, execphp, runphp and similar things.
ksaad,
Do search for PHP on this Codex page: http://codex.wordpress.org/Plugins/Posts_Formatting
Look for the entries that talk about executing PHP code...Exec-PHP and the others...
Good luck.