Very often while visiting several sites and web browsers, we feel the urge to save things for future. It may be a funny video; you wish to show your friends or might be an extremely informative article, which can assist you in future. In such cases what do you do? Save whole website links or […]
Author: admin
Free Email Marketing Software Integration With WordPress
Email marketing is the process of sending commercial messages to your potential customers or current customers. The content of the email can be advertisements, request for business etc. The purpose of email marketing is to enhance the relationship with your customer. The advantage of email marketing is that it is cheaper when compared with other […]
Title Generator – Wondering How To Make Your Blog Title Rock? Read This!
Blog post title makes a significant role in the success of a blog article. Writing an eye catching blog title that attracts the attention of readers will make your post widely read and shared across the internet. Even if you write a quality content that is very informative, if the title is not attractive enough […]
PHP PostgreSQL Example – Pass Array To Postgres Function
Today I will show you how to pass array to Postgres Function using php. First we will create a table named country that has two columns id and name. You can run the below query to create the table. CREATE TABLE country ( id serial NOT NULL, name character varying(100), CONSTRAINT country_pkey PRIMARY KEY (id) […]
WordPress Security-Securing Your WordPress Website
WordPress Security is less compared to other custom built solutions. As WordPress is an open source project the source code is available with every one, and a hacker can easily find out loop holes in the source code to hack the website. Keeping your WordPress website secure is most important because your data should remain […]