Blog Detail

Gaming With PHP

Gaming With PHP

http://gwphp.feudal-times.net

Blog dedicated to web development mainly php + mysql programming, tableless web designs, ajax and everything concerning web 2.0

Recent Posts

  • Image uploading security

    Posted on Monday March 24th, 2008 at 11:32 in php curious stuff, image upload security bug

    There are hundreds of methods to exploit a php script, but there is one, that many people just don’t pay much attention to. The real problem happens when your script can upload files. First of all, if your script just uploads ANY file, an attac...

  • Custom buttons using CSS

    Posted on Sunday March 16th, 2008 at 17:00 in css, tableless design, css button style

    It’s a web 2.0 era, so why would you use a normal gray button when you can make custom ones to fit your website style? Well a button is just like any xhtml tag, you can customize most of it’s properties: font, color, size, background, etc...

  • Common CSS Mistakes 1

    Posted on Wednesday March 12th, 2008 at 18:11 in css, css error mistake

    As in everything we can make mistakes, and when you develop a site using multiple technologies (PHP, MySQL, JavaScript, CSS…, etc) there will be more placed to make mistakes/errors. So CSS is not an exception. p .a   {  ...

  • Secure data: Filtering input variables

    Posted on Thursday March 6th, 2008 at 20:23 in general php programming

    Hundreds if not thousands of vulnerabilities have been discovered in php based application because of the lack of filtering of input data. You can never trust a user, and verify what you are receiving. The lack of securing input data can lead to sql ...

  • Logging var_dump() output

    Posted on Tuesday March 4th, 2008 at 07:11 in php curious stuff, general php programming, php var_dump() ob_start()

    I’m pretty sure you have already heard about var_dump() or print_r(). These 2 great functions are very useful to debug the code by seeing what each var, array, class or whatever has inside it…. Well the only problem is how to “save&...

  • Drawing with PHP: array to graph

    Posted on Friday February 29th, 2008 at 12:33 in php, drawing, graphics, image, statistics, gd, general php programming, graphics using gd

    Ever wanted to make something like this with PHP ? Well, today I will show and explain the script that generated this beautiful graphic. PHP supports drawing functions with the GD library which provides many necessary image manipulation functions. U...

Comments & Reviews

There is no rating for this blog because there are no comments yet.

Post A Comment/Review

* Your IP is being logged.
* Your e-mail address is used only for verification purposes only and will not be sold, or shown publicly.
* No HTML tags allowed
* DO NOT use the Comments/Reviews to promote your own site.

Name: or Login
E-mail:
Rating:
Verify: Spam Protection: sum of 2 + 1
Comment:
  Remember Information