On 8/2/08, Benjamin Hawkes-Lewis <[EMAIL PROTECTED]> wrote:
> I can appreciate why one might imagine otherwise, but XHTML 1.x forms only
> support GET and POST. GET and POST are the only allowed values for the
> "method" attribute.
Sigh. That makes sense then.
So to test my script I need to use
mike wrote:
I have this:
File:
Looking in my webserver logs, it changes that to a GET.
Ideas anyone? The receiver is PHP and I am pretty sure I know how to
handle it once it is properly PUT-ted.
(I run nginx for the server and have enabled PUT as a method, supposedly)
Maybe I need to d
>
> File:
>
>
>
> Looking in my webserver logs, it changes that to a GET.
You could use Fiddler to verify what type of requests your browser is making:
http://www.fiddlertool.com
If it is indeed the browser, chances are it doesn't support PUT.
--
Richard Heyes
http://www.phpguru.org
--
enctype="multipart/form-data" eventually?!
mike schrieb:
I have this:
File:
Looking in my webserver logs, it changes that to a GET.
Ideas anyone? The receiver is PHP and I am pretty sure I know how to
handle it once it is properly PUT-ted.
(I run nginx for the server and have enabled P
On Wednesday 11 July 2007 19:58, tedd wrote:
> If you bought an iPhone, please contact me off-list -- I have a
> question.
They have:
http://www.willitblend.com/videos.aspx?type=unsafe&video=iphone
--
Crayon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.ph
> is it possible to use an actuall Oracle-Client (Version >= 9)
> with PHP ??
>
> Dose anyone habe experiences here ?
It's absolutely possible, and where most of my work lies day to day. Our
DBA has chosen to hold off upgrading to 10g until it's better tested, so we
still use 9i. (He cites a pa
Yes, it's possible.
http://www.php.net/oracle
On Fri, 18 Jun 2004 11:21:22 +0100, André Ventura Lemos
<[EMAIL PROTECTED]> wrote:
>
> I've used PHP with Oracle 10g.
>
>
> On Sex, 2004-06-18 at 10:46, [EMAIL PROTECTED] wrote:
> > Hi all,
> >
> > is it possible to use an actuall Oracle-Client (V
I've used PHP with Oracle 10g.
On Sex, 2004-06-18 at 10:46, [EMAIL PROTECTED] wrote:
> Hi all,
>
> is it possible to use an actuall Oracle-Client (Version >= 9) with PHP ??
>
> Dose anyone habe experiences here ?
>
> Regards
> Christian
--
Lego my ego, and I'll lego your knowledge.
signat
Also make sure you don't have output buffering or compression on for the
page in question.
Cheers,
Rob.
On Fri, 2003-08-22 at 16:42, Dan Joseph wrote:
> Hi,
>
> > I am looking for a way to say please wait generating thumbnails... while
> > actually doing so. I have tried calling the JavaScript
Hi,
> I am looking for a way to say please wait generating thumbnails... while
> actually doing so. I have tried calling the JavaScript alert() function
> before starting the image processing but it waits for the page to
> complete loading before displaying the alert box. anyone have any ideas
>
Perhaps you wrap a table around your image and set the background="" of
the table to an image of the same size that says "Loading Thumbnails",
then when the image loads, it loads over the background.
Matt
On Fri, 2003-08-22 at 15:08, Jeffrey D. Means wrote:
> I am looking for a way to say please
I compiled 4.3.1 as Apache module and also installed the CLI (which I'm
not using). Compilation was not a problem here either - it's just that
oci8 crashes whenever I try to use it.
Here's my configure command:
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
--mandir=/usr/share
What version of PHP are you using, and are you using both CLI and
Apache module at the same time?
I compiled it at work with no huge problems.
Wes
On Thursday, May 29, 2003, at 06:45 PM, Sapporo wrote:
Hi,
is anyone sucessfully using the oci8 Oracle extension on MacOSX?
Whenever I try to co
Take those presentations and modify them to fit your needs. I believe
there is even a "presentation" on how to implement the presentation system.
Chris
1LT John W. Holmes wrote:
>Sorry, I should've mentioned I had looked over those. I may take bits and
>pieces from those. Was just wondering if
Those presentations are great.
Also, the source code to power them is available if your browse through
the PHP CVS tree; I believe it's just called "pres" or something like
that. That way you can tailor your slide shows to your audience as well
as present it without having to have a network co
olmes...
- Original Message -
From: "SP" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, June 22, 2002 3:03 PM
Subject: RE: [PHP] Anyone have slides for an Intro to PHP Class?
> Here's a bunch of slide shows
>
> http://conf.php
Here's a bunch of slide shows
http://conf.php.net/
-Original Message-
From: John Holmes [mailto:[EMAIL PROTECTED]]
Sent: June 22, 2002 2:36 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Anyone have slides for an Intro to PHP Class?
Does anyone have a presentation that I could use for an in
On Saturday 15 June 2002 00:57, Batch wrote:
> I am trying to exec a perl script from my php code.
>
> Here is what I have:
>
> exec("perlpath/perlscript.pl $var", $array)
Using exec() like this would put the exit code of your perl script into $array
-- which isn't what you want. Use shell_exec(
2001 9:02 AM
> To: Jay Paulson; [EMAIL PROTECTED]
> Subject: RE: [PHP] anyone have...
>
>
> would need to check, but:
>
> preg_replace("/[^a-zA-z]/",'',$data)
>
> should about do it...
>
> jack
>
> -Original Message-
> From: Ja
would need to check, but:
preg_replace("/[^a-zA-z]/",'',$data)
should about do it...
jack
-Original Message-
From: Jay Paulson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23, 2001 6:50 PM
To: [EMAIL PROTECTED]
Subject: [PHP] anyone have...
anyone have a function that strips out
$new = preg_replace('/[^a-zA-Z]/','',$old);
On Tue, 23 Oct 2001, Jay Paulson wrote:
> anyone have a function that strips out all the characters in a string that
> are no a-z or A-Z?
>
> thanks...
>
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTEC
21 matches
Mail list logo