Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

chiryphp

@chiryphp
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • The joys of PHP mail()
    C chiryphp

    class SafeEmail 30 { 31 function create($user, $host, $suffix) 32 { 33 $at = "@"; 34 $dot = "."; 35 36 $start = $user . at . $host; 37 $end = $dot . $suffix; 38 $address = $start . end 39 40 return $address; 41 } 42 43 $se = new SafeEmail(); 44 $se->create($user, $host, $suffix); 45 } More php email scripts listed on the page!

    Linux, Apache, MySQL, PHP php com sysadmin collaboration beta-testing

  • Which PHP framework to use? [modified]
    C chiryphp

    CakePHP is a rapid development PHP framework that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code. Hopefully can help you! Best regards! Chiry.

    Linux, Apache, MySQL, PHP php com question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups