Forum: Windows NT / 2000 / XP / 2003 Jul 1st, 2005 |
| Replies: 4 Views: 4,327 |
Forum: PHP Jun 29th, 2005 |
| Replies: 5 Views: 1,917 Re: Error comparing strings from arrays You were right.
The pipes show a trailing space on the side of the user selects.
I used a text file to upload those values, and after checking them, found a space after each entry.
:o Thanks for... |
Forum: PHP Jun 29th, 2005 |
| Replies: 5 Views: 1,917 |
Forum: PHP Jun 29th, 2005 |
| Replies: 5 Views: 1,917 Re: Error comparing strings from arrays all the comments in orange are debugging methods (echo()'s) which do what you suggest to make sure they are outputing the correct material.
I coded the entire page, and worked out all the kinks,... |
Forum: Windows NT / 2000 / XP / 2003 Jun 29th, 2005 |
| Replies: 4 Views: 4,327 Re: Help with running background processes Are the OBE*.exe programs running when you play counterstrike?
Have you done a search for OBE*.exe from the search to see where the exe is being stored?
Just some ideas.... |
Forum: Networking Hardware Configuration Jun 29th, 2005 |
| Replies: 7 Views: 3,532 Re: Wireless "B" networks not working anymore ok, this is going to sound really dumb, and slap me it's toooooo bad, but try this.
Shut down all the computers (even the friends). Unplug the modem AND the router for about 1 min. Then plug in... |
Forum: PHP Jun 29th, 2005 |
| Replies: 5 Views: 1,917 Error comparing strings from arrays I have the following code, which tries to see if someone selected a drop down menu item that is already part of the database. If it is, then the error message should show up.
$size_of_user_array =... |
Forum: Web Development Job Offers Jun 4th, 2005 |
| Replies: 2 Views: 1,802 |
Forum: Ad Space for Sale Jun 4th, 2005 |
| Replies: 15 Views: 5,153 |
Forum: PHP Jun 4th, 2005 |
| Replies: 18 Views: 3,378 Re: Hello Dani Web members you could also open a localhost on your machine, as long as you have internet connection.
Try downloading Apache servers with the self installing php!
It'll make the hosting problem dissapear!
:) |
Forum: PHP Jun 4th, 2005 |
| Replies: 4 Views: 26,055 Re: Import/export tab delimited file Well, when you get the query, and the results, could you not then run through each row with a fetch row and then run it into the tab file. I not an expert, but try getting the data first, without... |
Forum: Search Engine Optimization Mar 28th, 2005 |
| Replies: 6 Views: 4,493 Re: How to price SEO work? I think you need a package deal, but also you need to have a rate per month based on the need of the customer. Do you do SEO? |
Forum: Legacy and Other Languages Mar 28th, 2005 |
| Replies: 1 Views: 3,238 Re: master database with php mysql Do you want to store the location of a pic in the DB? That isn't much more than adding another field to enter into the DB. then using the resultant for a drop down menu.
I'm not sure I... |
Forum: C++ Mar 19th, 2005 |
| Replies: 7 Views: 13,846 Re: Hamming codes encoder/decoder in C or C++ the Distance to apply the hamming code...is this between check/redundacy bits? Or is this the amount of bits to check?
I just have theory from a class I'm in now...and would actually like to see... |
Forum: C++ Mar 15th, 2005 |
| Replies: 7 Views: 13,846 Re: Hamming codes encoder/decoder in C or C++ Ok. hammering code, is a way of encoding a string of data, to ensure that the data will get from point a to point b saftely. It's an error prevention code, so that interfernce such as single bit... |
Forum: C++ Mar 15th, 2005 |
| Replies: 1 Views: 1,544 Re: Sorting What is the inital value of i?
If you have it set to nothing, try setting it to a value mabye 0(I think that'll work), then try it. |
Forum: C++ Mar 15th, 2005 |
| Replies: 9 Views: 10,276 Re: C++ Reorder random numbers That is a good response, and as such, an understandble way of looking at a bad algo for getting the job done.
Sadly though, it is still taught, and without your explination as to why not to... |
Forum: C++ Mar 1st, 2005 |
| Replies: 9 Views: 10,276 |
Forum: MySQL Feb 27th, 2005 |
| Replies: 1 Views: 2,108 Re: MySQL Functions W/ Offline Languages I know c++ has header files that allow for connectivity, and Java is a spin off of c++ so I would imagine that it would have an easy time conecting as well.
I really depends on what kind of program... |
Forum: Assembly Feb 26th, 2005 |
| Replies: 1 Views: 3,968 |
Forum: Assembly Feb 26th, 2005 |
| Replies: 1 Views: 3,189 |
Forum: C Feb 26th, 2005 |
| Replies: 2 Views: 2,770 Re: C language problem Do you have any code to show me that u've tried?
a two dimensional array is int blah [][];
there's a start for you! |
Forum: C++ Feb 26th, 2005 |
| Replies: 9 Views: 10,276 Re: C++ Reorder random numbers You need a bubble sort algo.
You need to compare the first number to the second, and swap accordingly.
or...what you could do, which would be a lot easier
assign a temp array of the same... |
Forum: C++ Feb 26th, 2005 |
| Replies: 1 Views: 2,658 Re: A question about file streaming I've never used the print command to do what you are trying to do. I use cout>>temp; which could work.
Also, to print to the file, you can open a stream, and use it to print to a file.
... |
Forum: Computer Science and Software Design Feb 26th, 2005 |
| Replies: 0 Views: 2,905 |
Forum: C++ Apr 14th, 2004 |
| Replies: 2 Views: 4,454 |
Forum: C++ Apr 9th, 2004 |
| Replies: 2 Views: 4,454 C++ Error : opening file a second time for a read I have the code(below) but I can't get the program to close data2.txt and opne it again. Is there a way to reset the starting read position? I want it read through the file for as many times as I... |