I've got a couple suggestions on how i should be able to solve my
problem.
I got to elaborate a bit to know if any of these work.
ThanX for the help.
--
Michel Laine
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
Sorry? I'm a little confused what you're saying. :-)
I gather it works though? The email I sent may have been a bit mixed up,
the answer kind of came to me as I was typing it, then I checked it to see
if it worked and then sent it to you.
I hope it's working for you OK! :)
Ross
-Origina
What database are you using? There are several you can use.
mssql, mysql, postgresql to name a few. Also, what system are you using
(Windows 9x, 2K etc) and which server are you running? Let us know and
we'll probably be able to get you up and running
Ross
-Original Message-
From: Rao
Hi,
I'm a newbie and I'd like to know how to connect to a database. what goes in
the hostname, username, etc. parameters, and how to use that connected db.
Thanks
Raoul Snyman
Hello Everyone,
I am generating some analylitical reports from a database using S-Plus
that produce a gif and then calling that gif as part of the report. But
I need to rotate this gif 90 degrees CW.
Can I do that with PHP?
Platform
-
W2K
MySQL
PHP 4.04
--
Rober
I am looking for a php script that will allow me to input user name and then
let me send them a page once I click on their name and type a short text
message. If anyone can lead me in the right direction, I thank you.
Thanks
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-
http://paa.fragland.net/hosted/myquestion/
here you find my question, thx
--
PHP Windows 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]
Dear Ross.
Thanx a lot.
Pretty works.
You even don't know how did you help me.
Marek.
- Original Message -
From: Ross Fleming <[EMAIL PROTECTED]>
Newsgroups: php.windows
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 01, 2001 8:11 PM
Subject: RE: [PHP-WIN] include("remote host") under
php-windows Digest 1 Nov 2001 21:40:17 - Issue 833
Topics (messages 10144 through 10165):
Apache not running correctly
10144 by: Laura Varney
10145 by: Ross Fleming
10146 by: Svensson, B.A.T.
10147 by: Svensson, B.A.T.
10149 by: DL Neil
File Upload o
I'm getting calls to an undefined function in ADODB called FieldCount but it
doesn't seem to be in the adodb.inc.php
Does anyone know where I can find it?
Thanks,
John
-
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED
English:
i wonder about how i can make a login-system to my page. and this should
work in a forum-system.
could enyone help me?
Mvh
Karl S. Løland
--
Norsk:
jeg lurer på om hvordan man kan lage et login/registerings system til et
forum
He already stated that he used phpinfo(); and it was looking in c:\winnt.
as to your question im not really sure. I think there's a way that you
can tell PHP to use a certain ini file, im not sure though. Double check to
make sure you used the php.ini-dist and not the optimized one. Had t
Right if I understand this right, then I think this should do the trick:
In your href tags to the login page (say login.php) should look like this:
Click to login for page A and
Click to login for page B.
Your login page will now have a variable called $came_from containing either
A or B. No
I've been working on this all day and still am no further than I was
this morning. I'm pulling my hair out. In php.ini, the upload_tmp_dir is
set to "F:\PHP\uploadtemp", which is right where it should be. When I
upload a file, if I echo it, I get the path to the file, however, when I
go into the s
I would assume, that because linux is built around networking, making a
reference to http://whatever would tell linux to look on the internet for
the file. window isn't built the same way, so it doesn't know to look
beyond it's filing system. As to a solution, I'm not sure.
I'd look into fopen
Hi.
I forget that any answers please send to group cause I'm sitting behind
modem ;- and got no incomin mail configured.
Marek.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the lis
Hi all.
I have searched almost everything on the net regarding php and windows
focusing on one thing.
How to include to php script started on apache on w2k external sript placed
on some URL.
Source of test script (http://mylocalhost/marek.php)
http://hermes.com.pl/test.php");
?>
and answer viewe
Hi to all,
I created the way to set multidimensional array into database using
serialize function. Code looks like:
$person = array("afan", "pasalic", "pasa", "123456789");
$home = array("home address comes here", "home city", "home state", "home
zip code");
$work = array("work address comes her
Finally realised what was wrong - You need to manually copy ALL the SQL
Server client network files from the sqlServer box into the system32
directory on the PHP/IIS server box. - then magically the module loads and
works - Using a regular SQL client install some of the files tha PHP needs
dont ge
check to make sure you have extension_dir = c:\php\extensions or
c:\winnt\system32 (whereever you are loading the dlls) in php.ini
-Original Message-
From: Mike [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 01, 2001 11:45 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [P
Do you have the MSSQL client installed on that box?
- Erik
> -Original Message-
> From: Mike [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 01, 2001 10:45 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: [PHP-WIN] 4.0.6 mssql.dll Extension load failure
>
>
> We have PHP
We have PHP installed as an ISAP module on our W2K IIS5 server and
its operational with no problems - phpinfo() runs just fine.
But - When I uncomment the php_mssql.dll extension in php.ini I get an error
when PHP starts up saying it cannot find the .dll file.
The extension directory is correctl
I need some guidance on the following problem.
I have a setup where the usage flow is (kinda) like this:
Page A \ /\
| Login -+-- [done login]
Page B / |
\ \ (back to calling page) /
Nice ascii art
Is this what you needed?
Don't remember where i found this - so i attached it to this email.
--
Michel Laine
DESCRIPTION:
What is Date_Calc?
Date_Calc is a calendar class used to calculate and
manipulate calendar dates and retrieve dates in a calendar
fo
Somewhere on my travels around the many PHP/script sites, I'm sure that at one time I
noticed a date-display
utility. I cannot find it again. Please would someone point the way...
What I'm looking for:
displays a form with a variety of date/time fields, user enters a date/time into
various fiel
I have installed apache onto my machine (W2K)
but when i type "localhost" in IE5 it says page
cannot be found, apache is running as a console window
I think this means Apache is not running correctly
I have added these lines to my httpd.conf file:
LoadModule php4_module /php/sapi/php4apache.dll
Hi,
I know this is a question asked all the time and but this one's got me
confused. I'm attempting to have a form upload an image. Simple enough.
The file gets moved up to the temp directory just fine. If I echo the
file, I get something like "F:\PHP\uploadtemp\php56.tmp", which is right
where i
On second thought: which pages do you excatly try to access?
The defualt? Is there any defualt pages set, and does the page exist?
-Original Message-
From: Laura Varney
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: 2001-11-01 11:24
Subject: [PHP-WIN] Apache not running correctly
I have
Does 'ping localhost' work?
-Original Message-
From: Laura Varney
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: 2001-11-01 11:24
Subject: [PHP-WIN] Apache not running correctly
I have installed apache onto my machine (W2K)
but when i type "localhost" in IE5 it says page
cannot be found
What port have you got apache set up to use? What "file not found" page
are you getting?
Ross
Laura Varney wrote:
>
> I have installed apache onto my machine (W2K)
> but when i type "localhost" in IE5 it says page
> cannot be found, apache is running as a console window
>
> I think this means
I have installed apache onto my machine (W2K)
but when i type "localhost" in IE5 it says page
cannot be found, apache is running as a console window
I think this means Apache is not running correctly
I have added these lines to my httpd.conf file:
LoadModule php4_module /php/sapi/php4apache.dll
php-windows Digest 1 Nov 2001 09:27:20 - Issue 832
Topics (messages 10136 through 10143):
multidimensional array
10136 by: afan
10138 by: Justin Garrett
PHP4, Xitami, NT4 Workstation issues
10137 by: Erik H. Mathy
PHP.ini problems
10139 by: Harry Blohm
I need this too ! :(
"Paul - Zenith Tech Inc" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> Does anybody know where I can download the php_mcrypt.dll extension for
PHP
> 4.06??
>
> Many thanks,
> Paul
>
>
--
PHP Windows Mailing List (http://www.ph
33 matches
Mail list logo