
Search In
In cakePhp if you have an extensive database which contains thousands and a huge number of record so you can apply the datatables there. By applying the datatable you have given pagination highlight in which it is dependent upon you that what number
In my previous articles we learned how to perform CRUD operation using MySQLi Procedural and Object Oriented style. On performing CRUD operations, the data of MySQL table are affected. This article provides the details of functions which can be used
PHP is one of the most famous unique web advancement dialects. The flexible and competent server scripting language is currently what includes on most destinations which needs a specific username to sign-up, download, transfer, use shopping basket or
Hi Readers,
Welcome to FindNerd, today we are going to discuss how to use a number_format() function in PHP ?
Basically, a number_format() function is used to format numbers with grouped thousands. This function is very easy to implement.
Number_fo
Kraken is revered as one of the only multi-threaded, multi-processed, fault-tolerant and one of the best PHP Framework. It is a new framework written to offer reliable and easy API for making distributed PHP applications. It aims to offer solution to
Python and PHP are just two popular high-tech programming languages. PHP is traditionally employed as a server-side scripting language, while Python is appreciated because of its dynamics, accessibility, and simplicity. Despite almost equal popularit
Sort() function is used to sort array in ascending order.
Example:
<?php
$numbers = array(9, 6, 3, 22, 12);
sort($numbers);
$length = count($numbers);
for($x = 0; $x < $length; $x++) {
echo $numbers[$x];
ech
Flowing on from REST API in joomla 3.4 with SLIM Framework PART 1 it's time to to use the real power of Slim Framework. In this second part of tutorial series , we will use SLIM Framework in Joomla way of style to create powerful API.
As we learned
Wegus infotech SMS Gateway
If you want to send bulk sms to your users through API, then you can send it using dedicated SMS gateway via HTTP Protocol. The HTTP API can be used to send various type of SMS messages including Long text messages or Shor
Hello Friends, As we know that PHP become one of the most popular web scripting language to develop dynamic web applications. With the advancements in technology, there are lots of frameworks introduced for PHP which provides different features. Most
