Tag Archives: Windows

PHP and Apache Installation On Windows XP

This video tutorial will show you how to install PHP and Apache on Windows XP machine. Software Versions used are: PHP 5.3.12 Apache httpd Webserver 2.2.22

Load an image from the Internet and store in Media Library (Windows Phone 8)

i am trying to download an image from the web save it in the media library , below is my code, am i missing something here, Thanks in advance public void storePicture() { try { using (IsolatedStorageFile myIsolatedStorage = IsolatedStorageFile.GetUserStoreForApplication()) … Continue reading

Disable network adapter with wmic – access denied (Windows 7)

I would like to disable the local network card (only one in the computer) by using this command: wmic path win32_networkadapter where index=7 call disable return value is 5 (access denied). I don’t know what the problem is. The current … Continue reading

Get php pid from pclose_popen (exec) on Windows

I have script pclose(popen(“D: & cd D:\server\LoginServer & start /b startLoginServer.bat”, “r”)); I need to get it’s pid to kill it when needed.

Windows Client Upload

I have run a small IT hardware company for a number of years and am looking to add a online backup feature to sell with my services For a number of reasons I would prefer it to be its own … Continue reading