[PHP-DB] Re: Strange problem with mySQL

2004-03-25 Thread Daniel Crespo
Strange problem with mySQLTry to put backslashes before each single quote: $query=UPDATE users set pw=\'$hash\' WHERE id=\'$user\'; Remember to put them whenever you need to introduce special characters. Daniel Craig Brown [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED] I

[PHP-DB] File upload bug

2004-03-24 Thread Daniel Crespo
Hi all you there... I realized that when I try to upload a file of about 1MB or more, it doesn't upload... Even changing all the max_limit stuff at the config files of Apache and PHP... So, I don't now how to solve this. In the form, there are: form enctype=multipart/form-data name=frmUploadFile

[PHP-DB] Re:RE: [PHP-DB] File upload bug

2004-03-24 Thread Daniel Crespo
the setting in MySQL, since that seems to be where are uploading it to. some configureations of MySQL set a file size limit that can be loaded in at once From: Daniel Crespo To: [EMAIL PROTECTED] Subject: [PHP-DB] File upload bug Date: Wed, 24 Mar 2004 15:19:15 -0400 Hi all you

Re: [PHP-DB] Store a File (any type) in MySQL

2004-03-22 Thread Daniel Crespo
Ok, I'll consider it... But just, please, could you give me an example code of what I want to do? Thanks a lot. Bruno Santos [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED] Daniel Crespo wrote: Hi everybody... Anyone knows how to store a file (any type) in MySQL? Thanks

[PHP-DB] Store a File (any type) in MySQL

2004-03-21 Thread Daniel Crespo
Hi everybody... Anyone knows how to store a file (any type) in MySQL? Thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Storing a php variable in MySQL

2004-02-25 Thread Daniel Crespo
Hi there. I want to save a variable (its structure and data) in MySQL. I know the function serialize(mixed value), wich generates a storable representation of a value. This storable representation has characters like { and : (when talking about arrays). So, how can I store this in MySQL? Wich

[PHP-DB] Re: MySQL 4.x: Access denied for users when password is set...

2003-12-24 Thread Daniel Crespo
I think you have to modify the config.ini.php that comes with phpmyadmin. I've got the same situation than you. Try that. I hope this helps you. -{ Rene Brehmer }- [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED] Hi gang as subject says ... I've got a pretty weird situation. For

[PHP-DB] Informix - help!

2003-12-14 Thread Daniel Crespo
I have red hat linux with Apache web server and PHP. I want to connect, using PHP, to an Informix Database remotely. What is all I have to do on my side? Thanks a lot -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php