Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.
Hey There,

I'm Sanjoy
a Full Stack Web Developer & AWS Community Builder

I have been working in web development for more than 12 years. I love to help people and businesses to automate their operations; If you need any web-related help/support, please send me an email at hello@skpaul.me to discuss further. We can connect on LinkedIn too - http://www.linkedin.com/in/skpaul82

Let's start a discussion Download CV

Blog

Joomla! 3 installation freezes at creating database table

After long time I try to install Joomla and it is Joomla 3.3.0 and face a problem as like you. All things are ok but its taking too much time during database table creation. And here is the solution To solve this go to Your joomla folder\installation\sql\mysql and open Joomla.sql file find the term “ENGINE=InnoDB” […]

How to add a new (About Us) Page in Oscommerce 2.3.3

Nowadays I am working on osCommerce and I need to create a new/custom About Us page for company profile but I don’t get any option in admin panel. Surprisingly there is no option to manage pages like About Us, Terms and Condition, Privacy Policy and etc. Even you can’t create a new menu from admin […]

তুমি, আমি আর কয়েকটা গাংচিল

তুমি থাকো সুখে আমি চলে যাবো, বহুদূর, খুঁজে পাবে না একটি গাংচিলকেও যারা, সাথে ছিলো এতদূর… আমি ছিলাম ভালই, তুমি এলে জীবনে আর গাংচিল গুল, গেল একটি ১টি করে হারিয়ে দুটি মানুষ, একটি জীবন একজন যায় হারিয়ে হলাম আমি হারানো মানুষ গাংচিলগুলকে সঙ্গে নিয়ে… ।।

How to find src attribute of image tag in php?

In my case, I had a string containing exactly one <img /> tag (and no other markup). And I was trying to get the src attribute. // get the featured image $image = ‘<img src=”path/to/image_file” />’; // get the src for that image $pattern = ‘/src=”([^”]*)”/’; preg_match($pattern, $image, $matches); $src = $matches[1]; unset($matches); In the […]

How to change WordPress default email From name and address?

There are many method to change default wordpress email settings. Here you can see two methods. FIRST ONE: Very easy, just download the plugin (Change WP eMail) and install and configure it. SECOND ONE: It is very easy too 😀 and I like this one. First of all you need to find and open functions.php […]

PHP code to execute MySQL script

There are advanced and comfortable tools to manage your MySQL databases (i.e.  server side: phpMyAdmin, client side:  SQLyog). But sometimes you can not use those tools and need the ability to execute some SQL script on server by your own hands, easy and fast way. What to do in such situation? Use this PHP code […]

How to add product attributes or product option in osCommerce?

Assuming you’ve already logged into osCommerce application, let’s now learn how to setup Product Attributes in osCommerce. Click the second button on the left called Catalog menu which is below the configuration menu, it will take you to the new page which says Categories / Products, Product Attributes on the extreme left there is a […]

Wordpress Social Share Plugin powered by Ultimatelysocial