A lot of small business owners who do not have a site keep asking this question—“How will a website help my business?” Before we start talking about the advantages of having a website for your ...
Keep Reading →
If your site have .dwt files and site is on live server then modifying the site will not affect the pages which are using the .dwt file. You will have to follow the following steps ...
Keep Reading →
I have integrated PayPal merchant account to the website , m doing it for a client People can sign up to the website after subscribing and hence paying thru PayPal .we have recurring payments. But ...
Keep Reading →
The following PHP code will help you to get your browser information. You can add different browser the same way. <?php function browser() { $ua = strtolower($_SERVER['HTTP_USER_AGENT']); // you can add different browsers with the ...
Keep Reading →
I uploaded one of my MP4 video to my site but the problem was that I could hear only audio but no video while it was working fine for me on my local machine. The ...
Keep Reading →