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.

 
Time Tested PHP for Windows Solutions: 1 - 25 of 558
 
I install PHP on Windows Server 2003. Everything works fine with pages under the root dir (d:\inetpub). But I get the error "non input file specified error" when trying to execute PHP in a v...
i have this error and no clue why i do :( Warning: mail(): SMTP server response: 501 5.5.4 Invalid Address in E:\synapticshock.org\vwar\includes\functions_admin.php on line 572 572: mail...
Hi, We have a complex task to do. Here are the variables: $item_code ' Item code for product $mfr_code ' Manufacturer code We would like to upload our product images in a form, res...
Hi Experts, I am learning PHP and when i try to do session_start() - getting error message about cannot send session cookie. I read previous questions on this issue -but, still can not ...
Dear all, I have looked around and it been frustrating for the  past 3 hrs....I would liek to the scripts for a form which would help me upload image files onto teh server. So basically...
I am Suffering fom a problem. i want to execute particular php code when a button is clicked . So i write a function and called on the onclick event of a Button. But it wont Work.As in Java S...
How can I disable the warning message (not error message) show on the web using the php code. No php.ini, I using public web hosting,  all server setting will not be available. Thank you for ...
I am creating a site and want to use Active Directory users as the login to the site.  This would be the best way to allow everyone to the site and keep the users and passwords up to date.  Ho...
Hi there I have got to create a webpage that will read the excel file and update the database accordingly.The php page is going to be on unix so I cannot use COM .The user will be using the x...
Hi, We are running PHP through IIS 6 on a Windows 2003 server, we have recently closed anonymous access to close an open relay, we've then found out that you need to authenticate your php e...
Hi, I keep getting a fatal error with my LDAP connect to Active Directory.  This should be a no brainer but I'm at a loss... I have a phone book written in PHP.  It calls on a function fil...
PHP5 Final Windows XP Pro & IIS 5.1 www.nigor.servebeer.com Ok, I have searched bugs.php.net and there seem to be people with the same problem, although different address (not 00B673CD). ...
Hi is there an isnumeric or similar function available for PHP? Values could be any numeric type just need to check that the string value doesn't actually contain characters. Thanks,
here is the script i used <html> <head> <title>Untitled Document</title> </head> <body> <? session_start(); session_register("abc"); $abc="hello world"; echo "The content of sess...
Hello I need EMI calculation formula urgently.. I have Principle Amount, rate of interest(annual)  and the number of EMIs needed. I want to calculate EMI value. There are many formula...
Well I'm trying to install the GD-Library stuff so that I can use JPgraph but for some reason I can not get this dll to load correctly. right now I'm using Apache 2.0.47 php 4.3.3 and windo...
The full error is as follows: Warning: mail(): SMTP server response: 530 authentication required - for help go to http://help.yahoo.com/help/us/mail/pop/pop-11.html in c:\program files\apache...
Hi All, This one is driving me mad. I have installed php 5 on both our web server and my home stand alone computer and have set up a page with a form, from which to send an email. bo...
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.....
I installed PHP and have the phpinfo() working just fine. I'm working with a text book example that writes orders to a text file and I'm getting this error: PHP Notice: Undefined index: DOC...
I'm running WAMP on Windows Server 2003 PHP Version 5.2.x Apache2 I tried setting the 'include_path' both within php.ini(and restarting apache) and setting it within htaccess I am usin...
I got an error even using cable Fatal error: Maximum execution time of 60 seconds exceeded in S:\interpub\Mailing\class.smtp.php on line 1024 I'm using gmail to test My gmail  Status: POP ...
Currently I have the following piece of code: ************** exec("C:\MQInjector\MQexecuteBat.exe") or die("Error when running MQ Client"); usleep(2000000); $fileread="C:\MQInjector\Ch...
I have an export funtion that exports a query to an Excel spreadsheet. I am running into a formatting issue. One of the columns is set as NVARCHAR and it typically has values such as 36Q32 or ...
Hi All I am trying to setup a new html email to be sent to gmail users.  The email correctly dispalys in outlook, however in gmail it produces a blank message with the html email attached as...