Re: [PHP] Curl with asp pages....

2008-11-28 Thread shiplu
When you are dealing with curl, anything can be done as long as its a HTTP request.Its all about sending HTTP headers and content. To parse HTML content you can use HTML parser. Regular expression may not work each time. Pattern changes over time. Download Wireshark. Collect 2 sample request and

Re: [PHP] Parsing XML

2008-11-28 Thread Per Jessen
Andrew Ballard wrote: >> XSL will only allow me to convert it into a different document >> format, which is not what I want as I need to keep a local copy of >> information in a database for searching and sorting purposes. Nathans >> class allows me to have the entire document put into an array tr

Re: [PHP] Happy Turkey Day

2008-11-28 Thread Per Jessen
tedd wrote: > At 5:26 PM + 11/27/08, Ashley Sheridan wrote: >>For anyone who has no idea who Mr Bean is: >> > > I've always liked Mr Bean -- there's a bit of him in all of us. > > However, I saw a performance done by him about Americans that was a > bit over-the-top. The skit centered on how

Re: [PHP] Curl with asp pages....

2008-11-28 Thread ioannes
Andrew Ballard wrote: On Fri, Nov 28, 2008 at 9:59 AM, <[EMAIL PROTECTED]> wrote: The one thing that's always tripped me up with ASP sites is that you have to add EVERY input, even the type="submit" with the correct value from the one and only submit button on the page. Again, I thi

Re: [PHP] Trre/Drop Down quick app for testing database tbls

2008-11-28 Thread Adam Lewis
2008/11/28 Adam Lewis <[EMAIL PROTECTED]> > > > 2008/11/28 bruce <[EMAIL PROTECTED]> > > Hi. >> >> I've got a few tbls that I'm testing. I'd like to have a simple web app to >> be able to iterate through the tbls to test out what I have in them. >> >> I'd like to be able to have each tbl as a drop

[PHP] PEAR ExcelWriter corrupt / Bug Report CAPTCHA borked

2008-11-28 Thread Richard Lynch
The PEAR tarball for ExcelWriter is corrupt for 0.9.1, 0.9.0 and 0.8.0 The PEAR bug-reporting system CAPTHCA won't accept the correct answers. In desparation, I'm reporting this here, hoping somebody from PEAR reads this and can do something... $ tar -xvf Spreadsheet_Excel_Writer-0.9.1.tar packa

[PHP] Trre/Drop Down quick app for testing database tbls

2008-11-28 Thread bruce
Hi. I've got a few tbls that I'm testing. I'd like to have a simple web app to be able to iterate through the tbls to test out what I have in them. I'd like to be able to have each tbl as a drop-down/select box, so I select from selecta, which lists items from TBL-A, which then uses the id from T

[PHP] Re: file_Exists() and case

2008-11-28 Thread Lupus Michaelis
Stan a écrit : The script is running on an UBUNTU v8.04 LAMP server. Case is supposed to matter, isn't it? With a POSIX filesystem only. If you store you're pictures in a fat or ntfs filesystem, case sensitive will not matter. BTW, extension concept doesn't exists in POSIX filesystems, bec

Re: [PHP] Parsing XML

2008-11-28 Thread Andrew Ballard
On Fri, Nov 28, 2008 at 5:45 AM, Ashley Sheridan <[EMAIL PROTECTED]> wrote: > On Fri, 2008-11-28 at 10:15 +0100, Per Jessen wrote: >> Ashley Sheridan wrote: >> >> > Do any of you have a copy of this extension, or failing that, a >> > suggestion of how I can parse XML files without having to install

Re: [PHP] Curl with asp pages....

2008-11-28 Thread Andrew Ballard
On Fri, Nov 28, 2008 at 10:08 AM, <[EMAIL PROTECTED]> wrote: > >> There is a slight difference in how ASP handles multiple form fields >> that share the same name (as well as SELECT MULTIPLE lists) such that >> ASP does not need (and should not use) square brackets in field names >> the way PHP do

Re: [PHP] Curl with asp pages....

2008-11-28 Thread Andrew Ballard
On Fri, Nov 28, 2008 at 9:59 AM, <[EMAIL PROTECTED]> wrote: > > The one thing that's always tripped me up with ASP sites is that you have to > add EVERY input, even the type="submit" with the correct value from the one > and only submit button on the page. Again, I think that's the ASP.NET part

[PHP] Curl with asp pages....

2008-11-28 Thread ceo
> There is a slight difference in how ASP handles multiple form fields > that share the same name (as well as SELECT MULTIPLE lists) such that > ASP does not need (and should not use) square brackets in field names > the way PHP does. Alas, not only doesn't it need them, it CANNOT use them,

Re: [PHP] Curl with asp pages....

2008-11-28 Thread ceo
The one thing that's always tripped me up with ASP sites is that you have to add EVERY input, even the type="submit" with the correct value from the one and only submit button on the page. Not sure what the ASP code monkeys are doing with their point-and-click UI, but I presume it's just a b

Re: [PHP] Happy Turkey Day

2008-11-28 Thread tedd
At 5:26 PM + 11/27/08, Ashley Sheridan wrote: For anyone who has no idea who Mr Bean is: I've always liked Mr Bean -- there's a bit of him in all of us. However, I saw a performance done by him about Americans that was a bit over-the-top. The skit centered on how fat Americans were. I

Re: [PHP] Re: Parsing XML

2008-11-28 Thread Ashley Sheridan
On Fri, 2008-11-28 at 13:48 +, Nathan Rixham wrote: > 2008/11/27 Ashley Sheridan <[EMAIL PROTECTED]> > > On Thu, 2008-11-27 at 22:13 +, Ashley Sheridan wrote: > > On Thu, 2008-11-27 at 20:56 +, Nathan Rixham wrote: > > > Ashley Sheridan wrote: >

Re: [PHP] Re: Parsing XML

2008-11-28 Thread Nathan Rixham
2008/11/27 Ashley Sheridan <[EMAIL PROTECTED]> > On Thu, 2008-11-27 at 22:13 +, Ashley Sheridan wrote: > > On Thu, 2008-11-27 at 20:56 +, Nathan Rixham wrote: > > > Ashley Sheridan wrote: > > > > Hi All, > > > > > > > > I've run into a bit of a problem. I need to parse some fairly > detail

Re: [PHP] Parsing XML

2008-11-28 Thread Ashley Sheridan
On Fri, 2008-11-28 at 13:14 +0100, Per Jessen wrote: > Ashley Sheridan wrote: > > > On Fri, 2008-11-28 at 10:15 +0100, Per Jessen wrote: > >> Ashley Sheridan wrote: > >> > >> > Do any of you have a copy of this extension, or failing that, a > >> > suggestion of how I can parse XML files without h

Re: [PHP] Parsing XML

2008-11-28 Thread Per Jessen
Ashley Sheridan wrote: > On Fri, 2008-11-28 at 10:15 +0100, Per Jessen wrote: >> Ashley Sheridan wrote: >> >> > Do any of you have a copy of this extension, or failing that, a >> > suggestion of how I can parse XML files without having to install >> > anything on the remote server, as I do not ha

Re: [PHP] About Time Zones

2008-11-28 Thread Franz
Thank you very much Ash to take time to answer my question ! Of course I kept on searching for the answer... And of course, you are right. In fact in 2004 several provinces of Argentina switched for some time to another time zone and observed in effect DST (source : http://home-4.tiscali.nl/~t

Re: [PHP] Curl with asp pages....

2008-11-28 Thread Ashley Sheridan
On Fri, 2008-11-28 at 01:13 -0500, Andrew Ballard wrote: > On Thu, Nov 27, 2008 at 7:12 PM, ioannes <[EMAIL PROTECTED]> wrote: > > What are the differences between asp and non-asp pages when you are curling > > them? Apart from ,as referred to in php.net, you need to urlencode the post > > values.

Re: [PHP] About Time Zones

2008-11-28 Thread Ashley Sheridan
On Fri, 2008-11-28 at 02:23 +0100, Franz wrote: > Hi, > > I do not know if I am at the right place... > > Ref. : http://fr3.php.net/manual/fr/timezones.america.php > > Well I was wondering what is the different between : > > - America/Argentina/Buenos_Aires > > and > > - America/Buenos_Aires

Re: [PHP] Parsing XML

2008-11-28 Thread Ashley Sheridan
On Fri, 2008-11-28 at 10:15 +0100, Per Jessen wrote: > Ashley Sheridan wrote: > > > Do any of you have a copy of this extension, or failing that, a > > suggestion of how I can parse XML files without having to install > > anything on the remote server, as I do not have that level off access > > to

Re[2]: [PHP] fread() behaviour

2008-11-28 Thread ANR Daemon
Greetings, Jochem Maas. In reply to Your message dated Thursday, November 20, 2008, 22:11:09, > good stuff from Stut & Craige ... I just wondered, Im pretty sure that the > usleep(1000) is completely superfluous. fread() will read to the buffer length > or EOF regardless of how slow the stream tri

[PHP] Re[2]: How to Execute Multiple SQL Updates Using PHP

2008-11-28 Thread ANR Daemon
Greetings, Nathan Rixham. In reply to Your message dated Wednesday, November 19, 2008, 23:53:46, > just my two pennies, unless you've got a good reason to do it all in one > or some decent performance gain by doign so, leave it out and have the > front end functionality as per the clients require

Re: [PHP] Parsing XML

2008-11-28 Thread Per Jessen
Ashley Sheridan wrote: > Do any of you have a copy of this extension, or failing that, a > suggestion of how I can parse XML files without having to install > anything on the remote server, as I do not have that level off access > to it. Parsing XML is best done with XSL - if that's out of the qu

Re: [PHP] Netbeans 6.5 WAS: phpDesigner 2008?

2008-11-28 Thread Peter Ford
Bastien Koert wrote: > On Wed, Nov 26, 2008 at 7:34 PM, Daevid Vincent <[EMAIL PROTECTED]> wrote: > >> On Tue, 2008-11-18 at 10:32 +, Holografix wrote: >> >> Hi >> I tried PHPDesigner some time ago. It's not bad but now I'm using Netbeans >> and it's a good editor: http://www.netbeans.org/ (i