Newsflash:
- Many of us face the issue of forgot password of joomla administrator. The password cannot be reset suing the ‘Forgot password’ link on front-end of website. We need to reset it from database. I am listing here 3 methods to reset or recover joomla admin password. Method I :- Using simple update SQL query. Step […]
- After struggling for hours, I was able to configure my localhost to send email. This was working untill I upgraded by xampp to 1.8 on win 7 Pro. So to help someone, I am listing the steps that I followed Step – 1: Open php.ini and make some changes to [mail function]. The php.ini is under […]
- With the increasing requirement of multimedia on websites, we are require to add video and audio players in the websites. We have to build a custom players as per the theme of the website. Recently I come with a HTML 5 Video player which is highly customizable and that too with the help of simple […]
- Hi all, today i am sharing an awesome php script to resize image at runtime. This will relieve a lot of pain while uploading the image files and creating thumbnails. This will also save a lot of web space.
- Backward Incompatible Changes Although most existing PHP 4 code should work without changes, you should pay attention to the following backward incompatible changes: There are some new reserved keywords. strrpos() and strripos() now use the entire string as a needle. Illegal use of string offsets causes E_ERROR instead of E_WARNING. An example illegal use is: […]
Search