[PHP] Re: Best way to send XML via HTTPS POST

2004-07-02 Thread Shaun Fanning
Lemos" <[EMAIL PROTECTED]> wrote: > Hello, > > On 07/02/2004 01:40 PM, Shaun Fanning wrote: >> I need to interface with a partner's XML API and they require that the XML >> request be sent via HTTPS POST. I also need to parse the XML response that >> the p

[PHP] Sending a POST variable to an ASP page

2008-08-27 Thread shaun thornburgh
Hi, I need to send a post variable to an ASP page, can I do this within my PHP script? I don't need to view the page, or get any acknowledgment back, just send the single POST variable... Thanks for your advice _ Get Hotmail on

RE: [PHP] Sending a POST variable to an ASP page

2008-08-27 Thread shaun thornburgh
> Date: Wed, 27 Aug 2008 14:13:23 -0400> To: php-general@lists.php.net> From: > [EMAIL PROTECTED]> Subject: Re: [PHP] Sending a POST variable to an ASP page> > > At 5:54 PM + 8/27/08, shaun thornburgh wrote:> >Hi,> >> >I need to send >

RE: [PHP] Re: Sending a POST variable to an ASP page

2008-08-27 Thread shaun thornburgh
> To: php-general@lists.php.net> Date: Wed, 27 Aug 2008 14:07:31 -0500> From: > [EMAIL PROTECTED]> Subject: [PHP] Re: Sending a POST variable to an ASP page> > > shaun thornburgh wrote:> > Hi,> > > > I need to send a post variable to an >

RE: [PHP] Re: Sending a POST variable to an ASP page

2008-08-28 Thread shaun thornburgh
Date: Wed, 27 Aug 2008 15:07:53 -0600From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: [PHP] Re: Sending a POST variable to an ASP page well that would constitute a particular reason :) On Wed, Aug 27, 2008 at 2:55 PM, shaun thornburgh <[EMAIL PROTECTED]> wrote: > Date: Wed, 27 Aug 2

[PHP] Problems sending $_POST vairable to an ASP page

2008-08-28 Thread shaun thornburgh
Hi guys, I need to send post variables to an ASP page. I have the following code which isn't producing any errors but isn't working either: foreach($_POST['newsletter-group'] as $key => $value){ $_POST['addressbookid'] = $value; $out = "POST /signup.ashx"; $fp = fsockopen("dmtrk.net", 80, $err

RE: [PHP] Problems sending $_POST vairable to an ASP page

2008-08-28 Thread shaun thornburgh
> Date: Thu, 28 Aug 2008 16:21:19 -0500> From: [EMAIL PROTECTED]> To: [EMAIL > PROTECTED]; php-general@lists.php.net> Subject: RE: [PHP] Problems sending > $_POST vairable to an ASP page> > [snip]> I need to send post variables to an > ASP page. I have the following code> which isn't produci

RE: [PHP] Problems sending $_POST vairable to an ASP page

2008-08-28 Thread shaun thornburgh
> Date: Thu, 28 Aug 2008 16:24:58 -0500> From: [EMAIL PROTECTED]> To: [EMAIL > PROTECTED]; php-general@lists.php.net> Subject: RE: [PHP] Problems sending > $_POST vairable to an ASP page> > [snip]> Unfortunately I don't have curl > installed on my server.> [/snip]> > Unless you can open a sock

Re: [PHP] Editor

2001-01-30 Thread Shaun Thomas
listed are about as good as you'll find. Good luck! -- +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+ | Shaun M. ThomasINN Database Programmer | | Phone: (309) 743-0812 Fax : (309) 743-0830| | Email: [EMAIL PROTECTED]AIM :

Re: [PHP] Retrieve HTML page

2001-02-02 Thread Shaun Thomas
y was added in php4. You'd be amazed what you can learn from an RFC. -- +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+ | Shaun M. ThomasINN Database Programmer | | Phone: (309) 743-0812 Fax : (309) 743-0830

[PHP] foreach OCIBindByName()

2001-02-14 Thread Butler, Shaun
eems to work for one value in the array, the array conetents would be something like $binds["id"] = 54; $binds["name"] = Dick; anyone get this to work or have any idea why it works when the array only has one thing in it? Thanks in advance -- Shaun Butler [EMAIL PROTECTED]

Re: [PHP] foreach OCIBindByName()

2001-02-14 Thread Butler, Shaun
On Wednesday 14 February 2001 17:55, you wrote: > On Wed, Feb 14, 2001 at 12:35:10PM +, Butler, Shaun wrote: > > So I want to bind multiple values that are in an associative array > > > > I have this code > > > > > &

Re: [PHP] XML parsing without the PHP4 XML functions

2001-02-15 Thread Shaun Batterton
Wddx may also be an option. That would allow you to serialize the xml into php variables so that you could use them in your example. But if your provider won't compile xml in, I doubt you'll be able to get wddx. Shaun On Wed, 14 Feb 2001, Stefen Lars wrote: > Hello all > &

Re: [PHP] Decoding Barcode Images

2011-10-10 Thread Shaun J. Farrell
zxing has a java commandline app that you can run.. simple to use great results. http://code.google.com/p/zxing/ Shaun www.brewerydb.com On Oct 10, 2011, at 2:47 PM, Matthew Pounsett wrote: > > On 2011-10-10, at 14:42, Floyd Resler wrote: > >> I've been trying to find a s

[PHP] DOWNLOAD

2003-01-21 Thread Shaun van den Berg
Hi , Im not sure if this can be done in PHP , i know PHP has upload features ! Does it have download features , wat i mean is the following : i want a link - click here to download - when you click on it , the download dialog box must appear - how do i do this ? Thanks Shaun van den Berg

[PHP] printing

2003-01-27 Thread Shaun van den Berg
Hey, Is there a way in php to print to a printer? say i have a order from , when someone clicks the submit button - then print the form plus the entered details to a page ? Thanks for you help Shaun -- Novtel Consulting Tel: +27 21 9822373 Fax: +27 21 9815846 Please visit our website

[PHP] sessions

2003-03-06 Thread Shaun van den Berg
ff , but simply closes the browser , the cookie on his computer will be deleted , but the session variables on the server will still be there ! How do i delete this ? Thanks a bunch ! Shaun -- Novtel Consulting Tel: +27 21 9822373 Fax: +27 21 9815846 Please visit our website: www.novtel.co.za

[PHP] sessions

2003-03-10 Thread Shaun van den Berg
getting the password before i encrypt it ? Thanks Shaun -- Novtel Consulting Tel: +27 21 9822373 Fax: +27 21 9815846 Please visit our website: www.novtel.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] session

2003-03-10 Thread Shaun van den Berg
When does the carbadge collector start ? Thanks Shaun -- Novtel Consulting Tel: +27 21 9822373 Fax: +27 21 9815846 Please visit our website: www.novtel.co.za -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] session

2003-03-10 Thread Shaun van den Berg
Hi, What should the probability of your garbadge collector be ? is a 100% bad , and how long must the max lifetime of your session variables be , the default is 1440 secs(24 min) , is 24 hours to much ? Thanks Shaun -- Novtel Consulting Tel: +27 21 9822373 Fax: +27 21 9815846 Please visit our

[PHP] sessions garbadge

2003-03-12 Thread Shaun van den Berg
server (linux server) ! That is how it should work ! But when i create a session at say 23:36 , the session var will still be on the server at 8:16 (after the carbadge collector came around) , why does this happen , does php work in a 12 cicle only , or what is wrong ? Thanks Shaun -- Novtel

[PHP] session variables

2003-03-13 Thread Shaun van den Berg
Hi, Is it wise or wrong to put long strings into a session variable ? Is it better to keep the values short ? Thanks Shaun -- Novtel Consulting Tel: +27 21 9822373 Fax: +27 21 9815846 Please visit our website: www.novtel.co.za -- PHP General Mailing List (http://www.php.net/) To

[PHP] Databases

2003-09-25 Thread Shaun van den Berg
Hi Im kinda new to php. I have a linux server witch has our website on it. I want to make a download page. If a person clicks on a link , they must be able to download from our server. How difficult is this , can you send me an example ? Thanks Shaun van den Berg -- Novtel Consulting Tel

[PHP] php header function

2003-10-24 Thread Shaun van den Berg
Hi I have tried the net , googling ect. but i cannot get a good description of what the header function is al about ? Can anyone please define the header function. Thanks Shaun -- Novtel Consulting Tel: +27 21 9822373 Fax: +27 21 9815846 Please visit our website: www.novtel.co.za -- PHP

<    1   2   3   4