Re: [nyphp-talk] PHP/MySQL environment problem??

2008-02-29 Thread Glenn
Just curious. Why not use an autoincrement ? I'm probably missing something...??? Back to your question; I think I remember reading something about last_insert_id() being different between mysql versions. Regards, Glenn On Feb 28, 2008, at 2:11 PM, PaulCheung wrote: The application is a

RE: [Norton AntiSpam] [nyphp-talk] error message when I run http://localhost/phpmyadmin/index.php

2008-02-29 Thread Peter Sawczynec
First thing would be to check that your version of phpMyAdmin is compatible with MySQL 6. -Peter From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of chad qian Sent: Friday, February 29, 2008 4:19 PM To: talk@lists.nyphp.org Subject: [Norton AntiSpam] [nyphp-talk] error message w

[nyphp-talk] error message when I run http://localhost/phpmyadmin/index.php

2008-02-29 Thread chad qian
Hi, I install apache,php5,mysql6 and phpmyadmin on windows. When I run http://localhost/phpmyadmin/index.php, I get the error message "phpmyadmin Error Cannot load mysql extension. Please check your PHP configuration. - Documentation" How to solve this problem? Thanks! chad _

[nyphp-talk] The New York Semantic Web Meetup: Semantic Wikis, March 13

2008-02-29 Thread Marco Neumann
The New York Semantic Web Meetup http://semweb.meetup.com/25/ Topic: Semantic Wikis When Thursday, March 13, 2008 at 6:30 PM Where Robert Half Technology 245 Park Avenue 25th Floor New York , NY 10167 Expected Attendees 35 people — 30 Yes, 5 Maybe There's still room

Re: [nyphp-talk] PHP/MySQL environment problem??

2008-02-29 Thread Rolan Yang
Might not be your exact problem, but I once had some issues porting of the the data from one machine to another. The auto increment was failing with a "duplicate index" error, but I could not find any duplicate indices. There was, however, a 0 value in the indexed column, which upon removal, fi