Re: [PHP] PHP Webhosting

2001-03-19 Thread Aviv Revach
Hey! I'm in the EXACT situation as you.. ;) I too was wondering whether phpwebhosting.com can be trusted. If someone here ever used their services, please let us know. Thank you in advance - Aviv Revach At 12:28 19/03/01 -0600, Angerer, Chad wrote: >Hello, > >I ran across

Re: [PHP] command that gives current location of script

2001-03-18 Thread Aviv Revach
Hey! You could use 'phpinfo()' to find what you seek. $PHP_SELF does give you the current location of the php script, but with 'phpinfo()' you could read about other values that supply miscellanies related information. Best Regards - Aviv Revach At 22:27 17

Re: [PHP] Executing a string with both html and php inside it..

2001-03-17 Thread Aviv Revach
Hey! Shaun, I'm really glad to say that I finally solved the problem I had with "executing a string that contains both HTML and PHP inside it", and it's all thanks to you! Thank you very much - Aviv Revach At 10:37 15/03/01 -0500, you wrote: >Hey, I glanced over yo

Re: [PHP] URL / address

2001-03-15 Thread Aviv Revach
Hey! You could easily use the Environment Variables. echo "http://$HTTP_HOST/$PATH_INFO"; will do the trick.. Best Regards - Aviv Revach At 13:45 15/03/01 +0100, Geer wrote: >Hi there, > >Does anyone know how I can read the address of URL the user filled in

Re: [PHP] Executing a string with both html and php inside it..

2001-03-15 Thread Aviv Revach
rder to print the strings that contain content/design HTML code. The troubles began when I added PHP code to my content - The PHP tags were IGNORED... ! Now, after I've told you all the things you should know, I ask for your assistance. What do you suggest me to do? Thank you in

Re: [PHP] Executing a string with both html and php inside it..

2001-03-15 Thread Aviv Revach
n? Thank you in advance - Aviv Revach At 18:54 14/03/01 -0500, Andrew Hill wrote: >Aviv, > >eval() > >http://www.php.net/manual/en/function.eval.php > >Best regards, >Andrew >On 3/13/01 6:35 PM, "Aviv Revach" <[EMAIL PROTECTED]> wrote: > > >

[PHP] Executing a string with both html and php inside it..

2001-03-14 Thread Aviv Revach
Is there any way of doing this without writing this string to a file and include'ing it? (that would be rather slow!) Thank you in advance - Aviv Revach BRILLIANeT Website - http://www.brillianet.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mai

[PHP] Getting string's content between two tags..

2001-03-14 Thread Aviv Revach
and putting it into a new string i.e.: from "" to "" or: from "" to "" Thank you in advance - Aviv Revach BRILLIANeT Website - http://www.brillianet.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [E

RE: [PHP] Getting name of the main file from external included sc ript..

2001-03-14 Thread Aviv Revach
ayout/&LayoutNum=1"); ?> What do you offer me to do? Thank you in advance - Aviv Revach At 16:53 13/03/01 -0700, Johnson, Kirk wrote: >Aviv, I'm not quite sure what you are asking. If you are just doing an >include() or a require() on a chunk of code, then I think the

Re: [PHP] replacing a line in a file

2001-03-13 Thread Aviv Revach
e dealing with full lines in your script, file() is the best choice (though, sometimes not the fastest). It will also improve your code by making it much easier to read than when using fopen(), fread(), etc.. as you're doing now. Best Regards - Aviv Revach At 17:29 13/03/01 -0600, ent

[PHP] Getting name of the main file from external included script..

2001-03-13 Thread Aviv Revach
to know the full path of the file which included it (in this case - 'http://www.../dir1/dir2/main.php3'). How could I do that? Thank you in advance - Aviv Revach BRILLIANeT Website - http://www.brillianet.com/ -- PHP General Mailing List (http://www.php.net/) To uns

[PHP] Seeking for files ending with '.txt' ..

2001-03-13 Thread Aviv Revach
Hey! I have a directory that contains many files. Some of these files have a '.txt' ending. I would like to know how could I locate each one of the '.txt' files. For each file I find, I need to do a certain action, and should continue the search. Thank you in advan

[PHP] Getting location bar and stripping file-ending of a string..

2001-03-13 Thread Aviv Revach
l path of the main file it was called from - 'index.php3'. 2. Let's say I have a string such as: "http://www.blabla.com/dir1/dir2/file.php3", How can I can strip the file-ending(".php3") out the string? Thank you in advance - Aviv Revach BRI

Re: [PHP] Good Free PHP Editor?

2001-03-12 Thread Aviv Revach
ed!! You can get it from: http://soysal.com/PHPEd/ Best Regards - Aviv Revach BRILLIANeT Website - http://www.brillianet.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP] Hebrew websites transition with php3 ..

2001-03-02 Thread Aviv Revach
this Hebrew issue.. This is probably the reason to change my profession.. ;( Still no quick answers.. you chose to ignore Visual-Only browsers. You told me that many Hebrew website developers didn't. What should I do?? Thank you in advance - Aviv Revach XOR-Coders Mega Programming

Re: [PHP] Running php code inside of a string within a php script..

2001-03-02 Thread Aviv Revach
Hey! At 14:29 02/03/01 -0300, Lucas Persona wrote: >Hy there! > >Aviv Revach wrote: > > How can I make those php3 commands to work as they supposed to? > > Take a look at the eval() function >http://www.php.net/manual/en/function.eval.php > It does exact

[PHP] Running php code inside of a string within a php script..

2001-03-02 Thread Aviv Revach
were just left as they are, without any compilation. How can I make those php3 commands to work as they supposed to? Thank you in advance - Aviv Revach BRILLIANeT Website - http://www.brillianet.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] Hebrew websites transition with php3 ..

2001-03-01 Thread Aviv Revach
or maybe I should use Logical Hebrew in the HTML itself and turn it to Visual using a PHP script? (doing that would be rather complicated.. hebrev() and hebrevc() aren't enough..) Thank you in advance - Aviv Revach At 17:20 01/03/01 +0200, Meir kriheli wrote: >As Boaz suggested

Re: [PHP] Hebrew websites transition with php3 ..

2001-03-01 Thread Aviv Revach
sers who do not support it. Thank you in advance - Aviv Revach At 16:45 01/03/01 +0200, Meir kriheli wrote: >On Thursday 01 March 2001 09:17, Boaz Yahav wrote: > >I think that Aviv should stick to logical hebrew (which is the standart, as >mentioned by Boaz). > >I don

RE: [PHP] Hebrew websites transition with php3 ..

2001-02-28 Thread Aviv Revach
Hey! So what do YOU offer me to do? Should I use visual Hebrew (write a php3 script which will reverse Hebrew words), or should I stick only to Logical Hebrew? Thank you in advance - Aviv Revach At 17:50 28/02/01 -0300, Manuel Lemos wrote: >Hello Boaz, > >How are you doing t

RE: [PHP] Hebrew websites transition with php3 ..

2001-02-28 Thread Aviv Revach
logical Hebrew? Also, quite a lot of people started using Opera lately.. (ain't speaking about Israeli users). Does Opera supports Logical Hebrew? If so, from which version? Best Regards - Aviv Revach At 15:20 28/02/01 +0200, Boaz Yahav wrote: >Hi Aviv > >Let me give you a s

[PHP] Hebrew websites transition with php3 ..

2001-02-28 Thread Aviv Revach
only the Hebrew words and not the entire document, which contains HTML tags and English words as well. The function 'hebrev()' does the process of reversing, but it reverses tags as well. I would really appreciate it, if anyone will find some spare time to help me. Thank you