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]
To
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 o
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 ap
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, e-
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 additional
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 ("%s", $row->nr,$row->name);
}
so, how do I get the nr and name out of the row??
Any suggestions
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, e-mail:
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 webmaster\n
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 Puc
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, e
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
//--
-
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 m
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 PRO
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
14 matches
Mail list logo