Forum: Java Apr 11th, 2007 |
| Replies: 0 Views: 3,063 drag and drop upload applet Hi I want to make an applet that allows people to drag files from their desktop to the applet and it will upload through ftp. I have looked at examples of this such as rad upload and others, but when... |
Forum: PHP Aug 28th, 2006 |
| Replies: 2 Views: 1,960 problems with sessions and login.php For some strange reason I am having problems with sessions, ainly in safari I believe which is wierd considering php is a server-side programming language. anyways, when a person goes to /cp (control... |
Forum: PHP Sep 16th, 2005 |
| Replies: 1 Views: 1,308 problem with sessions yeah im making this script that is basically a poll and then the administrator can add, edit, and delete questions. Right now i'm just getting the pages to work and such. Only, the... |
Forum: OS X Aug 25th, 2005 |
| Replies: 1 Views: 1,524 safari makes my script look weird, HELP Hi my script located here (http://coolcongas.com/index.php) look really weird in safari (Its eally narrow and long). Does anyone know a piece of code or something that will make it look normal? |
Forum: C++ Aug 21st, 2005 |
| Replies: 8 Views: 4,076 Re: getting words from .txt file thank you again rashakil Fol, you have helped me once again. And thank you Narue. And like I said I have hangman already written up and wasn't just asking for the code, I was confused about a piece... |
Forum: C++ Aug 21st, 2005 |
| Replies: 8 Views: 4,076 Re: getting words from .txt file well i try that but it always comes up with an error sych as "23 invalid conversion from `char*' to `int' ". It's not hard to translate, It just doesn't work for me. Then i changed return word; to... |
Forum: C++ Aug 21st, 2005 |
| Replies: 8 Views: 4,076 |
Forum: C++ Aug 21st, 2005 |
| Replies: 8 Views: 4,076 getting words from .txt file ok so last time I was here, I was programmin tic-tac-toe and its great. Now I have programmed hangman! :D . Anyways right now its for two players only. So I want it so the computer will choose a... |
Forum: C++ Aug 15th, 2005 |
| Replies: 3 Views: 1,428 |
Forum: C++ Aug 15th, 2005 |
| Replies: 3 Views: 1,428 problem with tic-tac-toe! help. Hi i have c++ as a class and decided to do a tic-tac-toe for fun at home. Um I've only been in it for a week. anyways here is the coding so far:
#include <iostream.h>
#include <string.h>
#include... |