Just wondering what you guys think... I'm a PHP developer and I just have the need to code. But I don't know what to code now... I have done: Search Engine Social Network Barter Site Ad's Site Template Site Clan Site Text-Based Game and a lot more little things... What should I code now?
Some simple utilities that can be run from the command line? (PHP is not just for websites.) You can even use Bambalam to compile the code to a Windows executable, so the user doesn't have to install PHP.
make a forum 100% from scratch, mine is http://thebinaryapproach.com failed project(didnt feel like promoting it), but made it in 4 days. see if you can beat that
The first thing I used Bambalam on was an SMTP server. Writing one in PHP is kind of trivial. Or do something more complex - an email or Usenet client.
What about some sort of invoice billing tool that interacts with the PayPal API - there are many invoice application tools around but not that many that integrate with PayPal.