hello everybody,
i need a help related to ob_start();
i have a form in which i want to access querystring value and trough that value i am accessing the database value all that details i want to take in one variable i have used
ob_start();
include("test.php");
ob_get_content();
through this i am getting all page displayed ,
but if i pass it on next form it will not display the database value.
Can Anyone Please Help me Urgently
DEVPPL


