Jump to content
xisto Community

CosmicT

Members
  • Content Count

    6
  • Joined

  • Last visited

  1. Hi,I'm a software engineer that plays America's Army alot. I'm a member of the BiH clan, and I have promised to help setup a web site for my clan. I'm looking for a free web host for this web site, and I hope Xisto can host it for us.
  2. Sounds like you guys are trying to cheat in a game?
  3. Dreamweaver kind of do that. PHP is just a scripting language, so talking about WYSIWYG and PHP is not entirely accurate.
  4. I use Zend Studio. Zend is the company that is writing the scripting engine in PHP. It has a lot of features such as code completion and debugging. It's really nice.Komodo is also a very nice editor that supports several languages.
  5. CosmicT

    Ssl And Php

    You configure your webserver to do this for you. PHP has nothing to do with it.
  6. try this:<?phpfunction createPassword($length) { return substr(md5(uniqid(rand(), true)), 0, $length);}?>
×
×
  • 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.