Re: [PHP] Defining PHP varibles from URL

2002-05-04 Thread Miguel Cruz
On Sun, 5 May 2002 [EMAIL PROTECTED] wrote: > I can't seem to define a varible from the url entered into a browser. > > I wish to use the following code or something like it. > > > $file = ""; > //the above is defined from the url > include "$file"; > > > It could be what I was typing in the

Re: [PHP] weird foreach problem when calling date or getdate function,

2002-05-04 Thread Kyle Gibson
> Those numbers don't look like timestamps to me (as they can't be larger > than about 4294967296). What they look like is the result of some imp or > perhaps even a gremlin breaking into your code and smooshing together > yearmonthdayhourminutesecond, then trying to PRETEND it's a timestamp. >

Re: [PHP] weird foreach problem when calling date or getdate function,

2002-05-04 Thread Miguel Cruz
On Sun, 5 May 2002, Kyle Gibson wrote: >> Those numbers don't look like timestamps to me (as they can't be larger >> than about 4294967296). What they look like is the result of some imp or >> perhaps even a gremlin breaking into your code and smooshing together >> yearmonthdayhourminutesecond,

<    1   2