here is a PHP based solution to use a webbased solution, for a given numbers. and since then its become a hot topic, and people started to use it as mechanism to do telemarketing. earlier in FEB whatsapp tried to enforce GITHUB to...
What is an eCommerce marketplace?
In a nutshall, marketplace is a website acting as a platform where buyers and sellers come more closer.A marketplace is a website which allows merchants and individual sellers to sell their products/service...
મીત્રો, જો તમે કોઇ દુકાનના માલીક હો, અને તમે નાની મોટીવસ્તુઓ વેચતા હો કે એની ડીલીવરી પણ કરવા તૈયાર હોય, તો તમારે ચોક્કસ પોતાની એક વેબસાઇટ હોવી જ જોઇએ.
આજે ઇન્ટરનેટ પર તમારી ઓળખ તમારી વેબસાઇટ થકી જ થાય છે. કદાચ એવું બની શકે કે...
The phone generally has different kind of data, and depending on the category, different kinds of management operation can be offered. See the table...
Introduction
Normally we want security of two kind.
Security inside the System i.e. SandBox architecture
Security while two Systems is communicating. i.e. network Cryptography
Security inside system
What type of security is prevailed in...
We know it very well that we can append our view to any existing view by calling a function elgg_extend_view.
But what happens if the view is a form. it works, but looks ugly because the save button is above your content. so in case you want to...
elgg_list_entiy presents the object as a collection of <li> tag under <ul> tag. thus particularly modifying style will impact the whole site. so generally developers tries to bypass this functions and write its own code. but...
This code can help to detect first time login of user.
elgg_register_event_handler(‘login’,’user’,’check_first_login’);
function check_first_login($login_event, $user_type, $user) {
if($user &&...
The major issues coming while elgg setup is , mode-rewrite test fails.
We think your server is running the Apache web server. The rewrite test failed and the most likely cause is that AllowOverride is not set to All for Elgg’s...