suppose $count
it will transfer it's value to $start
means $count = $start;
while i click on a link which will call index.php page again
now i use this php code :-
Code: Select all
if(!isset($start))
{
$start = 0;
}Pl help me.
Moderator: General Moderators
Code: Select all
if(!isset($start))
{
$start = 0;
}