Advertisement

900 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested PHP for Windows Solutions: 151 - 175 of 582
 
I'm trying to get PHP4 and PHP5 both running on XP.  I have PHP4 running but it is using the the following php.ini: "c:\PHP5\php.ini". I've tried putting the php.ini path in the registry an...
Hello, I need to execute the following one from PHP: ffmpeg -i P:/gulfshorenetwork/images/spacer.gif -f mjpeg -vframes 1 -s 150X100 -an P:/gulfshorenetwork/images/spacer.jpg How in PHP t...
Windows 2000 Server, PHP 4.3.4, IIS 5.0. PHP works fine except for one thing...the php_mssql.dll seems to not work with IIS. My file works at the command line with: php request.php. I get m...
i'm using php.net's online documentation of the ZipArchive class but can't seem to get it to work correctly. i don't know where the zip file is being created (?temporarily?). i can see that...
Hi, I have a code that works fine but at the bottom of the page I keep getting an error message. what am I missing? here is hte error: PHP Notice: Use of undefined constant recordset - a...
I am running a PHP implementation on Windows IIS.  I did a manual install, the back-end database is Microsoft SQL Server 2005.   Currently I have Guest account access enabled on the target ...
does any body know how to convert teh php code to asp.net 2.0 code, any converter or software , who can do this?
HI, I'm on the verge of writing a php script that will download files from several websites to my server using PHP. Since this is my own server therefore I enabled shell exec for PHP instal...
I am running a Windows 2003 Standard SP2 server (fairly fresh/clean installation) and have installed PHP 5.2.5.  After the installation I receive the following message in IE 6.0 for every .php...
Google map code returns Error: 'documentElement' is null or not an object This is the program as it currently runs online:   http://www.alternativewindowsolutions.net/locate/phpsqlsearch_ma...
I am implementing a web application in PHP to retrieve and display contacts from MS Exchange 2007. For retrieving the contacts, I have written a separate C# code to call the Exchange WebServic...
Hi - I want to attach files using php's mail function.  Is the below code, specifically listed under 'if attachment' and 'if inline' correct?  I suspect that I probably have some errors in it,...
I am trying to run a scheduled task on windows with a php script.  But I have tried a cmd script and just hard coding it and neither works.  But both run if I do them via command line or just ...
Hello. I'm testing connecting to the LDAP using PHP. I have found a script (see code snippet), although when trying to run it, it just keeps asking for a username and password and after 3 t...
Hello, I installed WampServer 2.0 on an old system I have.  I can access webpages on it from localhost fine, but I cannot view those webpages on other computers within my network. The co...
I can't get unlink to delete an image (jpg) off of the shared server my site is on. Here is the error message that I am receiving: Warning: unlink(/home/midni9/public_html/images/gallery/th...
I installed PHP 5 (the latest available version available on php.net as of 4/26/08).  I unzipped the file and installed as a ISPAI filter by following directions like the ones on http://blogs....
Hello Experts, I'm having problems saving a file in php which has an hebrew file name characters. The problem occurs if the php file which I run the script from is a UTF-8 encoded php file...
I use a hyperlink like this: index.php?i=il If everything goes right the variable $_GET['i'] should be "il". But when I try to retrieve this variable it says it's empty. The weirdest part i...
I know that urlencode function can convert some special characters and also Chinese characters into %xxx form. However, what I'd like to know more about is the encoding mechanism of this f...
Hello experts. I have learned from my last post that I need to be more clearly what the problem is, so I will give it a try. I have a laptop with wamp server 2.0C with mysql and php.  - A...
According to a recent past post, I found out that it should be possible to specify which program opens a specified file with the following code. Unfortunately, I've tried a few different varia...
I have Windows Vista and PHP with Curl. I would save a web page on my harddisk with a PHP command-line command. What's the more minimalist way to do it?
I would like to chain commands like $db->query("SELECT * FROM blah)->count(); Is there anyway to check the call stack to see if there is another command to run after the query command? T...
below is partial example of the code i'm working on.  it just displays various dropdown boxes the problem is you can not unselect/deselect items, for example, one box contiains part 1 part ...