PHP/HTML Problem
Go to solution
Solved by minibois,
im trying to make a wlcome page of a website that links to a few other pages and its not working o dont know what is wrong here
If you want to display HTML stuff in PHP you need to add 'echo' to the beginning of the sentence and the text must be inbetween quotation marks.
Exchange the line after the one where you open PHP with this:
echo "<a href ='./Login.php'>Login</a>"
I don't think you need to add ; at the end, but you might have to do that
EDIT: Shouldn't the title be in the <head> ?

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 accountSign in
Already have an account? Sign in here.
Sign In Now