Jump to content
xisto Community

mobious

Members
  • Content Count

    117
  • Joined

  • Last visited

About mobious

  • Rank
    Advanced Member
  • Birthday 10/11/1988

Contact Methods

  • Website URL
    http://www.3nigma.com

Profile Information

  • Location
    Philippines
  1. i have used ASP .NET and PHP. i have many experiences with PHP and it is really powerful. but about ASP .NET is that it has a high level of customization on how each of the classes would work.
  2. why not just a mysql lib and connect to the server directly? it would be much faster and efficient.
  3. just grab the php manual at http://php.net/. then just apply for hosting here. read the online documentation about gd functions. there are user-submitted scripts and comments.
  4. another tip is practice, practice and practice... the more you do stuff the more you get better.
  5. it's a complete cms suite. it can be configured to perform a specific function. it's really good and has php5 support.
  6. why not just upgrade to 2.0.15? it's already released.
  7. looks like you just need to pick from to solutions. being able to pick a language through a form or link.
  8. and it would be much easier if you would use a template system and completely seperate your html tags from your php codes.
  9. it's really not a problem if you are not going to keep track of their ip adresses.
  10. i think you are referring to your pages being cached by browsers rather than literally refreshing the page. add this to evry page to prevent browsers from cahing your php pages. header("Cache-Control: no-store, no-cache, must-revalidate");header("Cache-Control: post-check=0, pre-check=0", false);or header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
  11. with the GD module loaded as a PHP extension, PHP gains image-editing functions.
  12. raptrex, just change $mesg to your own variable that will contain the message of the post.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.