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...
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,
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...
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...
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 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 ...
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...
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 ...
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,
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). ...
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...
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 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...
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...
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 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 ...
How to get the URL for the currently requested page
I am currently on IIS with php
Thanks
Smit.
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_...
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
...
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 form I developed in Acrobat 8 Pro (well, several forms), and I created a "submit to email" button, checking the box to submit the entire PDF. I enabled reader usage rights, removed a...