Re: [PHP-DEV] Hiding the remote server

2002-08-16 Thread Matthew Walker
The tool you're looking for is 'curl'. Look it up in PHP's docs. Michael said: > Is it possible to write a script that: > 1) gathers information > 2) upon clicking a "submit" button, "posts" this information to a remote > server for processing. 3) the remote server, by default, will generate > re

Re: [PHP-DEV] How to send POST directly from PHP ?

2002-08-27 Thread Matthew Walker
Look up the CURL functions in the PHP docs. Steinar Kolnes said: > > Hi, > > Can someone tell me how I can send POST variables directly from PHP (not > from the clients browser). > The whole point is that the POST must come from the PHP server because the > server who receives the POST only accep

[PHP-DEV] CVS Account Request Day?

2002-09-10 Thread Matthew Walker
Is today National CVS Account Request day or something? -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [RFC] include_ini and include_ini_dir

2002-09-12 Thread Matthew Walker
> On Thu, 12 Sep 2002, [EMAIL PROTECTED] wrote: > >> ok, so we should write a mini-language for the ini? or should we just >> make it php? then we just need to scan/interpret it. > > Nope, sounds like a bad idea for something simple as a .ini file. > For what it's worth, here's my +1 on enablin

Re: [PHP-DEV] Re: [RFC] include_ini and include_ini_dir

2002-09-12 Thread Matthew Walker
> On Thu, 12 Sep 2002, Matthew Walker wrote: > >> > On Thu, 12 Sep 2002, [EMAIL PROTECTED] wrote: >> > >> >> ok, so we should write a mini-language for the ini? or should we >> just make it php? then we just need to scan/interpret it. >> > >

Re: [PHP-DEV] Re: [RFC] include_ini and include_ini_dir

2002-09-12 Thread Matthew Walker
I see very little point in having include /without/ some kind of parsing. The idea of include is that it lets you dynamically load different pieces based on some condition. Yes, it can make adding little pieces to the config easier to manage, but in my opinion, that's not enough to make me want i

Re: [PHP-DEV] What happened to the notes on php.net?

2002-11-11 Thread Matthew Walker
They're not there for me either... Odd. Maxim Maletsky said: > For my big surprise there aren't there Did I miss something? > > -- > PHP Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Development Mailing List

[PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Matthew Walker
ftware I’m currently working on. Matthew Walker Senior Software Engineer ePliant Marketing --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.345 / Virus Database: 193 - Release Date: 4/9/2002 -- PHP Development Mailing

RE: [PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Matthew Walker
Bah it broke the link. Here's a clean copy. http://bugs.php.net/bug.php?id=16730 Matthew Walker Senior Software Engineer ePliant Marketing -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 6:42 AM To: [EMAIL PROTECTED] Subject: [PH

RE: [PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Matthew Walker
Mrrr. What a pain. Thanks for telling me what was wrong. I thought I was going insane. (Which isn't a long trip for me.) Matthew Walker Senior Software Engineer ePliant Marketing -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002

RE: [PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Matthew Walker
when it's a /major issue.) Matthew Walker Senior Software Engineer ePliant Marketing -Original Message- From: Markus Fischer [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 6:50 AM To: Matthew Walker Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Major Bug in multiple MySQL C

RE: [PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Matthew Walker
need a PHP script to do the data copying. I was hoping to just have multiple connections open, and read from one, and write to the other. *blinks* *light goes on over head* Just figured out how I can still do that. (Another user for the second connection) *runs off to right code again* Matthew Wal

RE: Re[2]: [PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Matthew Walker
two lines would just make it that much more complex. Matthew Walker Senior Software Engineer ePliant Marketing -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 10:30 AM To: Daniel Lorch Cc: Markus Fischer; Matthew Walker; [EMAIL PROTECTED

RE: Re[2]: [PHP-DEV] Major Bug in multiple MySQL Connections?

2002-04-22 Thread Matthew Walker
I was using PEAR DB, but it suffers from the same problems as the low-level functions. Matthew Walker Senior Software Engineer ePliant Marketing -Original Message- From: Steve Meyers [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 12:12 PM To: [EMAIL PROTECTED] Subject: RE

[PHP-DEV] Bug with cURL...

2002-06-11 Thread Matthew Walker
I believe I found a bug with cURL support when PHP 4.1.2 is compiled in CGI mode. Go take a look at the report here: http://bugs.php.net/bug.php?id=17715 -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php