|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
How to hide system() return value
Sorry guys,I have a problem. I call an exetrnal file within my page using system() function and that file actually
return the string result after it is called. So then,how do i hide the string or destroy it because i don't want the user get confused with that string. Anyone,please help me!! |
|
#2
|
|||
|
|||
|
I figure it out guys. Use ob_start and ob_end_clean between codes that call system function.
ob_start(); system($sys); ob_end_clean(); It delete all the the string that return after system function has been called.It works perfectly! |
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > How to hide system() return value |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|