[PHP-WIN] Login from another page

2002-10-25 Thread Douglas F. Keim
I installed php, mysql and phpbb on my web site. The bbs is great and a wonderful way to communicate with clients and family. However, there is an area on my web that I have password protected earlier with a MS Access database. Now I have two databases to maintain and two areas that I have to se

[PHP-WIN] MS Access

2002-10-25 Thread Douglas F. Keim
I have been kicking around using MS Access for the BBS, is there a way to do this? Through ODBC? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Rows of data all the same

2002-10-11 Thread Douglas F. Keim
_num_fields($result); > for ($i=1;$i<=$numfields;$i++) { > echo "".odbc_field_name($result,$i).""; > } > echo ""; > while (odbc_fetch_into($result,$row)) { > echo ""; > for ($i=0;$i<$numfields;$i++) { > echo "$row[$i]"; >

[PHP-WIN] Re: Rows of data all the same

2002-10-11 Thread Douglas F. Keim
""; > for ($i=0;$i<$numfields;$i++) { > echo "$row[$i]"; > } > echo ""; > } > echo ""; > } > > ?> > > regds, > -Original Message- > From: Douglas F. Keim [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October

Re: [PHP-WIN] Re: Rows of data all the same

2002-10-10 Thread Douglas F. Keim
15a91d0$[EMAIL PROTECTED]... > How did you do loop? Did you do something like this: > > $result = mssql_query($query); > > while (@line = mssql_fetch_row($result)) { > print "$line[0], @line[1], @line[3]\n"; > } > > > -Original Message- > > From: D

[PHP-WIN] Re: Rows of data all the same

2002-10-10 Thread Douglas F. Keim
n php. And if so, I don't know how to verify that. Any suggestions? "Douglas F. Keim" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have this query that I performing on the database. > > Unfortunately, it is returning all

[PHP-WIN] Rows of data all the same

2002-10-09 Thread Douglas F. Keim
I have this query that I performing on the database. Unfortunately, it is returning all the same information for all rows. The table has three rows of data in it Tbl_IDTbl_NameTbl_Age 1Horse21 2Cow 30 3

[PHP-WIN] Re: Where can I get php_odbc.dll

2002-10-09 Thread Douglas F. Keim
Thanks - I found that out. "Brian McGarvie" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > you dont/should'nt need it, ODBC is built into php as a standard module... > > "Douglas F. Keim" <[EMAIL PROTECTED]

[PHP-WIN] Where can I get php_odbc.dll

2002-10-08 Thread Douglas F. Keim
I can't find it anywhere. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: ODBC connection parameters

2002-10-08 Thread Douglas F. Keim
OK - found it. odbc_connect. But now I am looking for a db_query and there is none for odbc. I can do the $Query ok but can't seem to find. "Douglas F. Keim" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am trying to con

[PHP-WIN] ODBC connection parameters

2002-10-08 Thread Douglas F. Keim
I am trying to connect to an ODBC database that is not Access nor MSSQL. I have the ODBC entry done and have tested the connections within the ODBC manager. I noticed that a connection within PHP begins with $Link, but I can't seem to find the values for the rest of the statement. for Mysql it

[PHP-WIN] Can we upload images on the BBS?

2002-10-07 Thread Douglas F. Keim
I am putting together a BBS for my family. I would like to be able to upload/download images. Can this be done with phpbb? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] phpBB won't install

2002-10-05 Thread Douglas F. Keim
I installed PHP and MySQL. Tested PHP and started the MySQL server with the standard databases, mysql and test. Server is going on the database with the little stop signal green in the tray. I created a new database for the BBS, YodaBBS is the database name. I can connect to it using DOS MySQL

[PHP-WIN] MySQL install for BBS on PHP

2002-10-04 Thread Douglas F. Keim
I am looking at the different version for MySQL under Windows. I have downloaded one zipi file entitled "mysql-max-3.23.49-win" and second one named "mysqlgui-win32-static-1.7.5-2" Which one is the right one to install? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-WIN] What do I need to do?

2002-10-04 Thread Douglas F. Keim
Thanks Matt. I got PHP installed and I created the page for the web and viewed it. Now before I install the PHP BBS, I think that I need to have the database running. Let me expand on the MSSQL thing. I have seen this icon in the tray of some other customers. It appears like a server with a g

Re: [PHP-WIN] What do I need to do?

2002-10-04 Thread Douglas F. Keim
your question is basically "How do I install php?" > > The answer top this question is: > > consult www.php.net/manual which will cover most > things you need to know to get php up and running. > > > > -Original Message- > > From: Douglas F. K

Re: [PHP-WIN] What do I need to do?

2002-10-04 Thread Douglas F. Keim
As I stated in the first message, I am interested in phpbb. This is a pre-designed BBS as far as I know. I needs PHP in order to run I think. So all I want to do is install what is necessary and run the canned BBS. "B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message 000a01c26bb0$efa24340$[E

[PHP-WIN] What do I need to do?

2002-10-04 Thread Douglas F. Keim
Ok! I am really in the dark here. I have tried several different things and none of them have worked. I want to create a test bulletin board on my personal box. Once this is completed, I am going to try to get this set up at the ISP that runs a web site for a club I belong to. They just need t

[PHP-WIN] Unable to load dlls

2002-09-26 Thread Douglas F. Keim
I have tried to install PHP on XP Pro - Installed on D:\PHP. tried the http://localhost/test.php but keep getting the error messages that it was unable to load a whole bunch of dlls. This certainly is not a typical windows install. Too much manual stuff to do apparently. -- PHP Windows Mail