[PHP-WIN] Re: post thru fsockopen

2007-04-17 Thread Manuel Lemos
Hello, on 04/17/2007 11:46 AM Joakim Ling said the following: > Hi there > > Im tring to send a file with a php script, Im using php 5.2 on a Win > 2003 server. At the other end I just save the file and process the data > and print the result, then fetch the output and write a report. But this >

[PHP-WIN] Re: [PHP] Re: Problems when trying to use ibm_db2 extension

2007-04-17 Thread Richard Lynch
On Tue, April 17, 2007 1:21 am, Leo Jokinen wrote: > Problem solved: > I restarted my computer and after that apache loaded ibm_db2 > extension. > > My conclusion: > 1. When you add some extensions to php.ini, you need to restart > windows > in order to get those extensions available through apache

Re: [PHP-WIN] post thru fsockopen

2007-04-17 Thread James Crow
On Tuesday 17 April 2007 10:46:58 Joakim Ling wrote: > Hi there > > Im tring to send a file with a php script, Im using php 5.2 on a Win > 2003 server. At the other end I just save the file and process the data > and print the result, then fetch the output and write a report. But this > doesn't wo

[PHP-WIN] post thru fsockopen

2007-04-17 Thread Joakim Ling
Hi there Im tring to send a file with a php script, Im using php 5.2 on a Win 2003 server. At the other end I just save the file and process the data and print the result, then fetch the output and write a report. But this doesn't work, any one got an idea? The file never get to the other end? Wh

Re: [PHP-WIN] Firefox versus IE

2007-04-17 Thread Alf Stockton
Gustav Wiberg wrote: > Try using input type="submit" instead :-) I tried the above but it still does not work. -- Regards, Alf Stocktonwww.stockton.co.za Q: What do you get when you cross the Godfather with an attorney? A: An offer you can't understand. My email discla

Re: [PHP-WIN] Firefox versus IE

2007-04-17 Thread Mikael Grön
As Gustav Wiberg said, try using double quotes (") instead of single (')... Also, I've never used the html element ... Try this instead: action="AdjustmentReport.php"> and echo "onClick=\"window.location='".$HTTP_REFERER."'\" value=\"Back\" />"; else: echo "value=\"Back\">"; endif; ?>

Re: [PHP-WIN] Firefox versus IE

2007-04-17 Thread Stut
Alf Stockton wrote: echo "Back"; echo ''; echo "TYPE='submit'>Back"; echo ''; I suggest a book on HTML for beginners. -Stut -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Firefox versus IE

2007-04-17 Thread Alf Stockton
Stut wrote: Alf Stockton wrote: echo "TYPE='submit'>Back"; echo ''; echo "TYPE='submit'>Back"; echo ''; I suggest a book on HTML for beginners. Thank you. Solved. -- Regards, Alf Stocktonwww.stockton.co.za You will gain money by a fattening action. My email disclaim

RE: [PHP-WIN] Firefox versus IE

2007-04-17 Thread Gustav Wiberg
-Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 12:56 PM To: php windows Subject: [PHP-WIN] Firefox versus IE I have a web page that works perfectly with Firefox but fails with IE. Please tell me what needs fixing. I have extracted the bits

RE: [PHP-WIN] Firefox versus IE

2007-04-17 Thread Styve Couture
As in the html4 spec, you should have an attribute name for your button. See http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#control-name -Message d'origine- De : Alf Stockton [mailto:[EMAIL PROTECTED] Envoyé : 17 avril 2007 06:56 À : php windows Objet : [PHP-WIN] Fire

RE: [PHP-WIN] Firefox versus IE

2007-04-17 Thread Gustav Wiberg
-Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 12:56 PM To: php windows Subject: [PHP-WIN] Firefox versus IE I have a web page that works perfectly with Firefox but fails with IE. Please tell me what needs fixing. I have extracted the bits

[PHP-WIN] Firefox versus IE

2007-04-17 Thread Alf Stockton
I have a web page that works perfectly with Firefox but fails with IE. Please tell me what needs fixing. I have extracted the bits I think are relavent as follows:- action='AdjustmentReport.php'> and Submit if (isset($HTTP_REFERER)) { echo "Back"; } else { echo "TYPE='submit'>B