ID: 10410
Updated by: dbeu
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: MySQL related
PHP Version: 4.0.4pl1
Assigned To:
Comments:
Previous Comments:
---------------------------------------------------------------------------
[2001-04-19 17:14:57] [EMAIL PROTECTED]
config
-------
Apache 1.3.19 as standalone server
PHP 4.0.4pl1 for Win32 platform
(standard local developpement station for website creation testing)
code
-----
<CODE>
$query = "insert into createur (cr_nom, cr_prenom, cr_pseudo, cr_age, cr_email,
cr_homepage) values ("".$nom."", "".$prenom."", "".$pseudo."", "".$age."",
"".$email."", "".$homepage."")"; //create the query string
if(($result = mysql_query($query))==FALSE)
{...}
</CODE>
message
--------
Warning: Supplied argument is not a valid MySQL-Link resource in
d:ze_ioioapacheapachewwwaddtodatabase.php on line 44
problem
--------
Display the message above but still update database !
things tried
-------------
- add $connexion in mysql_query($query, $connexion) => result : same problem
- print out the string $query before executing it => query is okay
- execute query from mysqlmanager utility => no problem reported by mysqlmanager
- cut and paste the working mysqlmanager query into source code => problem is still
there
Please help !
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10410&edit=2
--
PHP Development 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: [EMAIL PROTECTED]