Search results

  1. R

    Split string

    Waw, that is great. Thanks.
  2. R

    Php Authentication

    As I know, if u do multilevel encryption will make the possibility of collisions become higher. Such as $hash = sha1(md('hello')); I'm I right?
  3. R

    Encryption

    Consider the several encryption algorithm below: Sha1 Sha-224 Sha-256 Sha-384 Sha-512 which is your first choice? Is that Sha-512 having the most secure due to it's output size? What is the effect if we use this Sha-512 as our password hash algorithm? Do we need this?
  4. R

    Split string

    Can I split a string word by word into an array by using PHP? example: $string = "hello"; then, split string into "h", "e", "l", "l", "o". thanks
  5. R

    SSL on free hosting?

    May I know is that the free hosting server supported by SSL?
  6. R

    Who likes Frontpage?

    No. I not prefer to use Microsoft FrontPage.
  7. R

    x10Hosting Double Everything Special!

    Corey, this is nice, Thanks. And how about the fee to remove the ads?
  8. R

    About MP3 licensing

    Anybody has this experience please reply here Thanks.
  9. R

    WHich is the best Antivirus

    Kaspersky is the best Anti Virus software
  10. R

    About MP3 licensing

    If I wanted to run a web site that contain a MP3 Flash player for user. And my website is generating revenue with Google Adsense. Do I need apply the MP3 license? Here I'm not mean the MP3 songs' copyrighted but is the mp3 codec license... Here is the web page about the licensing...
  11. R

    500 Internal Server Error

    My site is always appear the error since I create an Apache Handler. Before this, I do add application/x-httpd-phpv2 handler as ".do" extension in Apache handlers section. The reason I doing this is to change my php script extension to ".do" rather than ".php". But immediately, I get the 500...
  12. R

    PHP security

    Thank you!
  13. R

    PHP security

    Hi, I'm a PHP newbie. May I know, what should I do in order to increase the security for a PHP script as well as the PHP script with MySQL.
  14. R

    500 Internal Server Error on my site

    Before this, I do add application/x-httpd-phpv2 handler as ".do" extension in Apache handlers section. The reason I doing this is to change my php script extension to ".do" rather than ".php". But immediately, I get the 500 Internal Server Error; and therefore I delete that handler. Even...
  15. R

    500 Internal Server Error on my site

    May I know what is the problem with my website? It keeps report this error for each page for my website. Thanks
  16. R

    About web caching

    HUH? Hard to understand! I'm a newbie. Do you have any resources to learn this? Thanks
  17. R

    Dispute the suspension

    I have posted some thread on this forum. Please help me unsuspended my account. Thanks
  18. R

    About web caching

    May I know is there a way to prevent the flash player cache the audio data in the computer hard disk? Thank you.
  19. R

    Dynamic Templates

    Anybody know where can I get a good PHP dynamic templates generator?
Top