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...
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...
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...
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 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...
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 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...
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 ...
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...
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,
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). ...
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...
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...
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...
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...
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.....
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...
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...
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 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 ...
So I have installed Apache 2.2.8 and PHP 5.2.6, but it seems there is a problem when I add the lines:
extension=php_curl.dll
extension=php_gd2.dll
extension=php_mysqli.dll
extension=php_...
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...