PHP Freelancer

2013 年 9 月 7 日4840

Helpful Tips and Tricks

#144 – Table ‘.\phpmyadmin\pma_history’ is marked as crashed

All of sudden, when today morning i open phpmyadmin, it show me this error. #144 - Table '.\phpmyadmin\pma_history' is marked as crashed and last (automatic?) repair failed. This error was continuously showing for every database i select and go to any table of that database....

Read more

Open Cart

[Opencart] Image Manager Not showing images in popup

I was working with Open Cart since last 4 years and today i got this error first time. When i got to edit product and Click on Image tab, it shows me images there. Now when i click on any image, it shows popup of Image Manager. Now I can only see image at left in Image Manager....

Read more

WordPress

How to Display Date on WordPress Pages

By default WordPress does not show dates on WordPress pages. There might be a case that you need to display Date on WordPress page. To display Date on WordPress page, here is the code....

Read more

Helpful Tips and Tricks

100% SPAM Free Protection Using PHP and jQuery

I am working with PHP and MySql since last 5 years and I was keep complained from my clients that they are getting spam emails via contact forms. Solution is Captcha ? Oops. You are judging me wrong. As I said I am PHP Developer over 5 years of experience so I have used captcha obviously for the forms....

Read more

Common Issues/Bugs

Input type Image not working in Firefox

I am PHP Developer and my web designer gives me HTML pages in which submit button placed with input type image. Obviously input button needs to show image instead of text and can not be done with CSS as its fancy fonts so web designer makes it in image and put it with input type image....

Read more

[jQuery] How to copy the selected text to a textarea on double click

I was in a position where i need to edit some part of div block. I need to select some lines from paragraph and than when we double click on it, i need that text and place it to textarea to edit it. To achieve this, when i double click, it was removing the selection of text. Here is a solution i found for this....

Read more

MYSQL

[MySql] Import-Export Database command using Putty

I was working with one client who want to migrate MySql 4 to MySql 5. It can be easily done using the Export and Import feature of phpmyadmin. Problem here is with size of database. Size of the database is over 900mb. so phpmyadmin does not allow to import or export the database....

Read more

CodeIgniter

Record Video Using WebCam in PHP

I was working with one video marketing website. Client wants me to implement record video feature. This is a very good experience for me as I had never worked before for record video. Its a interesting and challenging work for me. At the first talk with client, I gave up and not sure that i can do it using php. We need to enable...

Read more

Helpful Tips and Tricks

[jQuery] Format Number to US Phone Format

I am working with one of the big "Hospital Management System" since last 3 weeks. I have got something to share with you guys. Even if it is small but tricky if your client needs such implementation. There are fields for phone number and cell numbers. Phone format in US is (000) 000 0000....

Read more

.htaccess

[.htaccess] Redirect Non WWW to WWW with SSL/HTTPS

I was working with one project where I implement facebook login application. I was looking site with www url and client was checking with non www url. All works fine for me and never worked for client. It was a irritating couple of hours time for me and client both when we were discussing. ...

Read more

0 0