Jump to content
xisto Community
alex1985

Cms? How?

Recommended Posts

I did create the pages like register, login and others as well. So, how do you put them like on the single page. For instance, you can adjust that login page was at the lift bottom, and the register-at the right bottom?

Share this post


Link to post
Share on other sites

Your situation is very vague, I have no idea what you are asking but will try nonetheless. So you want links to be displayed in a page? To do that, you can always use CSS to align where you want your links to be displayed combined with the use of DIVs

Share this post


Link to post
Share on other sites

You need to make sure your single page is in php and then do a simple php include to which will help display everything in one page.

A php include looks like this

<?php include("menu.php"); ?>

However, if your looking for more information how how to code your own CMS, then check out these tutorials for getting some idea's.

Share this post


Link to post
Share on other sites

It is stated in tutorials, you create pages like register.php, index.php, and so on. How you make them on one page, combine all php codes into one. Like you join the index,php, to be showed on the screen, just like the others kept unchanged, if you pressed register for example,

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.