I whant to write single sql for this: if not exists (table colum value=something) insert new row else update table colum value i know that MSSQL has this method, but how to do this in mysql?
Category Archives: PHP
Database Management Solutions by SQL Maestro Group
SQL Maestro Group offers complete database admin, development and management tools for all the most popular DBMS providing the highest performance, scalability and reliability to meet the requirements of today’s database applications.
Simple Model CRUD with PHP 5.3
I’ve been wanting to mess around with some of the new features in PHP 5.3, so I took the opportunity to write a base model class that can be used for simple db based models. This isn’t really production type code, more of an example of “look what php can do now”, although with some …
grocery CRUD
grocery CRUD is a library that makes a developer’s life easier. Just few lines of code and you can create a full stable CRUD with nice views. A totally automatic system that even a newbie in PHP can work with. Full your bags (not bugs!) with the operations that you need and that’s it. To …
phpgrid
Instant Datagrid Solution. The phpGrid is a simple, powerful and fully customizable PHP control for generating data-bound AJAX PHP datagrid. Create a fully functional datagrid in PHP for as little as five TWO lines of code.
Photo Booth – Flash Webcam Image Capture
Two days ago I made a little flash app that will allow anyone to take a picture with a webcam connected to a computer. Everything worked fine in AS3. It was only when I got to the php part of the project when I felt like I should ask for help. And I did, I …