[PHP] PHP input and variables dynamic :)

2002-07-23 Thread Andy Whittlestone
I'm trying to create input boxes on the fly by using php variables:PHP:so that will create:then i'm trying to set the value to something else using:document.all['tree'].status[1].value='expand';but i'm getting a an error on page dialog saying:'document.all.tree.status.0 is null or not an obj

[PHP] Require()

2002-06-26 Thread Andy Whittlestone
I want to use require to send some post information to a page. Code: if ($viewsystem = = 1) $Str = "editexemptfiles.php?every = 1"; require($Str); I've tried what it says in the online documentation, but it doesn't work, Tried: $Str = "d:\htdocs\somewhere\editexemptfiles.php?every

Re: [PHP] Require()

2002-06-26 Thread Andy Whittlestone
I'm afraid it don't ork. Thanks Anyway. Anyone ? "Adam Voigt" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > No spaces. > > Instead of "every = 1" > Use: "every=1" > > Adam Voigt >

Re: [PHP] Require()

2002-06-26 Thread Andy Whittlestone
Thanks, that worked, and made it alot clearer. Andy "John Holmes" <[EMAIL PROTECTED]> wrote in message 000501c21d12$f4907580$b402a8c0@mango">news:000501c21d12$f4907580$b402a8c0@mango... > > if ($viewsystem = = 1) > > $Str = "editexemptfiles.php?every = 1"; > > > > require($Str); > > You don

[PHP] SMS Again, UK

2002-07-01 Thread Andy Whittlestone
Hi i'm from the uk, is there any free php scripts that will allow txt messages to be sent within the uk. Couldn't get the other one posted here to work either, Wanna do a similiar idea to what that other guy was doing, but when the UPS Kicks in send a txt, but also so i can goto my site and acce