[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

[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 [EMAIL PROTECTED] On Wed, 2002-06-26 at 08:37, Andy Whittlestone wrote:

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't pass