Computers
Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted
This error message can spring up in a previously functional PHP script when the memory requirements exceed the default 8MB limit. Don't fret, though, because this is an easy problem to overcome.
To change the memory limit for one specific script by
Read More
RSS Feed Requirements - PHP and MySQL example
Here's a list of the required channel elements, each with a brief description, an example, and where available, a pointer to a more complete description.
Element
Description
Example
Read More
Create a symbolic link using Free BSD
First goto the directory you want and then follow the above commands. No restart is needed
To create a symbolic link, the syntax of the command is similar to a copy or move command: existing file first, destination file second. For example, to l
Read More