0
.htaccess some facts and rules
Common command suffixes
At the end of many lines you will see a suffix within square brackets. These instructions modify the main command of that line.[301] = permanent redirect[302] = temporary redirect[NC] = no case (ignore...
MD5 Function and Unique ID in php
uniqid () function, This function has two parameters we can set. The first is the prefix. This is what will be appended to the beginning of each ID. The second is more_entropy. If this is false or not specified it will return 13 characters,...
Javascript setTimeout() Tricks
Hi here we can see how we can call fucnctions using some timers available in javascript.
<script type=”text/javascript”>
function setToRed()
{
document.getElementById(“colourButton”).style.color = “#FF0000″;
setTimeout...
Displaying or changing images each day
A simple script that demonstrate how to dispay different images day by day on your website from suday to saturday, what you have to do is just copy this script [ Make Sure Of Quotes While Copying As I Always Say] So correct those and paste where...
How to install XAMPP
Hello guys due to request from my users i am updating my website with a post that says clearly how to install XAMPP on windows.Here we go,
Go to http://www.apachefriends.org/en/xampp-windows.html#641 or direct link http://www.apachefriends.org/download.php?xampp-win32-1.7.0-installer.exe...
Fix the problem in getting 500 Internal Server Error In Localhost Due To .htaccess
Hi guys here is a simple tip to fix a usual issue that arises on our localhost test servers when .htaccess is added.Its very simple just do the steps that i specify below.
Check your apache httpd.config file first
Open the httpd.conf, dont...
Database Connection And Pagination In PHP Using Symfony Framework
After creating the project then the application and at last the module we want using symfony framework.Go to the module folder(HERE MY MODULE NAME IS PLAYLIST)
we will have the action.class.php and indexSuccess.php
First Take The Action.class.php...
Get Method and Array Manipulation In Symfony
Below is the action.class.php code for the success page named playlistSuccess.php,
here i am getting the values of mob0,mob1 etc., to mob7 from the address bar of browser that is we
are using the get method.The browser address bar contains something...
Page 1 of 11
