I would like to have the three above mention pages in the index.php file. I tried to create an include but I got errors. Is it possible to have login.php, groups.php and register.php in the main page, so that when users go to my website they see in the main page the fields and not the links to the fields. What would be the correct code to enter.
I would like to have in my index.php a table where inside I have a welcome to enter the webhosting, and in there they have the possibilities to fill the fields at once.
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You will have to look in the respective files for the code. All of its there, you will just have to copy and paste it into index.php. Includes and requires will not work.
I would like to have the three above mention pages in the index.php file. I tried to create an include but I got errors. Is it possible to have login.php, groups.php and register.php in the main page, so that when users go to my website they see in the main page the fields and not the links to the fields. What would be the correct code to enter.
I would like to have in my index.php a table where inside I have a welcome to enter the webhosting, and in there they have the possibilities to fill the fields at once.
Thank you
You will have to look in the respective files for the code. All of its there, you will just have to copy and paste it into index.php. Includes and requires will not work.
Read the manual at http://php.net/manual if you need to.