Re: [PHP] [NEWBIE] Trying to create a function from an existing script

2005-01-27 Thread Jon
Dave, Another quick note. If you are using this in a function with register_globals off in you php.conf you will need to do global $_HTTP_POST_FILES or use $_FILES['upfile']['temp_name'] instead. On Fri, 2005-01-28 at 15:18 +0900, Dave wrote: Jon, Thanks for responding. Unfortunately, it

[PHP] debug_backtrace trick

2005-01-27 Thread Gerard Samuel
There used to be a link in the manual user notes, I believe under debug_backtrace(). Where, there was some javascript voodoo, that would hide/unhide the backtrace. Does anyone have a link to this site? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Get a PAGE

2005-01-27 Thread Louie Miranda
Im trying to capture the whole page of a certain courier service. What i want to do is, after i got the form to query the AWB (Air Way Bill No.) It will dump on my local folder the page containing the details on it. Im going to try PEAR HTTP_Download Is there another application or syntax on php

[PHP] Re: Get a PAGE

2005-01-27 Thread Louie Miranda
I think pear http_download, does a diff job. sorry. how can i get a html page on my local folder, using php? On Fri, 28 Jan 2005 14:52:42 +0800, Louie Miranda [EMAIL PROTECTED] wrote: Im trying to capture the whole page of a certain courier service. What i want to do is, after i got the form

Re: [PHP] Get a PAGE

2005-01-27 Thread Jon
I use libcurl for such functions On Fri, 2005-01-28 at 14:52 +0800, Louie Miranda wrote: Im trying to capture the whole page of a certain courier service. What i want to do is, after i got the form to query the AWB (Air Way Bill No.) It will dump on my local folder the page containing the

[PHP] pictures alternating left and right in the text flow.

2005-01-27 Thread havard
This may be very simple to you, but as Im not sure so thought I shoud ask to save myself a lot fo time or trial and error. I am learning how to use php and mysql, and am trying to set up a wite. I have been doing volunteer work for many years and have been sending newsletter ever 2 months or so,

Re: [PHP] Get a PAGE

2005-01-27 Thread Louie Miranda
thank you. Is it possible to only show a certain from and end field? On Fri, 28 Jan 2005 00:59:05 -0600, Jon [EMAIL PROTECTED] wrote: I use libcurl for such functions On Fri, 2005-01-28 at 14:52 +0800, Louie Miranda wrote: Im trying to capture the whole page of a certain courier service.

<    1   2