PHP-INSERT THAN UPDATE USING ORACLE DATABASE
<?php $con = oci_connect('test', 'tewst', 'ur address'); if (!$con) { $e = oci_erro…
<?php $con = oci_connect('test', 'tewst', 'ur address'); if (!$con) { $e = oci_erro…
Folder Share Permission In Windows Suppose we want to share permission of a folder on a remote or localhost serve…
x-auth-token in PHP Example <?php ?> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3…
WITH FLUTTER IMPORTANT LINKS https://pusher.com/tutorials/login-ui-flutter https://www.developerl…
Android RecyclerView Using JSon Parsing PHP MySQL Data Test the PHP Script : Next step is to run the uploaded php…
Below is the sample code of JSON. Its very simple JSON code which gives us the list of users where each object contai…
Which planet rules which Profession/ subject? Sun When Sun is strong and auspicious, He gives success i…
Dashboard Example in Flutter with Bottom navigation Bar import 'package:flutter/material.dart' ; impo…
Flutter Calculator Example :Design import 'package:flutter/material.dart' ; void main () { …