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
>
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
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
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
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
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; ?>
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
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
-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
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
-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
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
12 matches
Mail list logo