Search found 5 matches
- Thu Nov 13, 2008 1:29 pm
- Forum: The Hacker's Server
- Topic: c++ applications
- Replies: 4
- Views: 7107
- Thu Nov 13, 2008 1:26 pm
- Forum: The Hacker's Server
- Topic: Linux
- Replies: 6
- Views: 6927
Well, I would say it depends on what you wanna do... If you wanna play games (that are made for ms windows) a lot then it will be a hard piece of work getting them working. Everthing else can be done with a linux aswell but keep in mind that you will have to read a lot and things might not just work...
- Thu Oct 30, 2008 3:53 pm
- Forum: The Hacker's Server
- Topic: newbie
- Replies: 30
- Views: 20572
- Tue Oct 28, 2008 9:26 pm
- Forum: The Hacker's Server
- Topic: Latest Hacker Game 2007
- Replies: 39
- Views: 30987
- Sun Oct 26, 2008 7:46 pm
- Forum: The Hacker's Server
- Topic: html problems :(
- Replies: 10
- Views: 9763
What u r tryin to do requires either PHP or AJAX. PHP is a server-sided scripting language and ajax is based on java-script. The simple PHP-code to include a file would be <?php include('file.htm'); ?> You could also do it with the C-like functions fopen(), fgets() and fclose(). BUT: PHP requires a ...