[PHP] Re: PHP Forms and String Limitations

2001-12-10 Thread Jørg Vidar Bryne
"Jeremy Reed" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > This is the problem: The user tries to submit a news article of 2+ pages > (approx 4400 characters) but the article gets truncated to about 4050 > characters. Is there some sort of limitation on PHP

Re: [PHP] objects in functions?

2001-03-10 Thread Jørg Vidar Bryne
What do you mean by it fails? Any particular error, or does it just time out? I've made a different recursive function to print a tree-menu, you can have a look at it if you want but it might not be what you're after. It prints a tree-menu, and reqires the table to have at least a field named id

Re: [PHP] some array help :)

2001-03-10 Thread Jørg Vidar Bryne
Or you could use this in php4: if ( in_array( "something", $temparray )) { do stuff } -J - Original Message - From: "rm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 10, 2001 4:54 PM Subject: Re: [PHP] some array help :) > I'm not exactly sure of what you're doi