hi,
i want to save a base64 encoded string after i decode it. i saw that
base64_decode function returns a string. so how do i save it as a binary
file? i plan to save it to postgresql database field.
thanks...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www
hi,
i try to run xtemplate on my windows machine but i get errors such
like :
undefined index main...(main is the name of block )
it seems it can not process blocks in template. theres no error in
unix machine.
does anyone knows the solution?
__
hi,
how can i copy a file from web to my local disk?
http://www.xxx.com/xxx.gif
i try to get xxx.gif to my local disk...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hi,
i try to parse html data with php's preg_match_all() function.
here is a sample data that i try to parse:
http://www.xxx.com"; class=M>xxx
the regular expression that i use is:
preg_match_all("/([^<]+)<\/a>/",$buffer,$ma
tch);
by this expression i get the same values more then one time. bu
4 matches
Mail list logo