Re: [PHP-DB] Current web page being displayed

2005-08-06 Thread Shahmat Dahlan
Or you can do the one show below M Saleh EG wrote: lol... print_r($_SERVER); would be enough to show you all the server array tags. On 8/7/05, *Shahmat Dahlan* <[EMAIL PROTECTED] > wrote: You can try foreach ($_SERVER as $key => $value) echo "$key

Re: [PHP-DB] Current web page being displayed

2005-08-06 Thread Shahmat Dahlan
You can try foreach ($_SERVER as $key => $value) echo "$key => $value"; or you can check out them out in when calling phpinfo (); RaJeSh VeNkAtA wrote: hai .. if u r seeing http://www.google.com/blog/myblog.php then $_SERVER[SERVER_NAME] would give u www.google.com and $_SERVE

Re: [PHP-DB] Current web page being displayed

2005-08-06 Thread RaJeSh VeNkAtA
hai .. if u r seeing http://www.google.com/blog/myblog.php then $_SERVER[SERVER_NAME] would give u www.google.com and $_SERVER[PHP_SELF] would give u /blog/myblog.php for details just print the array $_SERVER and see it .. On Sat, 6 Aug 2005, Ron Piggott wrote: What

Re: [PHP-DB] Current web page being displayed

2005-08-06 Thread Webmaster
Ron Piggott wrote: What is the correct $_SERVER that tells me what page is currently being displayed? Ron http://www.php.net/reserved.variables Never used it, but I'm going to guess script_filename or script_name ? HTH, Roger -- PHP Database Mailing List (http://www.php.net/) To unsubsc

[PHP-DB] Current web page being displayed

2005-08-06 Thread Ron Piggott
What is the correct $_SERVER that tells me what page is currently being displayed? Ron -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: Php with MySQL replication

2005-08-06 Thread Matthew Weier O'Phinney
* "David Brinks" <[EMAIL PROTECTED]>: > I seem to be having a problem when using php with a replicated database and > the replicated database not being updated correctly. I have verified that > replication in general works. When transactions are entered through either > a perl script or through c