[PHP] MySQL query time

2002-06-26 Thread Bharath Bhushan lohray
Is there a way to find the time that mySQL took to perform a query. like the one shown when you perform it on the console mode(0.09 sec or so) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mysql Query time

2002-06-26 Thread Bharath Bhushan lohray
Is there a way to find the time that mySQL took to perform a query. like the one shown when you perform it on the console mode(0.09 sec or so) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Weird error!!

2002-06-26 Thread Bharath Bhushan lohray
Bad file descriptor is generally when there is a fault with the disk... try on some other server... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: HTTP REFERER

2002-02-19 Thread Bharath Bhushan lohray
$HTTP_REFERER The address of the page (if any) which referred the browser to the current page. This is set by the user's browser; not all browsers will set this. -from the php documentation -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Re: problem with mail()/html/outlook

2002-02-19 Thread Bharath Bhushan lohray
A program I had written to send notification to recievers when a greeting card was sent to them.. = ?php $msg=htmlheadtitleInd-e-glow Greetings./title/headbodyh3Dear Friend!/h3\nbrYou have an e greeting waiting for you at a

[PHP] Re: Authentication Question

2002-01-16 Thread Bharath Bhushan Lohray
extract from the fauth_table during the login process. Hope this is what you wanted to know I am intrested in your problem. Please correspond. Bharath Bhushan Lohray bharath_b_lohray (at) yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] Re: Authentication Question

2002-01-16 Thread Bharath Bhushan Lohray
extract from the fauth_table during the login process. Hope this is what you wanted to know I am intrested in your problem. Please correspond. Bharath Bhushan Lohray bharath_b_lohray (at) yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] Re: spliti[SOLUTION]

2001-12-22 Thread Bharath Bhushan Lohray
?php $line = no more words to say; $word=spliti( ,$line); echo $word[0] $word[1] $word[3]; ? Tested and works

[PHP] Re: Online editor that edits all pages

2001-12-15 Thread Bharath Bhushan Lohray
IT IS NOT POSSIBLE!!! Php does not permit editing of files on the file system of a remote host. If you want to edit your php scripts on some free host...then place a dirty code editor on that system...It may be slow but it is the only solution... It MIGHT be possible to use the fopen() command

[PHP] Variable Swap?

2001-12-11 Thread Bharath Bhushan Lohray
Is there a way of swapping the values of two variables without involving a third variable. something similar to the SWAP(A$,B$) of BASIC I have a big variable(array) and I want to keep my script's memory requirements as low as possible. -Bharath Bhushan Lohray -- PHP General Mailing List

[PHP] Re: Getting started - what do I need?

2001-12-08 Thread Bharath Bhushan Lohray
Fellows who suggested php triad were right!! It is a good option to downloading PHP, MySQL and Apache!! Php Comprhensive docs.. www.php.net/download-docs.php Php tutorials by v s babu-- http://vsbabu.org/tutorials/php/ (you can download it --very good) Indera [EMAIL PROTECTED] wrote in

[PHP] Binary Header

2001-12-07 Thread Bharath Bhushan Lohray
special headers -Bharath Bhushan Lohray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]