php

PHP Cookies Code Snippet

webadmin's picture
Coding

If we need to keep track of something variables and it needs to work with the user not logged in ( anonymouse ), what you want to do is use a cookie to keep track on it.

Mass Change Prefix Tables MySQL with single Script PHP

webadmin's picture
Coding

When we worked on maintenance mode in Database MySQL on Drupal sites, sometime we need to change Our Prefix Tables at new database server, this is a simple trick if you don't want to change one by one table name :)

This is simple script PHP to use it.