Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. trq

    HTML5 support?

    While that link is indeed correct it's not really that simple. There are plenty of HTML5 features that are already supported and allot of tools that make unsupported features work. HTML5 is a moving standard still very much in it's infancy, but it is well worth looking at already. This article (and indeed website) will help you out: http://html5doctor.com/2022-or-when-will-html-5-be-ready
  2. Do you really expect that to be answered in a simple forum reply? If you don't know how to program download an open source cms.
  3. Physical Operating System Environment / Virtual Operating System Environment.
  4. This topic has been moved to Application Frameworks. http://www.phpfreaks.com/forums/index.php?topic=353428.0
  5. http://httpd.apache.org/docs/current/vhosts/
  6. This topic has been moved to Other Web Server Software. http://www.phpfreaks.com/forums/index.php?topic=353457.0
  7. Seriously. If you can't do this, you shouldn't be running a VPS.
  8. $s = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque hendrerit accumsan turpis, vitae rutrum quam cursus id. Sed quis pulvinar eros. Integer vel tellus turpis. Donec tortor dolor, convallis in mollis et, rhoncus eu lacus. Etiam quam risus, fringilla ac tempor in, congue vel felis. Mauris eu luctus augue. Fusce nisl neque, convallis a posuere a, ultricies et metus.'; $a = explode(' ', $s); array_shift($a); Your data will now be in the array $a.
  9. Where exactly are you trying to echo it?
  10. They are not proper dates, they must be some form of text field. See http://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html#function_str-to-date
  11. trq

    HTML5

    Probably not. Its an Apple. Apple's browser and webkit in general has some of the best support for html5 getting around.
  12. This topic has been moved to Other Web Server Software. http://www.phpfreaks.com/forums/index.php?topic=353391.0
  13. This topic has been moved to Application Design. http://www.phpfreaks.com/forums/index.php?topic=353345.0
  14. This topic has been moved to Application Frameworks. http://www.phpfreaks.com/forums/index.php?topic=353397.0
  15. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=353390.0
  16. This topic has been moved to Application Design. http://www.phpfreaks.com/forums/index.php?topic=353396.0
  17. This topic has been moved to Installation in Windows. http://www.phpfreaks.com/forums/index.php?topic=353372.0
  18. This topic has been moved to Application Frameworks. http://www.phpfreaks.com/forums/index.php?topic=353375.0
  19. You are getting the value into php. Your problem is that your not returning the data you want from php. Well you are, but your aslo returning a bunch of htm along with it. Ajax request are no different to a normal request. whatever your php script outputs will be returned.
  20. There is nothing wrong with that. Most people write php database classes because they don't know what they are doing. Good ones are done well, aren't tied to a particular database server type and provide better functionality in a more useful interface.
  21. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=353342.0
×
×
  • 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.