[PHP] Authentification via php and mysql with session variables

2001-05-18 Thread Andreas Pucko
Hi there, has anybody build and authentication with php and mysql. Where different priorities exist, and session variables? Any ideas? Cheers Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PHP] Installation PHP4 on UNIX problems

2001-05-17 Thread Andreas Pucko
Hi there, I am trying to install PHP4 on a unix server. Apache is already running. I installed the binary version. after sending the command: ./configure -with-mysql -with-apache=../apache_1.3.x -enable-track-vars like in the manual I get the error message that there is no httpd.h file in the

[PHP] MYSQL Password

2001-05-17 Thread Andreas Pucko
Hello, I am trying to get mysql running and connect via php to it. how can I set the password in a unixshell to get access to it? When I try to access the db I get: Warning: MySQL Connection Failed: Access denied for user: 'root@localhost' (Using password: NO) in /psr/mysqladmin/lib.inc.php

[PHP] changing pixelsize of a picture via php

2001-05-16 Thread Andreas Pucko
Hi there, I am trying to change the size of picture (.jpg or.gif) on the server via php. In order to get a smaller file size for a thumb. Has anybody a idea how to do that?? Cheers Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] getting php run on unix

2001-05-16 Thread Andreas Pucko
Hi there, I am trying to get php running on a unix machine. It does not parse my scripts at all. Has anybody a idea to start looking at? Maybe at apache conf? Cheers andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] PHP4 and MySQL on Macintosh

2001-05-14 Thread Andreas Pucko
Hi there, does anybody know if it is possible to run these applications on MAC 0S? Any experiences? Cheers Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

[PHP] Connectivity to MS SQL

2001-05-14 Thread Andreas Pucko
Hi there, I developed an application with a MySQL DB in the backend. Now I have to change my code to connect to a MS SQL DB. Does anybody know how to do that? I can't find anything in my PHP Book regarding this topic. Thanx Andy --- Walter Andreas Pucko W3

[PHP] MSSQL

2001-05-14 Thread Andreas Pucko
Hi there, while tying to connect to a MSSQL DB I get the error message: call to undefined function. I thing my syntax is ok. function pconnect_db() { if (!($link = mssql_pconnect ($DB_SERVER, $DB_LOGIN, $DB_PASSWORD))) { printf(An SQL error has occured. Please contact our

[PHP] Extensions for PHP

2001-05-14 Thread Andreas Pucko
Hi does anybody know which extension I need to connect to a MSSQL DB, and wher I could get it? Thanx Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

[PHP] ODBC connect

2001-05-14 Thread Andreas Pucko
Hi there, I would like to get information out of a database via ODBC. I switched from MySQL. The old syntax does not work which was like: while ($row = odbc_fetch_row($result)) { printf (option value = \%s\%s/option, $row-nr,$row-name); } so, how do I get the nr and name out of the

[PHP] Book PHP4 Professional WROX Mail over SMTP

2001-05-11 Thread Andreas Pucko
Hi there, I bought this book tryed it for 2 days now to bring the Mail over SMTP example to work. It doesn' t work at all. Does anybody have a class for sending E-Mails over SMTP? This really drives me mad. It should not be so complicated to send E-Mails over the net. Can anybody please help

[PHP] Update statement sent by PHP to MySQL

2001-05-11 Thread Andreas Pucko
Hi there, I am trying to update a row in my MySQL database (I am an newbie) It does not work, but the DB does not return an error. Is there an error in the syntax?? // Create the user record //--

[PHP] How to unsubscribe from the list???

2001-05-01 Thread Andreas Pucko
Hi there, I would like to unsubscribe from the phplist and it doesn't work. How do I do that? I already sended a mail to unsubscribe. Any sugestions? Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] Programming PHP in a modular way

2001-04-30 Thread Andreas Pucko
Hello, I am a newi in PHP. Currently I am creating my first site. I would like to programm it modularly. I tryed it, but I came to the point, that I have everything in one file with a huge amount of tables. What would be the best way to build a site with a navigation on the left and content on