06-16-2009, 02:48 AM
[eluser]alberta[/eluser]
Is there any way to redirect with passing some data ?
Is this possible or not, if not then what is alternative ??
em stuck at this problem.. any help would be appreciated
thanks
Is there any way to redirect with passing some data ?
Code:
$data['results']='Your search did not return any results.';
$data['value']='some value';
redirect($pieces[1], '$data');
Is this possible or not, if not then what is alternative ??
em stuck at this problem.. any help would be appreciated
thanks