
Search In
Hello Readers,
If you want to make the custom HTML module in Joomla from admin side and show on frontend then follow the below lines:
1.Go to the Module Manager (Extension Section) in Joomla administrator (backend).
2.Select the New button on top l
Hello Readers!
You people can use below code if you are using Gmail SMTP connection.
$from = '<fromaddres@gmail.com>';
$to = '<toaddress@yahoo.com>';
$subject = 'Hi!';
$body = "Hi, How are you?";
$headers = array(
'From' => $fro
Hello Reader!,
If you are looking for verify the uploading file with the correct extension with .csv only. Then you use the PHP code as below:-
$allowed = array('csv'); //you can mentions all the allowed file format you need to accept, like .jpg, g
1> Go to your wordpress dashboard.
2> Go to plugins --> Add New
3> Type 'reset' in the search bar & click on "Search Plugins"
4> From the search results select "WordPress Reset" & click on "Install Now"
5> Once the plugi
Hello Reader's! If you want to change your web background image automatic on the day time basis, i.e. for day it will show pic 1 and in night it will show pic 2 as background.
Lets see the full example below:-
</body>
<sc
Nesting is used to style your structure of the stylesheet that matches the HTML structure of the page to reduce the chance of conflicts.
Example:-
ul{
background-color: #03A9F4;
padding: 10px;
list-style: none;
li{
background-color: #f
In odoo-9 first we have to install odoo website builder module after this, lets first create an empty file and named it style.less and place it in a folder called less in static folder. The following rules will style our Ser
Hello Friends,
If you are looking to fetch the request variable in Zend Framework like As a web-page get submit lots of variable posted through GET or POST method. If you want to fetch these variable in Zend Framework, please use the below code for
We can easily add article menu type to menu in Joomla first Log into your Joomla administrator panel Dashboard. Go to Menus which is appearing at the top menus hover over the menu link and then click AddNewMenuItem.
Then click select which is next t
Hello Everyone, today we will learn about "How to Check Unique visitor counter in your website".
There are many ways to check the user list who navigate your website, like Google Analytics Plugin in Wordpress etc.
With Google Analytics Plugin and c
