Ideally you should see a big list when you mouse-over profile menu-item.
Or you see a big list when you click profile menu-item
But in some case you see like this
The reason of this variation is that your account type is...
I realized that there is no query string at all. paypal simply forward to the redirect URL.
I started using sandbox. I made sure that auto return is enabled. and also PDT is enabled. still I am redirected to a plain URL.
finally I read this...
I made the changes in PHP.ini
SMTP = ssl://smtp.gmail.com
smtp_port = 465
but, after this also mail function was not working.
I simply wanted some email to be send from my localhost test server,and I dont want to install XAMP, or any other mail...
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...