Looks good. You guys have some talent.
Only thing I saw was in your contact page you have:
"If you have any queries please don’t hesitate to email us at by filling in the form below."
take out the the "at"
That seems to make sense...
after the die ()
how could I display an html page??
would I need an else statement that is followed by the html code??
Thanks ahead of time
Hello,
I am trying to make an authenticated users page. In the code I got from a site it uses " session_is_registered(username) " to check if the user is authenticated.
I know this is depreciated now so I am trying to find out what the equivalent in $_SESSION would be
What I currently have...
Wow thanks Rich for your help.
I was searching the web for a bit and couldn't get a direct answer when I decided to do my first post on the forum. Thanks again.
Edit:
I'm new to the forum and don't know much about credits. What is the common donation for an answered question??
Hello,
I've been working on a Login for my site.
I got some code on it from some site which uses session register. Later I read that session_register is 'depreciated' (does that mean it's not in use?) and that I should use $_SESSION.
My question is what would the equivalent code be for...
Hello x10 community,
I'm new to all this stuff. Decided to learn how to use dreamweaver a few weeks back and after playing around with it I decided to upload it onto a free host. Tried a couple different hosts... Liked this one best.
I am currently trying to learn php.
I created a form that...