First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Newbie - am wondering how to use PHP (?) to get thename of the user logged on to 'my' https:// site
Greg Cocks wrote: Gustav, *Works like a charm! Much appreciated... SO CLEAN AND SIMPLE!* If you or anyone feels so inclined: $logged = $_SERVER["AUTH_USER"]; print $logged."<br />"; list($logged_on_userdomain,$logged_on_username) = split("\\",$logged); print $logged_on_username... 20 Feb 2008 12:55
Newbie - am wondering how to use PHP (?) to get the name of the user logged on to 'my' https:// site
Hello, I am a (relatively) newbie to PHP - and am wondering how to use PHP (?) to get the name of the user logged on to 'my' https:// site. IT set up the site via SSL and using active directory's users (i.e., IIS and Windoze...) for the logon. Every staff member can logon with their own Windoze network credent... 21 Feb 2008 02:06
cannot compile php 5.2.5 following instructions exactly withvc++ 6
friso wrote: I have followed the instructions exactly on http://php.nederland.net/manual/en/install.windows.building.php but I end up with this error... Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. internal_func... 19 Feb 2008 09:38
What's the difference between <? ?> and <?php ?>???
In your php.ini, if you want <? and ?> to work, you need to turn on "short tags". However, it is better to write long-tag compliant code in the first place. However, going through and editing that much code can be a bit of a bother. friso wrote: all I know is that <? ?> are not XML compliant and you are adv... 18 Feb 2008 09:11
What's the difference between <? ?> and <?php ?> ???
all I know is that <? ?> are not XML compliant and you are advised to use <?php ?> instead... ""Abhishek Dutta"" <abhisek.dutt(a)gmail.com> schreef in bericht news:b7a836190709300013m3c2fe240h5a74749607aed330(a)mail.gmail.com... Hello. I just did a 'manual' installation of php on my winxp. A very weird (ma... 18 Feb 2008 07:29
cannot compile php 5.2.5 following instructions exactly with vc++ 6
I have followed the instructions exactly on http://php.nederland.net/manual/en/install.windows.building.php but I end up with this error... Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. internal_functions.c ext\libxml/encoding.h(28... 18 Feb 2008 07:29
Installation blues
Hello, I am trying to setup a dev environment on my Win XP Pro SP2 system. I already have MySql Community server v5.0.24. I install Apache server v2.2.8 with SSL on localhost. I install PHP version 5.2.5 using the installer selecting : MySql MySqli Installations work fine! However, when I startup Apache... 18 Feb 2008 11:13
php: mail
Im using this code to sent an email from the server to an email that the user write into a form, with a file attached, BUT it seems not to work. It 'echo' the message 'Mail Sent' but im not reciving any email, i even check on my spam... not in gmail or yahoo or hotmail Thanks!!! <?php $file=$_POST['file']; ... 14 Feb 2008 22:22
Concurrency issue on session file on harddisk
Hello, the company I work for has a problem with teir intranet based on php. All intranet pages are framesets, containing a menu on the left and the content part on the right. Both frames use the same session file stored in the session_save_path. Often the following error occures: When opening a frameset pa... 14 Feb 2008 05:08
PHP 5.2.5 Windows Binaries with ncurses ?
Is there any PHP 5.2.5 Windows Binaries compiled with ncurses ? pcusrx ... 11 Feb 2008 12:17
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21