Copyright © 2008 - 2012 BestSites.ro; Partners: websites-development.com
BestSites.ro »

Posts Tagged ‘PHP’

  1. Upload files by e-mail/Read IMAP e-mail attachments with PHP

    I wrote and successfully used this code to upload documents to a website by simply attaching docu...

  2. Using Smarty with CodeIgniter

    Why CodeIgniter? Because it’s easy to use, fast, flexible and yet powerful and well documen...

  3. How to access Smarty variables from PHP

    In most cases Smarty tags will be sufficient, but when you need a quick and dirty solution in the...

  4. PHP FastCGI on VPS Server: problems and solutions

    FastCGI is recommended for speed, performance and security. The PHP scripts are running using the...

  5. `Simplest PHP login` on FastCGI

    If you are looking for the easiest way to protect your web page with a password using PHP code pl...

  6. Logout for `Simplest PHP login`

    If you are looking for the easiest way to protect your web page with a password using PHP code pl...

  7. Search links in a web page with PHP

    All the solutions I’ve found regarding this idea were only able to identify correct formate...

  8. PHP in CSS

    If for some reason you want to use php code in your css files this code might help.
    It work...

  9. How to load external CSS file for CKEditor with PHP

    ...
    $CKEditor = new CKEditor();
    $CKEditor->returnOutput    = true;
    ...
    $CKEd...
    				
  10. Automatic Backups for Database and Files

    1. Mysql Backup Script
    This makes a daily gzip archive with current mysql...