[PHP] anyone have HTML snippet example of HTTP method = put?

2008-08-02 Thread mike
I have this: form method=PUT action=work.php File: input type=file / input type=submit value=Submit / /form 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

Re: [PHP] anyone have HTML snippet example of HTTP method = put?

2008-08-02 Thread n3or
enctype=multipart/form-data eventually?! mike schrieb: I have this: form method=PUT action=work.php File: input type=file / input type=submit value=Submit / /form 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

Re: [PHP] anyone have HTML snippet example of HTTP method = put?

2008-08-02 Thread Richard Heyes
form method=PUT action=work.php File: input type=file / input type=submit value=Submit / /form 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,

Re: [PHP] anyone have HTML snippet example of HTTP method = put?

2008-08-02 Thread Benjamin Hawkes-Lewis
mike wrote: I have this: form method=PUT action=work.php File: input type=file / input type=submit value=Submit / /form 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

Re: [PHP] anyone have HTML snippet example of HTTP method = put?

2008-08-02 Thread mike
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 curl

[PHP] Anyone have an iPhone? OT

2007-07-11 Thread tedd
Hi gang: Totally off topic. If you bought an iPhone, please contact me off-list -- I have a question. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Anyone have an iPhone? OT

2007-07-11 Thread Crayon Shin Chan
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=unsafevideo=iphone -- Crayon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Anyone have experiences with OCI9 and PHP ??

2004-06-18 Thread masro
Hi all, is it possible to use an actuall Oracle-Client (Version = 9) with PHP ?? Dose anyone habe experiences here ? Regards Christian -- /\ /\/ \/\ Powerd by llbc.de - letz board it,

Re: [PHP] Anyone have experiences with OCI9 and PHP ??

2004-06-18 Thread André Ventura Lemos
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. signature.asc

Re: [PHP] Anyone have experiences with OCI9 and PHP ??

2004-06-18 Thread RypTide
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 (Version = 9)

RE: [PHP] Anyone have experiences with OCI9 and PHP ??

2004-06-18 Thread Rick Fletcher
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 past

[PHP] anyone have any idea as to how to display a message after a page has started loading??

2003-08-22 Thread Jeffrey D. Means
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 on this??

Re: [PHP] anyone have any idea as to how to display a messageafter a page has started loading??

2003-08-22 Thread Matt Babineau
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 wait

RE: [PHP] anyone have any idea as to how to display a message after a page has started loading??

2003-08-22 Thread Dan Joseph
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 on

RE: [PHP] anyone have any idea as to how to display a message aftera page has started loading??

2003-08-22 Thread Robert Cummings
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

[PHP] Anyone have oci8 working on MacOSX?

2003-05-30 Thread Sapporo
Hi, is anyone sucessfully using the oci8 Oracle extension on MacOSX? Whenever I try to connect using OCILogon(), oci8 crashes: May 30 00:33:19 localhost crashdump: Unable to write crash report to /Library/Logs/CrashReporter/httpd.crash.log for uid: 70 Date/Time: 2003-05-30 00:33:19 +0200 OS

Re: [PHP] Anyone have oci8 working on MacOSX?

2003-05-30 Thread Weston Houghton
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

Re: [PHP] Anyone have oci8 working on MacOSX?

2003-05-30 Thread Sapporo
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

[PHP] Anyone have slides for an Intro to PHP Class?

2002-06-22 Thread John Holmes
Does anyone have a presentation that I could use for an introduction to PHP programming class? I've got an application that I want to bring some more developers in on, but I'll need to teach them PHP and MySQL. I want to give some classes to teach them the basics, and then we can learn through

RE: [PHP] Anyone have slides for an Intro to PHP Class?

2002-06-22 Thread SP
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

Re: [PHP] Anyone have slides for an Intro to PHP Class?

2002-06-22 Thread 1LT John W. Holmes
... - 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.net/ -Original Message- From: John Holmes

Re: [PHP] Anyone have slides for an Intro to PHP Class?

2002-06-22 Thread Chris Shiflett
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

Re: [PHP] Anyone have slides for an Intro to PHP Class?

2002-06-22 Thread Chris Shiflett
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

[PHP] Anyone have any experience with the EXEC function?

2002-06-14 Thread Batch
I am trying to exec a perl script from my php code. Here is what I have: exec(perlpath/perlscript.pl $var, $array) The perl script runs fine as I am piping the results to a txt file also...so I know that the script is running fine. I am printing the result of the perl script to STDOUT which

Re: [PHP] Anyone have any experience with the EXEC function?

2002-06-14 Thread Jason Wong
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() or

[PHP] anyone have...

2001-10-23 Thread Jay Paulson
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 PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

Re: [PHP] anyone have...

2001-10-23 Thread Rasmus Lerdorf
$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 PROTECTED]

RE: [PHP] anyone have...

2001-10-23 Thread Jack Dempsey
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

RE: [PHP] anyone have...

2001-10-23 Thread Jason Murray
] Subject: RE: [PHP] anyone have... 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

[PHP] Anyone have the wording for a license for clients?

2001-03-22 Thread Cameron Just
Hi, I have been developing PHP for a few years now as an employeee of other companies. I have now started working from home doing contracts for various businesses. Does anyone know of where I can find the wording of a software license I can give to my clients when I hand over the code. It