Search
-
Recent Posts
Categories
- Browsers (2)
- C++ (1)
- Coding (11)
- DirectX (1)
- Flash (1)
- Games (4)
- Javascript (1)
- MySQL (1)
- Nintendo DS (1)
- PC (4)
- PHP (7)
- Random (3)
- Reviews (3)
- VB.NET (2)
- World News (1)
Coding Archive
-
Randomizing Large Text Files in PHP with low RAM usage and no database
Randomizing a text is normally a easy feat in PHP, the first example is a standard way to load and randomize text files with PHP with no database and is rather simple to grasp: ?View Code PHP$lines = array(); //Open text file for reading $fileopen = fopen("myfile.txt", "r"); //Load lines into a array [...] -
Lightbox Gone Wild – Post/Get Form Submission Issues?
I found a neat little LIGHTBOX system my boss wanted to use, which is called Lightbox Gone Wild, located at: http://particletree.com/features/lightbox-gone-wild/. Overall, this lightbox system is very easy to understand and I did not have a hard time modifying the coding to what was needed for my work. You can see an example of how [...]


sending...