don't confuse client side operations such as keyboard handling (eg
jscript,vbscript) with server side scripting (eg php).
--
Louis Solomon
www.SteelBytes.com
"Barry Fawthrop" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all
>
> being new to PHP I would like to try and conve
See if this gets you what you need:
function emu_getallheaders() {
foreach($_SERVER as $h=>$v)
if(ereg('HTTP_(.+)',$h,$hp))
$headers[$hp[1]]=$v;
return $headers;
}
It was posted not too long ago here:
http://us2.php.net/manual/en/function.getallheaders.php
Hope that helps
>>Does Firefox support COM objects
>> ask the firefox team
> theres some css for firefox you can use
umm ... what does CSS have to do with COM?
--
Louis Solomon
www.SteelBytes.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
theres some css for firefox you can use
like a radius for buttons and stuff
On 5/16/05, Louis Solomon [SteelBytes] <[EMAIL PROTECTED]> wrote:
> ask the firefox team
>
> --
> Louis Solomon
> www.SteelBytes.com
>
> "Dang Nguyen" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Hel
Hi all
being new to PHP I would like to try and convert some of the apps I have
into PHP
PHP that produces a webpage or HTML code displayed in a brower
1) Can you use shortcuts, Like Alt+F, and Alt+F4, etc. Can you capture
these key inputs, and have the script perform an action, or can it only
Hello
I have a problem with Windows 2003 SP 1, IIS, PHP 5.0.4, CGI and FastCGI.
In some cases the PHP generated HTML source code delivered to the client is
cut off. Not the whole HTML source code ist deliverd. This occurs not
regularly.
Example: call page test.php -> the site is well displayed.
And advice : to pick up a greater number of hints, post in English...
Doing so, you help yourself and possibly someone else with the same problem.
Do you MySQL setup ?
Can you open a database through the command line ?
If not, then start by having a proper DB installation.
If this is OK, then your
http://www.apachefriends.org/en/
wrote:
Não consigo configurar o mysql para funcionar com php...alguém pode me ajudar ???
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Aidal wrote:
Hi NG.
I'm having trouble making a local php script open a remote php script and
save the output of the remote script in a local file.
I have FTP access to the remote server, so if placing the "local" script at
the same server as the "remote" script, makes this easier this would also
Tom Patterson wrote:
I have installed PHP 5.0.4 on my desktop along with Apache 2.0.54. They both seem
to be working, as when I bring up the Apache Service Monitor, it shows
"Apache/2.0.54 (Win32) PHP/5.0.4 mod_jk2/2.0.4.
However, when I try to test the PHP installation, by setting up a test.php
(BDear all,
(B
(BI'm encountering a problem how to access HTTP headers in IIS.
(BI know there is a function getallheaders() for Apache, but what about IIS?
(BDoes anyone have any idea? Thank you so much in advance!
(B
(BYong
(B2005/5/17
(B
(B--
(BPHP Windows Mailing List (http://www.ph
11 matches
Mail list logo