Links of the week
| Hello World in BASH 01/11/2009 | mad mad mod This article describes how to write and execute a "Hello World" bash script on Linux (Fedora). 1. the prerequisitesa text editor of your choice (e.g. vi)the bash shell |
| PHP: Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent 10/03/2011 | mad mad mod Solution: make sure that session_start() is the first statement in your PHP script. Even a white space or or any other characters before session_start() or even before <?PHP tag will result in an [ ... ] |
| Other Articles |