Posts under "PHP"

Uploading an Image with AS3 and PHP

By Jonathan on November 3, 2010

This is not a very step by step kind of tutorial. So I’m assuming that you know how to set up your classes and your AS3 project. These little snippets here are a simple example of uploading an image file. I’m only allowing JPEG for the moment cause that’s the type of image that I [...]

Posted in Flash, PHP, Tutorials, Web Development | Leave a Response

Connecting to a SQL Database with PHP and ODBC

By Jonathan on August 7, 2010

I recently used a code snippet like this for a project, I didn’t knew about the php extension until then, cause the client wanted the application to connect to a SQL Database, but with PHP. I never thought that it could be easy, but reading it through I was able to get everything working in [...]

Posted in PHP, Tutorials | Leave a Response

My first PHP & MySQL Driven Site

By Jonathan on January 30, 2010

Yeah, It was fun to work for the first time with such an amazing and powerful server side scripting language such as PHP, there are plenty more that I also want to learn and to work with such as ASP, ASP.NET, Python, Perl and some more. But this was my first site done with PHP [...]

Posted in Personal, PHP, Web Development | Leave a Response