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
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
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?)
>
&
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
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
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
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 -
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.
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?
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
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
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
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
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
14 matches
Mail list logo