RE: [PHP] ini_set doesn't work

2002-04-10 Thread Hiroshi Ayukawa
e your answer. thanks. Hiroshi Ayukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] ini_set doesn't work

2002-04-10 Thread Hiroshi Ayukawa
Hello, >why don't you just do an include "hello.html"; at the end of the file? Because, there are so many files. thanks. Hiroshi Ayukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: ini_set doesn't work

2002-04-10 Thread Hiroshi Ayukawa
>What error message do you get under error_reporting(E_ALL)? > >(Meantime, make sure that the web server's user has permission to read the >file, and perhaps try substituting in the full pathname.) No error is displayed.And there is no problem around permission. thanks. Hir

[PHP] ini_set doesn't work

2002-04-10 Thread Hiroshi Ayukawa
Hello, I wnat to set auto_append_file in my own php script not in php.ini. So I used ini_set("auto_append_file","hello.html"); But it doesn't work. Does anyone know about this? environment: Apache + Windows2000 + PHP4.1.2 Apache + TurboLinuxServer7 + PHP4.1.2

Re: [PHP] Re: Directory check

2002-04-08 Thread Hiroshi Ayukawa
Thamks, evwryone. I've never used is_dir. It was a great help. Hiroshi Ayukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php?type=top -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Directory check

2002-04-08 Thread Hiroshi Ayukawa
Does anyone know how to check a directory exiasts? Thanks in advance, Hiroshi Ayukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php?type=top -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Copying Directory

2002-04-08 Thread Hiroshi Ayukawa
Thanks, But I can try it ,cause I like PHP and I want to write a code tahat runs anyware. Actually, we use both *nix & windows. I will announce if I could madde it. Regards, Hiroshi http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php?type=top -- PHP General Mailing List (http://www.php.n

Re: [PHP] Re: Copying Directory

2002-04-08 Thread Hiroshi Ayukawa
Sorry, It didn't work.Mine too. ALL of the files inside the deeoer directory come to top of the directory. I'll go on trying . Thanks. By the way , your script looks like Python script , dont'you? Hiroshi AYukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php?type=top

[PHP] Copying Directory

2002-04-08 Thread Hiroshi Ayukawa
Hello, I guess anyone have made the function to coppy directories, not files. I'd like to copy directory including sub directories to other place. Doesn't anyone has mades that kind of function?And please telll me. Thamks in advance. HiroshiAyukawa http://hoover.ktplan.ne.jp/kaihatsu/php_e

Re: [PHP] New to PHP Need Help

2002-04-04 Thread Hiroshi Ayukawa
on_ info[2],and so on. Hiroshi Ayukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php >I am trying to define variables through an anchor tag to retrive data from >MySQL, When the script runs it displays Array. I am running WIN2K and IIS >5 > >echo "Camp Street Cafe&quo

Re: [PHP] New Server, Bad Attitude

2002-04-03 Thread Hiroshi Ayukawa
ybe the sendmail functionality is wonky on >the server? Or is it possible PHP isn't looking in the >proper place for the sendmail stuff? Can you send an email with your sendmail program of your hardware? sendmail setting must be done properly. Regards, Hiroshi Ayukawa http://hoover.ktpla

Re: [PHP] PEAR

2002-04-03 Thread Hiroshi Ayukawa
Hello, You should modify include_path in php.ini like include_path = ".;c:\php\pear;C:\Apache\htdocs\includes" ^^^ the directory where pear files are in. I often use DB.php from pear.It is very useful! Good luck. Hiroshi Ayukawa http://hoover.kt

Re: [PHP] Random number Question

2002-04-02 Thread Hiroshi Ayukawa
$guess = = $number is wrong. You should write: $guess == $number Regards, Hiroshi Ayukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php?type=top -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] !! New version of the TEMPLATE class of mine.

2002-04-02 Thread Hiroshi Ayukawa
ogrammer. I appreciate any feedback. Thanks, Hiroshi Ayukawa -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] help please - strange session behaviour on IIS with php4.1.2

2002-04-02 Thread Hiroshi Ayukawa
this is a bug of PHP4.1.2/Win, isn't it?, Regards, Hiroshi Ayukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php?type=top -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Text Editor

2002-03-24 Thread Hiroshi Ayukawa
Hello, What text editor do you use to write PHP? I use Maruo editor http://www.ac.wakwak.com/~tetsuyat/maruo/ more than 1 year. Is there any better text editor for PHP? Thanks, Hiroshi Ayukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php?type=top -- PHP General Mailing List (http

Re: [PHP] mysql question

2002-03-19 Thread Hiroshi Ayukawa
, fax VARCHAR(255) NOT NULL, email VARCHAR(255) NOT NULL); Regards, Hiroshi Ayukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] $_SESSION / Windows doesn't work!?

2002-03-17 Thread Hiroshi Ayukawa
-- session_id is set properly in this case. Moreover, the old way of using session works, i.e. session_register(...) and so on. Does anyone know about this trouble? Regards, Hiroshi Ayukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php?type=top -- PHP General Mailing L

Re: [PHP] Redirect?

2002-03-13 Thread Hiroshi Ayukawa
You can do it by modifying the setting of your HTTP server. But if you want to do it by PHP, write header("Location; http://www.boo.com/v2";); in your PHP script of http://www.boo.com/index.php. Regards , Hiroshi Ayukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php?type=to

Re: [PHP] Array

2002-03-13 Thread Hiroshi Ayukawa
How about using the function print_r() ? Regards, Hiroshi Ayukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] QUERY STRING question

2002-03-11 Thread Hiroshi Ayukawa
I guess they are almost same. But, the contents of $QUERY_STRING are different. Hiroshi Ayukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [GD] quality of image after resize

2002-03-11 Thread Hiroshi Ayukawa
I had the same situation before. At that time, I used Imagemagick and run it as another process. GD is actually poor quality in resizing images, but Imagemagick is not poor. Hiroshi Ayukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php?type=top -- PHP General Mailing List (http