Advertisement

635 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.

 
Top PHP for Windows Solutions: 1 - 25 of 124
 
Hi Experts, Environment: Comp-1: Web Server running Windows Server 2003, IIS 6 with PHP installed. Comp-2: Mail Server running Windows server 2003, MS Exchange Mail Server. I need to c...
I have a variable name $vars where I am saving all the variables such as: if($publish_year) $vars .= "&year=".$publish_year; and then passing it through a form as following: <input id="va...
I have just successfully installed and setup PHP 5.2.6 on IIS 7 (Windows Server 2008 Enterprise). Everything if working perfectly, except I cannot work out how to get PHP error messages to dis...
We have CURL installed and working on another site but I cannot find out why it won't work on this same server. Site is running 5.2.5 http://propaneva.com/info.php This is the error ...
I am trying to write a script with PHP5 that logs into my bodog account and checks my balance and some other data.  It seems to work until I run into SSL (https) pages and try to POST. TIA. ...
Hi, I have a php routine running once a day on a server, which reads an email address, and finds emails that match a certain criteria. Emails that fit the requirements have an attachment whic...
Hello experts: I'm having trouble using mail() function in PHP to send emails from local apache, it just doesn't work. I'm currently running Apache on Windows XP. I know that in Windows IIS...
How can i get the current time and de gmt in the clients pc,, not the server one,,,, for example date(Z) return the gmt,, but the rerver,,, y need de client's.. How can i do this.....
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 tried to use PHPMailer to send an email from a web page to my mailbox. It said, "Message has been sent". But when  I checked my recipient email inbox, the email was never received. I tried m...
I am completely new to this area, so I hope I make sense when I finish typing this out. Anyway, here goes. Essentially I am migrating websites from a Windows 2000 Standard Server to a Windo...
So I've created a PHP based socket server and I just installed XAMMP so I have Apache, PHP, everything running locally. Now when I try to run my socket server, I get the following error: ...
Ok so i have apache 2 with ssl. My php is the lastest (downloaded yesterday). My target is to load openssl into php and he doesn`t want to. First of all my apache is uncooma the ssl module....
I am starting my site in PHP It will be a user login site Is there available PHP login code? (example) (with SQL) maybe just a simple two textfields example. How do I pass information b...
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 ...
Our issue is as follows. Emails are sent to an SBS2003 server via a PHP script - the attachemtent is a simple CSV file. We can receive the file and are running Exchange 2007 however the recipi...
I am currently working on a couple of functions that process a http posted XML document. In that document, there is a tag "image", which contains a base64 encoded string, holding the image inf...
hi guys i want to check if one array contain all the items as second one has $array_1 = "1,4,2,5"; $array_2 = "4,5,2"; if ($array_2 == $array_1)  {YES} else {NO} thanks a lot! [[ ...
Hello. I am trying to connect to an access db located on my network.  After I set up the System DSN connection, I get the following error: "Warning: SQL error: [Microsoft][ODBC Microsoft Acce...
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...
Hi, I am trying to generate an XML file from a html form. I have some code from a tutorial, but i get the following error > HTTP Error 405 - The HTTP verb used to access this page is not a...
Here is my form: <form name="FormXX" method="post" action="default.htm"> <input id="idBoxOne" name="bxOne" type="text"> </form> I know how to get the value of an input button.      ...
I had IIS running and everything was fine. To my knoowledge nothing changed and now suddenly I cannot browse any of the web pages I had on the server. They cannot be accessed form the internal...
I need the ability to display the current date on a webpage in different formats using PHP: 1) The way it is currently in the code below 2) US format: 1/30/2007 3) European format: 30.1.2...
Hello, I have php_ldap working nicely on a Windows 2003 box and i can search for users and pull back info but what I am trying to do is.... check if a user is in a specific group, structure ...