Skip to main content

Home/ PHP Programming/ Group items tagged security

Rss Feed Group items tagged

Bart Deruyter

PHP Security Guide - 0 views

    • Bart Deruyter
       
      very interesting info about security for beginning PHP developers
  •  
    Very interesting webpage about security with PHP. Reading this through is a must for beginning PHP-developers (like me).
Dotcomweavers Inc

Securing your website is a top priority for any business online. | Dotcomweavers:blog - 0 views

  •  
    The security of your website is paramount. Lack in security can cost you customers, time and money.
Burak Erdem

Definitive PHP security checklist | sk89q - 0 views

  •  
    prepared statements
jdr santos

Home - Kohana: Swift, Secure, and Small PHP 5 Framework - 0 views

  •  
    Kohana is a PHP 5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use.
Sarah HL

Serious Form Security - 0 views

jdr santos

atomik framework | micro PHP5 framework for small to medium websites - 0 views

  •  
    Atomik is a free, open-source, micro framework for PHP5. Atomik is built for small web applications that do not need heavy frameworks but still want powerful features. It is build with the KISS principle in mind as well as speed and security. Atomik is also an ideal introduction for beginners to the world of web development frameworks.
jdr santos

Swiftlet - Introduction - 6 views

  •  
    "Swiftlet is a light-weight web application framework written in PHP. It enables you to quickly deploy websites that are fast and secure."
Yves Leloup

PHP Password Generator Class | TutorialChip - 0 views

  •  
    "Secure, powerful and random password generator class is a need of every developer, administrator, blogger and the user of every level. Chip Password Generator class will be helpful to generate passwords with random and fixed length strings."
qualitypoint Tech

Convert ASP code into PHP code - 1 views

  •  
    php is having many advantages over asp in terms of cost, Speed, Security and flexibility. So we may need to convert any asp...
melvinahebert

Best Demat Account For Small Investors | TechQY - 0 views

  •  
    Full-service brokers with extensive technical proficiency and support, such as Kotak Securities, is highly recommended for beginners. This is because of their expertise and years of guidance in the field of trading that can provide you with immense knowledge and customer service in your trading journey. Let us look into the parameters and factors to help you decide the best Demat account for your investment.
spymek soft

Cross Platform Application | HTML5 Technologies | JQuery Mobile Application - 0 views

  •  
    We develop cross platform applications by taking the advantage of latest technologies like html5, sencha touch, JQuery Mobile, PhoneGap, EXTJS development. Our highly skilled resources can build cost effective and secured mobile applications.
Maggie Wolfe Riley

PHP Top 5 - OWASP - 3 views

  •  
    PHP is a very popular language. Every PHP developer and hoster should understand the primary attack vectors being used by attackers against PHP applications. This article is the underlying research behind the SANS Top 20 2005's PHP section. The methodology used in the preparation of this article is to review all Bugtraq postings containing the word "PHP" and categorize each unique flaw. The author analyzed the most popular flaws / attacks, and researched prevention techniques, resulting in this article.
Raúl - [^BgTA^]

Tips sobre seguridad en PHP - 0 views

  •  
    Tips de seguridad para PHP
Marco Castellani

The future of PHP - 0 views

  • PHP is already popular, used in millions of domains (according to Netcraft), supported by most ISPs and used by household-name Web companies like Yahoo! The upcoming versions of PHP aim to add to this success by introducing new features that make PHP more usable in some cases and more secure in others.
Sarah HL

Rasmus Lerdorf: PHP Frameworks? Think Again. - 0 views

  • Rasmus Lerdorf is the creator of PHP and still continues as a core developer to the PHP project.
  • heavy Twitter mashup that he created. This does a lot of database calls and a lot of behind the scenes work. By hand-tuning it he was able to get on the order of 280 req/sec.
  • "Any script based language is simply not fast enough".
  • ...2 more annotations...
  • So, are there any frameworks that don’t suck? Rasmus did mention that he liked CodeIgniter because it is faster, lighter and the least like a framework.
  • It all starts with “I don’t need a framework.” 2. Then you create 7 classes. 3. Now you have a small library of classes. 4. Then you create an application that uses your library. 5. It works and it’s fast, hurray! 6. Then someone asks you to extend the functionality of your application. 7. And they keep asking for more, and more, and more and more… 8. Now you have 43 classes. 9. You’ve learn so much in the last 2 years. Design patterns, security, performance, testing… 10. What once was a small library is now a big, ugly, un-tested, un-documented, scary framework. 11. Then you change jobs. 12. And you create another 7 classes… This has been happening for the last 30 years.
sloansteddi

Secure File Upload with PHP - 0 views

  •   $ext = substr($filename, strrpos($filename, '.') + 1);
  • ($ext == "jpg")
  • $_FILES["uploaded_file"]["type"] the MIME type of the uploaded file (if the browser provided the type)
1 - 20 of 28 Next ›
Showing 20 items per page