Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
About Me

Network Admin

PC Specs
Pentium-M 1.8GHz, 1.5GB RAM, 100GB HDD
Favorite Tags
Member Avatar for TimmyRaa

Hey, this is my first attempt at using arrays in PHP, so apologies if this turns out to be ridiculously simple! I have a SQL select statement, and a while statement to pull the results from it: [PHP] $sql = 'SELECT nickname AS name, count( * ) AS played, sum( …

Member Avatar for srikanth1243
0
110
Member Avatar for ayk-retail

I have a site, [URL=http://www.andpost.com][B]www.andpost.com[/B][/URL] and I was wondering with 100MB of space for the database, how many users and posts will actually use it up? Thanks, Avrom

Member Avatar for TimmyRaa
0
187
Member Avatar for TimmyRaa

I'm trying to find or create a Perl script that at runtime will simply take a specified logfile or logfiles, and append todays date onto the end of it's name. If possible, I would also like the option of zipping the new file up. I can then run this as …

Member Avatar for optomystique
0
588
Member Avatar for TimmyRaa

I've got a query set up that generates a resultset of players and their statistics, and this is displayed back out in a table via PHP: [B]Query: [/B][php]$sql = 'SELECT nickname AS name, count( * ) AS played, sum( score ) AS agg, max( score ) AS highest, min( score …

Member Avatar for barnamos
0
174
Member Avatar for TimmyRaa

I have a form where you select a player's name from a drop down list, and there are 6 input boxes next to it for their separate scores and a box at the end for their total score (all the separate scores summed). I want to have the form dynamically …

Member Avatar for TimmyRaa
0
123
Member Avatar for TimmyRaa

A project that I've been working on (and getting help on [URL=http://www.daniweb.com/techtalkforums/thread10421.html]here[/URL]) is just about complete, but I've had to develop it locally on MySQL 4.1 for it's support of nested queries - I'm [B]rubbish[/B] with joined queries. However, the project is going to be running on my host, who …

Member Avatar for TimmyRaa
-1
391
Member Avatar for TimmyRaa

I've at least *seen* PHP code before, and have modified my own phpBB forum moderately. However, I've been set a project to build a web interface for recording skittles scores (like 10-pin bowling, but with 9 pins!!), and producing a nice ordered table with player names, number of games played, …

Member Avatar for TimmyRaa
0
413