[PHP] Re: post file from one server to other

2004-08-24 Thread Ustimenko Alexander
see php.net/base64_encode user comments in POST protocol all content must send in, as i memorize, application/x-www-urlencoded form . then try combination like == guy at bhaktiandvedanta dot com (01-

[PHP] Re: ... extendet library ...

2004-08-24 Thread Ustimenko Alexander
1) find php.ini 2) uncomment ;extension=php_bz2.dll 3) restart apache 4) if it`s suck, then see event viewer for info 5) may be "Bzip2 library" wants to some additional dll`s to system32 from bzip2 site "Marko Rastislav" <[EMAIL PROTECTED]> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ: news:[EMAIL PR

[PHP] Re: Where clause

2004-08-24 Thread Ustimenko Alexander
read mysql manual: you must replace ' to ` ' to `` in your $sql so $sql = "SELECT id_from, id_to FROM ids WHERE id_from =`$current_id` OR id_to=`$current_id`"; or more intelligent without ``` in your $sql so $sql

[PHP] Re: links extract from a string

2004-08-23 Thread Ustimenko Alexander
use http://php.net/preg_match "Syed Ghouse" <[EMAIL PROTECTED]> $B'c'`'`'R'k'Z'](B/$B'c'`'`'R'k'Z']'Q(B $B'S(B $B'_'`'S'`'c'd'q'g(B $B'c']'V'U'e'p'k'V'V(B: news:[EMAIL PROTECTED] Hi all i m doing a project in which i m displaying the statistics of clickcounts of links send thru a messa

Re: [PHP] Crazy Serialize/Header/$_POST PHP Error - Is this a bug?

2004-08-23 Thread Ustimenko Alexander
curt, it`s a bug. on my machine [Apache/2.0.48 (Win32) PHP/4.3.8] all works fine - as expected "Curt Zirzow" <[EMAIL PROTECTED]> ???/ ? ?: news:[EMAIL PROTECTED] > * Thus wrote Peters, Eric: > > I think I've boiled my problemfor some reason I can't header() a seria