Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. It is, and variables *are* case sensitive in PHP.
  2. Where do you actually define $password?
  3. You are absolutely correct. Just check mysql_num_rows has at least one record.
  4. You could always store a copy of the $_POST array into the users $_SESSION array (or even just the values you want) when the form has been submitted then easily restore them from there.
  5. You are NOT coming to this board for every error in this CMS. Read this: http://www.php.net/manual/en/migration5.php
  6. Variables are not interpolated within single quotes.
  7. At the top of any scripts. Preferably somewhere where it will be included into every page.
  8. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=336573.0
  9. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=336531.0
  10. If you really have these types of concerns don't use shared web hosting.
  11. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=336557.0
  12. Asking the types of questions you are asking I would suggest the first thing to do would be to forget the idea of a 'social networking' site for now and learn HTML & CSS. Once you are comfortable with them, you could probably start looking at learning PHP.
  13. Without knowing what code it is you downloaded it's pretty hard to help. If it's a framework of some sort you can likely just put it on your include_path and use an auto loader of some sort. Have you tried looking through the documentation for clues?
  14. Yes. You need to make sure all classes are included properly.
  15. trq

    Php Video?

    It is an extension, so yes. You will need to ask your host if they support it or if they could install it.
  16. Please, we have tags for use when posting code, please use them.
  17. Have you actually got a specific question? Where exactly are you stuck? Have you even looked at twitter's developer documentation?
  18. trq

    Php Video?

    Take a look at the ffmpeg extension.
  19. trq

    MOVED: Java question

    This topic has been moved to Other Programming Languages. http://www.phpfreaks.com/forums/index.php?topic=336449.0
  20. This topic has been moved to Other Programming Languages. http://www.phpfreaks.com/forums/index.php?topic=336432.0
  21. There might be a little more to it than that, ie some other parts of the script might relie on you being logged in, but yeah, I'd start there.
  22. This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=336411.0
  23. Right near the top of that script you are checking to see if the user is logged in.
  24. HTML/CSS - I started making sites around 1998 - 1999. Iv'e never been much of a designer though. ASP (VBScript) - Worked with between 1999 - 2002. Python - I switched from Windows to Linux and Python looked interesting. 2002 PHP - Getting back into web development. 2004 There are of course other languages which I've used. Bash I use on a daily basis and have done since I started using Linux, and I've played with my fair share of Perl. I've been using PHP for a long while now and really am starting to look for alternatives (even though I'm employed mostly as a PHP developer). I'm not really that interested in web development either these days, which is OK, we don't make web sites (as such) where I work. I'm thinking Ruby is looking like a prime candidate for good use. Been playing around with it for probably the last 12 months, and in the last few months looking at Rails. Node.js is also pretty interesting.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.