mysql_fetch_object

2002-05-13 Thread Dennis Peyerl
Concerning my actual question to the group, I got the feeling that the function mysql_fetch_object is just not working correctly. Is it possible that mysql_fetch_object is not working, if something gone wrong during compilation-time or if there's a wrong entry in any cnf-file (or php.ini)? I

Supplementation: problem with password auth in mysql-database

2002-05-13 Thread Dennis Peyerl
Sorry I found a mistake in my text. $pass pwd, like it is used in the php. One more thing: I guess it's the php.ini. there are a few differences with the two versions. if you want to compare i'll send you the two phpinfo-files to compare. The script doesn't work when the username is compared

problem with password auth in mysql-database

2002-05-13 Thread Dennis Peyerl
Hello dear group I have a problem with an authentication in mysql. I got a database-table 'user' with columns for 'login' and 'passwort' and several other columns. A customer shall be able to enter his UserID and Password into fields (html input types) and these are posted to the following ph

Load data infile

2002-05-07 Thread Dennis Peyerl
sql, query > >Hello Dear Group > > >I want to use the command LOAD DATA INFILE > >I have a table with 18 columns. But to fill the columns unfortunately I >don't have one input file put two. > >The first on shall fill 16 of the 18 columns. The second one contains >the data of column 8 and colum

mysql@lists.mysql.com

2002-05-03 Thread Dennis Peyerl
> server-side part and will only produce the html-code you want it to > produce. > > If your users have ftp-access to docs, you have a problem. > Yours > Henning > > Dennis Peyerl wrote: > >> Hello >> >> I want to realize the following thing: >> A

mysql@lists.mysql.com

2002-05-03 Thread Dennis Peyerl
Hello I want to realize the following thing: A user shall be able to connect through a php-website into mysql. I have a form with to input types (standard html). The two input types are text and password. I don't know how to use that, to log a user in. Do I have to create a special table for

setup confusion

2002-04-30 Thread Dennis Peyerl
Hi there Server: i386 System: LAMPS (Suse Linux 8.0, Apache, MySQL, PHP, SSL) I've installed MySQL now several times and I am running already two databases. Sounds if I would have understood how things working? I still don't know where the mysql-stuff actually is. Now I want to set up a new se

Re: New Problem with LAMP (CORRECTION)

2002-03-28 Thread Dennis Peyerl
Thank you very much it workes now. Could you tell me, how come, that the search-path points to /tmp/mysql.sock? I've just created a link, but isn't it possibly to change the apache of trying to connect to /tmp/mysql.sock? thnax dcp Me& wrote: >Correction! > >Look for the line socket in the [

New Problem with LAMP

2002-03-28 Thread Dennis Peyerl
Hi there The database is now running, i've created my tables and put the data inside. This is fine. Next step is to create a PHP-Website which communicates with the database, but i am not able to connect over my apache (this is what it seems to me). to log into the database I use > mysq

First Question

2002-03-26 Thread Dennis Peyerl
Hi I am new to the list My boss told me I have three days of time to develop a php-website that is capable to handle SQL-Requests into a database. Problem is I don't have any experiences. Now I have startet with compiling Apache with PHP support and installing the MySQL package which comes wi