|
Profile
Personal Photo
Rating
Options
Personal Statement
Shifty doesn't have a personal statement currently.
Personal Info
Shifty
Active Member
24 years old
Gender Not Set
Perth, Western Australia
Born May-10-1989
Interests
Gaming, Programming (Delphi & PHP), Iceskating
Other Information
OS: Windows XP
Hardware Info: 2.0GHz CPU, 1GB RAM, 128MB GeForce 4 Ti-4200, 40GB 7200RPM HardDrive
Country: Australia
Gender: Male
CPU: Intel Pentium 4
HD: 40GB 7200RPM
RAM: 512
Belly button size: Normal size
Browser: Firefox 0.x
Connection speed: ADSL
OS (secondary): No Information
Statistics
Joined: 13-November 03
Profile Views: 777*
Last Seen: 30th November 2004 - 12:57 AM
Local Time: May 23 2013, 03:18 PM
106 posts (0 per day)
Contact Information
No Information
No Information
No Information
dan8308@hotmail.com
* Profile views updated each hour
|
Topics
Posts
Comments
Friends
My Content
26 Oct 2004
In PHP, which is the correct form for not equal to; != or !==.
Thanks.
10 Oct 2004
Hi,
With the booking system for my school done and out the way, I want to begin developing a new project in PHP. I'm pretty confident in PHP now, and I want to make something simple that won't take a lifetime to build. I'm considering making a news publishing script, but I'd like to get some other ideas first. What do you think? Thanks for your time, Shifty.
18 Sep 2004
Bought the expansion pack to Call of Duty yesterday, United Offensive. I'm not sure if I'm still just in awe of Doom 3, but United Offensive is a real let-down. I'm not impressed; the orignal CoD had a very large scale, purposeful feel, although UO places you in a small squad, carrying out pointless objectives that ultimately leave you thinking "Why don't they just do it themselves?!"
If you've seen Band of Brothers, the assault on Foye (spelling?) was full scale dash across open ground involving many men; UO's take on this is a small squad navigating your way through a maze of fences (which for some reason, your character doesn't have the IQ to jump). Passing maps is now a matter of trial and error -- surviving means memorizing the location of each enemy so they don't get you the next time. It's virtually impossible to achieve victory in a spontaneous battle. Despite the very apparent gameplay disappointment, the graphics are slightly better compared to the original CoD; the textures are sharper, and shadows are more vivid. The new sounds are average -- they don't seem to be very clear -- recorded cheaply? There's no screaming, constant gunfire, or feeling that you're fighing with a team, which is a severe disappointment to the series, given CoD was acclaimed such intense gameplay.
16 Sep 2004
Firefox, a popular next generation web-browser, has aspired to version 1.0.QUOTE The Firefox Preview Release is now available, bringing the browser that Maximum PC called 'a revelatory experience' one step closer to its greatly anticipated public release. Three large new features — Live Bookmarks, the Find bar and a new plugin installer — have landed since 0.9, along with a host of critical bugfixes. The final release of 1.0 is expected in the fourth quarter of 2004. Firefox 1.0PR may be downloaded via http://mozilla.org.
8 Sep 2004
I can't see what's wrong with the code below:
CODE function chkAvail($room, $session, $day, $week) { mysql_connect($db_host, $db_user, $db_pass); mysql_select_db($db_db); $query = "SELECT room, session, day, week FROM labSlate_bookings WHERE room='$room'"; $result = mysql_query($query); $num_rows = mysql_num_rows($result); $row_count = 0; while ($row_count < $num_rows) { $row = mysql_fetch_array($result); $row_count++; if ($row['room'] == $room && $row['session'] == $session && $row['day'] == $day && $row['week'] == $week) { echo "<font color='#00FF00' size='2'>Available</font>"; } else { echo "<font color='#FF0000' size='2'>Not Available</font>"; } } mysql_close(); } It keeps returning this error: "Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /opt/lampp/htdocs/labSlate/functions.php on line 49" Can't see what's wrong! |
Last Visitors
Comments
Other users have left no comments for Shifty.
Friends
There are no friends to display.
|
|
Lo-Fi Version | Time is now: 23rd May 2013 - 07:18 AM |