[PHP] How to save records from MySQL in separate files?

2002-05-04 Thread Yura
I need all the records in my database saved as separate html files on the disk how can I do this with PHP? Youri <>< <>< <>< <>< God is our provider ><> ><> ><> ><> http://www.body-builders.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

[PHP] changing language on fly

2002-05-11 Thread Yura
I'm looking for possibility to change language of my site on fly you may take a look at http://body-builders.org and see yourself - now when I press language button I can get to the main page in sertain language but what I want it to do is if I'm for example at 'Links' page and click on langua

Re: [PHP] changing language on fly

2002-05-13 Thread Yura
can take advantage of Apache's mod_mime features, and not > have to do so much complicated guesswork to determine when you are > displaying in an alternate language (what if you had pages called > taste.php and taster.php already - how would you make the first one > russian?) > &

Re: [PHP] changing language on fly

2002-05-14 Thread Yura
gt; russian?) > > miguel > > On Sat, 11 May 2002, Yura wrote: > > > I'm looking for possibility to change language of my site on fly you > > may take a look at http://body-builders.org and see yourself - now > > when I press language button I can get to the

[PHP] mail list

2001-11-19 Thread Yura
Hi, I already run php site www.body-builders.org but I wanned to add to it mailing list like this one at php.net I understand general algorithm of it but as newbuy I don't know how MySQL database can receive mail and then add it to the base? so my question is how do i make MySQL database to

[PHP] Re: schedule a task

2001-11-21 Thread Yura
I didn't do it myself YET so you may concider my suggestion as a utopia. However the idea is to record the date of visit of each visitor of your site and then compare last two records (last two visits) as soon as dates are different (dd.mm. - you need to compare only dd) your database ba

[PHP] mailing list script?

2001-11-21 Thread Yura
Hi, I already run php site www.body-builders.org but I wanned to add to it mailing list like this one at php.net I understand general algorithm of it but as newbuy I don't know how MySQL database can receive mail and then add it to the base? so my question is how do i make MySQL database t

[PHP] POP commands

2001-11-22 Thread Yura
Hi, does anybogy know pop3 box management commands? I'm making pop client on php. I know some of the commands like USER PASS RETR DELE TOP but don't know how to use them. I have fputs( $socket_open, "USER " . $username . "\r\n" ); but how do I use RETR or TOP or DELE in these circumstanses?

Re: [PHP] mailing list script?

2001-11-23 Thread Yura
r to set that up for you. > > That script can then take the email, parse it, and shove it into a DB. > > Mike > > Yura wrote: > > >Hi, > > > >I already run php site www.body-builders.org but I wanned to add to > >it mailing list like this one at php.

[PHP] fsockopen() prob

2001-11-28 Thread Yura
I have a global variable $socket_open = fsockopen($pop_server, 110, $errno, $errstr, 60 ); then I define the function: 130 function get_line { 131 $buffer = fgets($socket_open,500); 132 $buffer = eregi_replace("(\r|\n)","",$buffer); 133 return $buffer; 134 } Here I've got the prob -

[PHP] Re: fsockopen() prob

2001-11-29 Thread Yura
function get_line { > 131 global $socket_open; > 132 $buffer = fgets($socket_open,500); > 133 $buffer = eregi_replace("(\r|\n)","",$buffer); > 134 return $buffer; > 135 } > > Fred > > Yura <[EMAIL PROTECTED]> wrote in message > 3C05

[PHP] Re: 2 NEWBIE QUESTIONS

2001-08-23 Thread Yura
On 23 Aug 2001, at 0:16, Georgie wrote: > 1) Is there any PHP command that'll convert a MySQL database timestamp into > a format that humans can read?!! For example, I want to change > "20010822001245" into "00:12.45 on the 22-08-2001"? I believe all previous replies on this qwestion were good f

[PHP] how to sort search results by relevance?

2001-08-27 Thread Yura
How to sort search results of php-mysql site by relevance? <>< <>< <>< <>< God is our provider ><> ><> ><> ><> http://www.body-builders.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

[PHP] Java check

2002-12-16 Thread Yura Ilyaev
Hello Please, tell me how i can check if exists JAVA machine on the client computer? or if this cant be done with php, any other methods... Thank you. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php