|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
I use PHP in Window platform, but I can not use backstick(`).For example, this command has no respond:
echo `ls -la`; Is there anyone has experience in this? Could you help me? Thank you very much. Carol |
|
#2
|
||||
|
||||
|
The problem is that "ls" is a *NIX command and not a windows command. I would assume that you could execute `dir` in Windows to get the results you seek.
__________________
Please don't PM me asking for solutions outside the scope of a thread. Keeping all responses in a thread stands to help others who come along later, which is after all what this forum's all about. |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Advanced Web Development > Using backstick in PHP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|