|
Posted by Dan Rossi on 04/29/05 12:21
hmm isnt the intention of httprequest is that u can send post data
without leaving the page ? It has worked for me, except u have to build
the post data yourself to send. On other similar circumstances i've had
to post certain data from a post to the current database but also
executr a script and insert data into another system, i used nusoap for
this as i wanted the logic to be in the same system not duplicate it.
The issue is I wouldnt know if posting the form building post array on
the other reuqest , sending to the other system via httprequest
returning the insert id, insert post data into current database would
work.
It looks like u are trying to build the serializes array in the current
request, i'll do some tests though.
On 29/04/2005, at 6:25 PM, Zac Barton wrote:
> You should also look at JSON (JavaScript Object Notation - is a
> lightweight data-interchange format)
>
> http://pear.php.net/pepr/pepr-proposal-show.php?id=198
>
> http://mike.teczno.com/json.html
>
> Zac
>
> -----Original Message-----
> From: Hidayet Dogan [mailto:hdogan@pleksus.com.tr]
> Sent: 29 April 2005 07:41
> To: Jeremiah Johnson
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] PHP and Ajax?
>
>
> Try SAJAX at http://www.modernmethod.com/sajax
>
> Hidayet Dogan
> hidayet.dogan@pleksus.com.tr
>
> Pleksus Bilisim Teknolojileri D.T.O. A.S.
> ----------------------------------------------------------
> caldiran sok. 14/6 06420 kolej ankara * www.pleksus.com.tr
> tel : +90 312 4355343 * faks: +90 312 4354006
>
> On Thu, 28 Apr 2005, Jeremiah Johnson wrote:
>
>> Does anyone have any references on using PHP and Ajax? I caught the
>> news on PHP Architect about the webcast they are doing in May and it
>> sounds like an interesting technology, but I can't wait, of course
>> :)... and I wanted to learn as much as I could before their
>> presentation.
>>
>> Any pointers?
>>
>>
>> Thanks!
>>
>> --
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
Navigation:
[Reply to this message]
|