php-windows Digest 23 Jul 2003 23:34:42 - Issue 1837
Topics (messages 20873 through 20885):
Re: session problem
20873 by: Luis Moreira
20874 by: Mikael Jansson
20875 by: Mikael Jansson
Re: Web pages not being displayed
20876 by: Mikael Jansson
Help PHP + Acc
Raul,
Thank you very much for your help it works like a charm :)
--
Peter Houchin
Sun Rentals
-Original Message-
From: Raul IONESCU [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 23 July 2003 4:52 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] combo boxes
Be more specific. Send HT
I am curious as to how, from within php, you could emulate the javascript
window.close() function. The other thing is how would I blend javascript and
php, it call javascript functions from php. The javascript will be located
in the same page as the php.
Jon
--
PHP Windows Mailing List (http:/
Hi all.
I'm not a PHP scripter, but rely on one for a web app I run. It's hosted on
an old server of mine, and my new server connects to it from Cold Fusion. I
desperately need it on my new server, but simply can't get it working. I've
tried for over 2 months now, and have had some help from th
No, without any code samples, error logs, URL information or any other
diagnostic information we'd be guessing. Sorry.
At 10:17 23/07/2003 +, you wrote:
Message-ID: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
From: "Greg Whitehead" <[EMAIL PROTECTED]>
Date: Tue, 22 Jul 2003 16:11:22 +0930
Subje
please show me your phpinfo file.
Bogomil
http://webdevmagazine.co.uk/n/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
to connect to db via ODBC:
$dbhandle = @odbc_connect('your_ODBC_DSN',
'user','password');
if($dbhandle == 0)
{
die('Database not connected');
}
where "your_ODBC_DSN" is name of your ODBC source;
then you use all odbc instructions to work with your
db using for example
Got some replies with this the first time but didn't solve the problem so I
am posting again. Please help!
Hi Everyone,
I am having trouble getting the XmlRpc extension working with PnP 4.2.3.
SYSTEM:
Windows XP Pro
PHP 4.2.3 (Running as Apache module)
Apache 2.0.44
When Apache s
I supose you can use the builtin ODBC functionality in PHP (I know its in
PHP Version 4). I'm not sure how to use it but it has functions like
ODBC_connect (), ODBC_execute, ODBC_result and so on so I think its quite
easy to figure out how to use. But as I said before I have never used it,
just fou
I am trying to connect MS Access XP with PHP.
Could Some One Tell Me How to Write a Code For that. (A Sample Code Will Be
Better For Me To Understand).
Advance Thanks.
By Kishore.
_
It's all happening @ F1. Feel the thrill!
http://
If you look at the source code in your browser do you see all of the code
that you sent or is it "cut of" in the end?
Have you checked in your browser settings if the page ar cached or loaded
everytime?
This is just wild guesses to ensure that the browser is not the problem
br
/ Mikael
"Greg W
I am running PHP 4.3.0 on a WinXPpro machine and I recently got problem with
sessions.
What I am building is a loginsystem and I need to save some parameters in
session variables. This works fine on my Win2k pro machine but when I moved
it to winXP it creates two different sessions when I set the
I am running PHP 4.3.0 on a WinXPpro machine and I recently got problem with
sessions.
What I am building is a loginsystem and I need to save some parameters in
session variables. This works fine on my Win2k pro machine but when I moved
it to winXP it creates two different sessions when I set the
If you could interpret them, and the problem would be to get rid of them,
that's one thing.
This is different.
Be more specific.
What warnings ?
- Original Message -
From: "tana dsasa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 23, 2003 11:17 AM
Subject: [PHP-WIN] s
php-windows Digest 23 Jul 2003 10:17:50 - Issue 1836
Topics (messages 20866 through 20872):
Re: Subject: xml trouble - Operator error : XML file not supplied
20866 by: Neil Smith
Web pages not being displayed
20867 by: Greg Whitehead
Listing directory files in individual c
I have installed an user-login aplication on my website (
http://www.norbertnet.ro ) but i have problems with session controls.
I receive all kinds of warnings and i don't know how to interpret them
thanks advanced
-
Want to chat instantly with your online frien
This will do the trick (no tested, written on the fly)
Luis
// column counter
$n = 1;
// start the record
print "";
foreach($files as $file){
print "$file";
// another column
$n++;
// if 8, then
if ($n==8)
{
// close record, open new, and reset counter
pr
Hi folks
I just compiled phpactivescript.dll and register it into my registry.But
when i try to execute some client side script there is errors, please help!
Bogomil Shopov
http://webdevmagazine.co.uk/n/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.n
18 matches
Mail list logo