I guess, you don't specify the enctype in the form you wrote.
Do you write like this?
.
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
t.php with your brouser & click 'Next'.
No special serialization is required.
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
uot;jS M Y",mktime(0,0,0,substr($date,4,2),substr
($date,6,2),substr($date,0,4)));
However I guess this is proper 4 U;
$date_formatted=date("jS F Y",mktime(0,0,0,substr($date,4,2),substr
($date,6,2),substr($date,0,4)));
Hiroshi Ayukawa
http://hoover.ktplan.ne.jp/kaihatsu/php_en/i
Hello,
See the manual of mysql_fetch_row().
Good luck!
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
Hello,
try this;
-1;$i--){
$ans.=$str[$i];
}
return $ans;
}
$a="Good morning!";
print revstr($a);
?>
Regards,
Hiroshi Ayukawa
http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php
--
PHP General Mailing List (http://www.php.net/)
T
.
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
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
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
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
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
--
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
,
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
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
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
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
$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
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
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
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
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
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
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
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
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
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
>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
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
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
28 matches
Mail list logo