php-general Digest 18 Nov 2007 23:31:30 -0000 Issue 5135

2007-11-18 Thread php-general-digest-help
php-general Digest 18 Nov 2007 23:31:30 - Issue 5135 Topics (messages 264756 through 264761): Re: Looking for a navigation recommendation (SOLVED) 264756 by: Jon Westcot Re: tell me :which book is good for newman?? 264757 by: joychen 264759 by: Nathan Nobbe Re:

Re: [PHP] bank query and curl

2007-11-18 Thread Per Jessen
Ronald Wiplinger wrote: Stut wrote: [EMAIL PROTECTED] wrote: WHY! Would you even want to pull that data first off? It would be out dated as of the next transaction anyway. Secondly if you can curl the data from the server, and get your account information! I suggest you change banks.

Re: [PHP] Dynamic include path setting?

2007-11-18 Thread Chris
Hayden Livingston wrote: Hello, I was wondering if this is possible? It seems in the apache mailing list, that it is not possible per se, but any workaround thoughts? If they say it's not possible I don't think you're going to get a different answer here. LocationMatch ^/(.*)track

Re: [PHP] submitting forms with ajax

2007-11-18 Thread samantha_o
I did not try using json becausse i am very knew in this field and dont know much bout it. Can you give me some examples about it? Thanks for helping. Shiplu wrote: Why dont you use json as server response? Then manipulate it by own javascript. You can use jquery $.getJSON function to do

Re: [PHP] submitting forms with ajax

2007-11-18 Thread Nathan Nobbe
json is just a terse way to create objects anonymously as well as other data structures in javascript. http://json.org/ to build a json response with html essentially all you need to do is create a javascript array in php and put the html you want for the next page in that. then you use the

[PHP] PHP CURL

2007-11-18 Thread Fahad Pervaiz
I am looking forward to write a script that can send invite to contacts in gmail,hotmail, yahoo and aol. I think it is possible to write it using php CURL. If yes can any one suggest how? and can any one help me write this script or join me to write this script? -- Regards Fahad Pervaiz