Forum: Java Sep 1st, 2006 |
| Replies: 1 Views: 1,152 Hi,
i got this to work. i just used
Pattern p = Pattern.compile( "^(URL|REDR).*" );
Thanks,
scoobie |
Forum: Java Sep 1st, 2006 |
| Replies: 3 Views: 2,871 Hi,
I tried that, i can't seem to get it to work.
I am trying to get a mouse listener so that when i double click on the file in the table it will open the file.
thanks,
scoobie |
Forum: Java Sep 1st, 2006 |
| Replies: 1 Views: 1,152 Hi,
I have a .csv file that contains some text at the begining and them 5 columns. the problem i have is that i just want to extract and print out certain lines and ignore others. the first field... |
Forum: C Aug 26th, 2006 |
| Replies: 5 Views: 1,669 Hi all,
I am very new to C code and was wondering if someone could please help me.
i am using a program that gets run through a windows command prompt and outputs the result to the command line... |
Forum: Java Aug 25th, 2006 |
| Replies: 2 Views: 10,748 Hi,
i got it to jump to the middle of the file. does anyone know how i would extract the string located at this point and compare it to my test string.
thanks,
scoobie |
Forum: Java Aug 23rd, 2006 |
| Replies: 2 Views: 10,748 Hi,
Can someone please help me. I have a really large text file that contains a list of hash values, it has about ten million entries. I wanted to do a binary search on this to check if a... |
Forum: Java Aug 11th, 2006 |
| Replies: 3 Views: 2,871 Hi,
i was wondering if you could help me. i am having a problem with a listener in SWT. i have a program where the user enters some text in a textfield and then clicks on a browse button where... |
Forum: Java Aug 3rd, 2006 |
| Replies: 3 Views: 11,590 Hi,
I was wondering if someone could help me. I am using java SWT and am trying to output a list of files and its properties to the screen. I have a file browser popping up and when i select a... |
Forum: C++ Nov 9th, 2005 |
| Replies: 11 Views: 3,785 i have to do a search for a key and store the result so that i can compare it with another search result. |
Forum: C++ Nov 7th, 2005 |
| Replies: 11 Views: 3,785 Hi,
i am very new to c and was wondering if anybody can help me. i want to create an array of size 1 million bits. i heard you can use malloc or calloc. does anybody know how to do this,
thanks... |
Forum: PHP Jan 26th, 2005 |
| Replies: 1 Views: 6,405 Hi,
i was wondering if anyone can help me. i have an a form that has two options A and B in it. when the user choses an option and clicks submit a php script is executed.
what i want to do is... |
Forum: PHP Jan 26th, 2005 |
| Replies: 2 Views: 2,264 hi
thanks for that it worked.
would you have any idea how to do the same with a new user whose id is only generated when they register. i would like to use the same insert query though.
here... |
Forum: MySQL Jan 26th, 2005 |
| Replies: 5 Views: 14,006 no i want to display the data on file first then allow them enter changes and redisplay the form with updated data. |
Forum: PHP Jan 25th, 2005 |
| Replies: 2 Views: 2,264 hi,
i was wondering if anyone could help me. i'm new to php and i'm having problems setting up a session.
i have a login page (page1) where the user inputs their username and password and when... |
Forum: PHP Jan 25th, 2005 |
| Replies: 4 Views: 21,718 Hi,
i got it to work. i used the following code:
echo "<script type='text/javascript'>\n";
echo "alert('Congrats');\n";
echo "</script>";
the problem i have now is that it presents a blank... |
Forum: PHP Jan 23rd, 2005 |
| Replies: 4 Views: 21,718 Hi,
i tried both of your examples but it didn't work. my php script stopped working altogether and i am presented with a blank white screen
Scoobie |
Forum: PHP Jan 22nd, 2005 |
| Replies: 4 Views: 21,718 Hi,
i was wondering if anyone can help me. i am new to php and was wondering if it was possible to embed javascript in php. i was trying to get an alert/msg box up to explain an error to the user.... |
Forum: MySQL Jan 17th, 2005 |
| Replies: 5 Views: 14,006 i don't use sessions or cookies. when the user enters their username and password and click submit on the html form it calls a script that finds their details and displays them back in a form. also... |
Forum: MySQL Jan 16th, 2005 |
| Replies: 5 Views: 14,006 Hi,
i am using mysql and php.
i was wondering if anyone can help me. when customers login a form with thier details which are stored in the mysql database are displayed. when they change a... |
Forum: Database Design Jan 10th, 2005 |
| Replies: 4 Views: 7,820 Hi,
i am very new to Mysql and php. i was wondering if anybody can help with a problem.
i have a html form that the user enters in details and when they click submit button this information is... |