Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. trq

    Null in to None

    There is no such type as None.
  2. This topic has been moved to Beta Test Your Stuff!. http://www.phpfreaks.com/forums/index.php?topic=317260.0
  3. Considering php is used to create html dynamically I see no reason this can't be done. Where exactly are you stuck?
  4. trq

    PHP editors

    Have a read of the sticky at the top of this board.
  5. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=317278.0
  6. Can you modify the sitebuilder at all to trigger these events?
  7. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=317255.0
  8. Wouldn't have anything to do with php. incrond is what your looking for though, assuming your talking about a Linux OS.
  9. You shouldn't have any trouble running a dev server on the system you have. I just wouldn't install any desktop without a bit more ram, but you shouldn't really be running a desktop on a server anyway.
  10. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=317181.0
  11. You need to change the links yourself. mod_rewrite is only there to handle the new links, it doesn't convert anything.
  12. Sounds to me like your probably trying to learn too much. In order to build web applications yourself you will need to have a good understanding of client side languages such as html & css first. Javascript will also come in handy on the client side. From there, to learn to actually program, you are much better off getting a good book and reading it from start to finish (probably two or three times). Most books are written in such a way that they take you on a learning journey, with each chapter building on the previous. Jumping from site to site, tutorial to tutorial won't really get you anywhere but frustrated (or here asking stupid questions like allot of other lost souls), you need structure. I understand that the idea of reading through a 700 page book a few times cover to cover can seem daunting, but seriously, you need a good grasp of the basics before you can move on. Without them, you'll just keep hitting dead ends and asking questions on forums over and over and over and over and...... Your right, your not going to learn to be an expert programmer overnight. With this in mind, be patient. It's not difficult, you don't need to be any kind of genius. You just need some patience.
  13. trq

    PHP - LDAP

    Have another a read of the 'Return Values' section of the manual. here.
  14. Right clicking and viewing source does show the actual code. Your css is NOT in an external file. Either you are lying or have no idea what you are talking about. Again: You should use id's to identify unique elements. Do you know what unique means?
  15. mysql -uroot will get you to a prompt. (mysql>) if your already at a prompt it will cause errors because it is not part of a valid command / query.
  16. The errors are pretty self explanatory.
  17. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=317142.0
  18. Either view or $pageInfo[0] are not objects.
  19. Sounds pretty inflexible to me. You really should take a look at some MVC implementations.
  20. trq

    isset()

    That will not give you a total count of the word 'YES'. It will only give you a count of how many rows contain the word 'YES'. Like I said, You'll need to read some tutorials on database normalization (or even take a look at sweeb's reply), and fix your db design before you can move forward.
  21. trq

    isset()

    It is indeed missing the table name.
  22. Look at your code. You have 5 set string positions %s followed by 6 arguments containing mysql_real_escape_string. Your also missing the closing ) on your query.
  23. if is a control structure. Its part of the language itself. Besides, you still need to rearrange your code.
  24. Not without recompiling php. You'll need to execute this as root. mkdir -p /myapp/conf/ && cd $! && ln -s /opt/myapp/conf/php.ini php.ini
  25. They are refers to what exactly? Id's are for identifying unique elements. You work it out.
×
×
  • 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.