Output to a TXT File

Posted by a1phanumeric (30) in C++ on 3rd February 2009  •  Votes 0 | Views 68

The .txt should be in your program folder. Just run the program and it will automatically write to it. There IS NO output in the dos window. ...view code

Date Picker Remembers Sent Data

Posted by a1phanumeric (30) in PHP on 16th January 2009  •  Votes 1 | Views 53

DEMO: http://edrackham.com/php/php-date-picker/ This date picker can be simply called using: echo DatePicker(); It can be called multiple times with unique names and IDs. It remembers what was POSTed or sent via GET for validation purposes. ...view code

Easy cout color change script

Posted by a1phanumeric (30) in C++ on 3rd February 2009  •  Votes 0 | Views 133

You can use it as a header file or copy and past it into your cpp. ...view code

Custom Error Documents Using an htaccess File

Posted by a1phanumeric (30) in .htaccess on 2nd September 2008  •  Votes 1 | Views 47

Creating custom documents gives your site a more professional look, as not only are you providing a 'net' to catch unsuspecting visitors when they follow a bad link and such like, but they also allow you to customise the style of the page so you can maintain your basic site design by adding HTML. ...view code

Bin2PHP

Posted by a1phanumeric (30) in PHP on 4th January 2009  •  Votes 0 | Views 68

Converts a binary file or a text file to a php file. ...view code