Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~602 People Reached
Favorite Tags
php x 5
c++ x 4
Member Avatar for monkey56657

Hello. I am quite new to c++ but am working on translating a prime generator I have made over from c#. I have everything working well but have found that c# can output to file faster than c++ (by around 10%). This is once the 'working out' is done. Here …

Member Avatar for monkey56657
0
271
Member Avatar for ionzone

Hello, I'm trying to write a program that will POST information when executed. I can't explain well so I'm going to show how the program works. This program is intended to run from console (not from web) like this: [code]php /home/user/upload.php /home/user/documents/2009Final/income.doc[/code] When executed, I want the program to fill …

Member Avatar for monkey56657
0
87
Member Avatar for CMCDragonkai

I have a problem of how I could echo a certain element of an array. It's easy enough when you know how many keys and what they are. The problem is, even though I know what the keys are, I don't know how many there, I can find out how …

Member Avatar for CMCDragonkai
0
123
Member Avatar for Morty222

I am using the following query to pull categories from the DB then creating a select list. Can some tell me how to make the current value selected in the list when they open the category? <?php include("mysql.php"); $queryc = "select * from tbl_category WHERE active = 'yes' ORDER by …

Member Avatar for nav33n
0
121