Search results

  1. F

    undefault put dependants on Dreamweaver

    Thanks... that's exactly what I was looking for. I'd searched there before but did not notice it.
  2. F

    undefault put dependants on Dreamweaver

    I accidentally clicked to put dependents when uploading a file. I can't seem to find a way to un-default it.
  3. F

    My first website

    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"
  4. F

    session_is_registered(username) equivalent in $_SESSION -PHP

    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
  5. F

    session_is_registered(username) equivalent in $_SESSION -PHP

    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...
  6. F

    session_register vs $_SESSION - PHP

    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??
  7. F

    session_register vs $_SESSION - PHP

    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...
  8. F

    Hi from Freddy in Ontario

    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...
Top