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
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
_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]";
>
"";
> for ($i=0;$i<$numfields;$i++) {
> echo "$row[$i]";
> }
> echo "";
> }
> echo "";
> }
>
> ?>
>
> regds,
> -Original Message-
> From: Douglas F. Keim [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October
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
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
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
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]
I can't find it anywhere.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
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
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:
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
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
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
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
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
19 matches
Mail list logo