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 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 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 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 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...
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). ...
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...
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,
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 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 ...
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 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,
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,
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...
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...
How to redirect with curl.
What's wrong with my code.
<?
curl_init();
curl -L google.com;
?>
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 installed PHP on IIS. After configured I manage to connect to the MSSQL DB but there is a warning message. I have no idea what it means
(Warning: mssql_connect() [function.mssql-connect]: U...
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 have PHP running on IIS on Windows 2000. I need to capture the username of the user who's currently logged in and running the script. I have had a look around on the web to try and fin...
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 ...
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...
My ISP account requires that I send a username & password for outbound SMTP mail. How do I get PHP to use this when executing php.mail()? The php.ini file only contains entries for the server ...
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...
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...