How to Prevent Delete of Master Record If Child Record Exist in PHP

Submitted by mohammed shafraz on
Hi everyone, In this tutorial will see how to prevent delete from a parent/master record if data exist on another or related table. For this example, I have used programme and course table to prevent deletion of data in programme table, if programme name is available on course table. In this case, I have map the one-to-many relationship between programme table and course table. Here is the DEMO

Beautiful and Simple Todo list iOS App

Submitted by moazkhan on
TodoList is an iOS app for making todo lists. It uses core data to save the notes. The app is an excellent starting point to start learning iOS Application Development using swift and getting familiar with Model View Controller architecture. Liked the app? Please follow and star my repository on github: ListTodo on Github image

MLM - Multilevel Marketing System in PHP

Submitted by Torrahclef on
About MLM - Multilevel Marketing System - top Our "MLM" software is for multi-levels Business, it's perfect for all MLM businesses that want to administrate their users and give the opportunity to each user to have a virtual wallet. You can also have a referral & 1:1 Pair Binary Matching system and each user can earn commissions. Every multi-level business needs to have more control over each user

Expression Parser and Evaluator

Submitted by nostradamus1566 on
Jonathan Wood Of BlackBelt Coder wrote an expression parser / evaluator in C#. It is available on his website to download for free. http://www.blackbeltcoder.com/ I found the expression parser / evaluator interesting, because it is a very good example of advanced programming, so I decided to convert the source code to Visual Basic.Net, in order to learn more about programming in that language.

PHP - Simple Image Upload

Submitted by razormist on
Learn on how to create a Simple Image Upload using PHP. PHP is a server-side scripting language designed primarily for web development. It is a lean and consistent way to access databases. This means developers can write portable code much easier. It is mostly used by a newly coders for its user friendly environment.