hi
i have a vb application an to invoke it in a php page i used
exec('app.exe');
but before this statement i have a lot of echo statements
but when the page is loaded the echo statements are not displaying and the application is running and when i exit from it the echo statements are displayed.
echo "swapna";
echo "aladdin"
exec('app.exe');
when i run this
first the app.exe is running and when it is exited the aove echo statements are displaying
but i want to display the echo statements first
anyone know the solution
plz help
thank u very much