Re: [PHP] Troubles from the newb again

2007-03-09 Thread Ryan Fielding
Robert Cummings wrote: On Sat, 2007-03-10 at 15:31 +1030, Jeff Taylor wrote: Hey everyone, Newb back again - Im trying to populate my arrays, but getting this error again: Warning: Illegal offset type in This usually means that you are using a non-scalar value as an index. Use var_dump

Re: [PHP] Text Editor for Windows?

2007-02-07 Thread Ryan Fielding
Stephen wrote: I am finding that notepad is lacking when correcting syntax errors in my php code. No line numbers. What can people recommend for use under Windows? Thanks Stephen I like UltraEdit. Has everything i need and then some. syntax Highlighting, code folding, variable completion

Re: [PHP] Extending session timeouts manually

2007-01-10 Thread Ryan Fielding
Chris wrote: Ryan Fielding wrote: Ryan Fielding wrote: Chris wrote: Ryan Fielding wrote: I'm using a session to save cart contents within a store, and this session follows the user as they proceed through the checkout. My problem is, if a customer orders say 10 items, they have the o

Re: [PHP] Extending session timeouts manually

2007-01-10 Thread Ryan Fielding
Ryan Fielding wrote: Chris wrote: Ryan Fielding wrote: I'm using a session to save cart contents within a store, and this session follows the user as they proceed through the checkout. My problem is, if a customer orders say 10 items, they have the option to input 10 different addresses

Re: [PHP] Extending session timeouts manually

2007-01-10 Thread Ryan Fielding
Ryan Fielding wrote: Chris wrote: Ryan Fielding wrote: I'm using a session to save cart contents within a store, and this session follows the user as they proceed through the checkout. My problem is, if a customer orders say 10 items, they have the option to input 10 different addresses

Re: [PHP] Extending session timeouts manually

2007-01-10 Thread Ryan Fielding
Chris wrote: Ryan Fielding wrote: I'm using a session to save cart contents within a store, and this session follows the user as they proceed through the checkout. My problem is, if a customer orders say 10 items, they have the option to input 10 different addresses that these items wi

[PHP] Extending session timeouts manually

2007-01-10 Thread Ryan Fielding
I'm using a session to save cart contents within a store, and this session follows the user as they proceed through the checkout. My problem is, if a customer orders say 10 items, they have the option to input 10 different addresses that these items will be delivered to. I've noticed that some

Re: [PHP] newbie question regarding URL parameters

2007-01-05 Thread Ryan Fielding
Robert Cummings wrote: On Fri, 2007-01-05 at 20:57 -0500, Jim the Standing Bear wrote: Hello, I have a newbie question regarding URL parameters. The PHP script I wrote need to read parameters passed in from a URL, so as an example http://my.domain/myscript.php?name=me&age=27 and my script

Re: [PHP] calling a function in the same page

2006-12-26 Thread Ryan Fielding
Jahangir wrote: I am trying to call a function from "a href" inside the same page. this is the code: echo "More results from Mysite"; // calling the function isearch function isearch($query) {$query=urlencode($query); $request='http://api.search.yahoo.com/WebSearchService/V1/webSearch?appid=Ja

Re: [PHP] New User Sign up Notification

2006-12-23 Thread Ryan Fielding
Casey Chu wrote: I still do not understand. Isn't that what your script already does? On 12/23/06, Casey Chu <[EMAIL PROTECTED]> wrote: What do you mean by "now"? On 12/22/06, JMCS Niagara (Jeff) <[EMAIL PROTECTED]> wrote: > hi there. I'm looking to create a new user signup. So when someone s