January 25, 2019January 25, 2019 ocjp Installing DJango (Python Web Application Framework) Python, Web Development As we have discussed earlier related to MySQL Connection to python in our previous article. Here, we will discuss about installing DJango Full Stack Framework
January 24, 2019January 24, 2019 ocjp Insert using Prepared Statement in PHP MySQL PHP As in our earlier article we have learned simple database connection using PHP Code. Now we are going to demonstrate an example of Insert Query
January 23, 2019January 23, 2019 ocjp Php MySQL Database Connection With Example PHP As in our earlier discussion in PHP we have checked about Scope of the Variables in PHP . Now we are going to demonstrate Select
January 23, 2019January 23, 2019 ocjp Variables and Constant in PHP PHP In any Programming language variables are used to store data for temporary period or scope. In php variables are named with $ sign. In PHP