Search results

  1. 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.
  2. 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...
  3. 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...
  4. 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