> Although I got my script running by hard coding the constants, I
> am trying your code. I don't understand this line:
> eregi("([^/\\]*)$", $ScriptPath, $match); #"
>
> It looks wrong. Was it a wrap error or somehting, what should it be?
Let's say $ScriptPath contains "/www/htdocs/index.php3". You want
to know the name of the script. So, you find the part of the
ScriptPath that goes from the end until a slash is found. I know
is kind of harsh to do an ereg for every page load, but it makes it
easier for people first setting it up because you can rename the
script to store.php3 and it should still work. That was the intention
anyway.
Leon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]
- RE: [FreeTrade] NT installation Chris Mason
- Re: [FreeTrade] NT installation Shannon -jj Behrens
- RE: [FreeTrade] NT installat... Chris Mason
- Re: [FreeTrade] NT installat... Shannon -jj Behrens
- [FreeTrade] NT installation ... Max Khaikin
- RE: [FreeTrade] NT installat... Leon Atkinson
- RE: [FreeTrade] NT installat... Max Khaikin
- RE: [FreeTrade] NT installat... Leon Atkinson
- Re: [FreeTrade] NT installat... Shannon -jj Behrens
- RE: [FreeTrade] NT installation Chris Mason
- RE: [FreeTrade] NT installation Leon Atkinson
- RE: [FreeTrade] NT installat... Leon Atkinson
- RE: [FreeTrade] NT installat... Chris Mason
- RE: [FreeTrade] NT installat... Chris Mason
- Re: [FreeTrade] NT installat... Shannon -jj Behrens
- RE: [FreeTrade] Newbie onlist Leon Atkinson
- RE: [FreeTrade] Newbie onlist Jon Griffin
- RE: [FreeTrade] Newbie onlist Stefan Werny
- RE: [FreeTrade] Newbie onlist Leon Atkinson
- Re: [FreeTrade] Newbie onlist Dan McCullough
- Re: [FreeTrade] Newbie onlist Jon Griffin

