The Nintendo DS would do the best. I have always seen Sony as a much bigger enterprise than nintendo, which leads me to believe that many people only buy the PSP because of sony being bigger. :)
Okay.. I think I understand what you want.
Modify the following code to suit you. This is also very simple code which you may want to adapt for things like OOP instead. :)
Lets presume you have your login form setup as follows..
[HTML]
<form …
(Quote)
You can just use SELECT * FROM table_name because the "*" means selecting everything. That way you don't have to type out every field name. And the reason the code I showed before didn't work was because I forgot to include the DE…
Its way to much to explain how to build a login system in one post on here. I will try and summarise things that you can go of and learn yourself. If you want the entire system built for you I could do that. Just make a post in the request forum. :…
mmm.. are you trying to actually learn PHP or make everyone do it for you? :p
Anyway what you need is something similar to this. :)
[PHP]
<?php
// An example of listing 30 most recent items first from a database into a list. :D
$result = mysq…
*BUMP*
Sorry man I keep forgetting to do this. Perhaps you would be quicker to research yourself instead of waiting for me. What you need to do is learn about regular expressions. Simply do a search on google for "regular expressions PHP"…
Yeah Python I hate to admit it but Nuvo and cannonball are correct. You need to start getting into the fashion of using CSS to create your layouts. I have looked through your portfolio and you have made some very decent designs (some that are actual…
(Quote)
I made a class for you that manipulates files. It needs fixing though so I will revamp it when I get the chance. The class has functions so you can get all links of a page. :)
Well how much traffic does the site recieve a month and what is it's google page rank? Seeing as the domain name is 8 characters in length (results reveal that keeping domains names at or below 8 characters sell much higher) and you have no hyphens …
There are even better deals out there than the ones you have posted. The first site on this list is definetly the best paid host on the whole internet. They offer 2400MB space and 120GB bandwidth per month, 600 email accounts, unlimited domain and m…
I have never even attempted flash before and I have been doing web development for the past 2 years. I will hopefully get round to trying it out someday. :)
martian2k4 you never showed us your animation. :p
You guys should check out http://birdboard.org if you're looking for any free forum software. It seems really decent. :)
Also vBulletin is the best but it is really expensive.
Those are all really good sites. I have been using good tutorials to try and learn some more photoshop as I struggle with it terribly. :(
Also another very good site is http://pixel2life.com
:)
May I just add that using javascript for something like this is not always a wise idea. I could easily get round your 250 limit by merely disabling javascript in my browser settings. :\
You should always have a backup plan too such as PHP. :)