| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Jan 2005
Posts: 439
![]() ![]() ![]() ![]() | Auto numbering in MySQL? Hey guys, I read a tutorial a long time ago on how to automatically have mysql number the rows but I forgot. Anyway, take a look at this for me: ????: NamePros.com http://www.namepros.com/programming/152408-auto-numbering-in-mysql.html Code: $query = "INSERT INTO `games` VALUES (94, $cat, '$flash.swf', '$title', 0, 1, '$img.jpg', '400', '300', '$description', 24, '')"; |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Jun 2004 Location: Iowa City
Posts: 703
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | "auto_increment" in phpmyadmin
__________________ formally ninedogger ------ Want to talk to a stranger? -->| Click Here | TalkToAStranger.com | <-- Meet New Friends |
| |
| | #4 (permalink) |
| Eating Pie Join Date: Nov 2004 Location: Canada
Posts: 2,267
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | In PHPMyAdmin select auto_increments for Extras and change the mysql query to PHP Code: iNod.
__________________ I feel old. |
| |
| | #7 (permalink) |
| NamePros Member Join Date: Nov 2005
Posts: 123
![]() | Hey, It will give you 5 ![]() MySQL keeps tracks off the records.
__________________ CYTechnologies - Professional Website Development and Design GetCustomerRated.com - Get Customer Rated allows a business to capture genuine word of mouth advertising and place it in a virtual player on their website. |
| |
| | #8 (permalink) |
| NamePros Regular Join Date: Jul 2005 Location: United States
Posts: 586
![]() ![]() ![]() ![]() | Another good and helpful tool is MySQL Control Center, that you can download.
__________________ Smooth Stone Services Affordable Web Hosting Solutions Starting at only $4.95/month, IT Consulting and Technical Support Hunt Sources - Hunting Resources Online |
| |
| | #9 (permalink) |
| NamePros Regular Join Date: Dec 2004 Location: Penang, Malaysia
Posts: 886
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Is that possible to get the auto increment value after insert the record?
__________________ █ Hostegic - Premium cPanel Hosting [Softaculous | RvSitebuilder | R1Soft daily backups | LiteSpeed] █ [UK] [Linux - cPanel | Windows - WebsitePanel/Plesk] [Shared Hosting | Reseller Hosting | VPS] |
| |
| | #11 (permalink) | ||||
| NamePros Regular Join Date: Jun 2004
Posts: 563
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
If you are coding in PHP, you can use the mysql_insert_id() function. -Bob
__________________ Want a way to monitor your website against hacking? Check out CrossCheck.net | ||||
| |
| | #12 (permalink) | ||||
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,074
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
PHP Code: PHP Code:
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft | ||||
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Great Scripts for Sale With Resale Rights! | Zeeble | Scripts For Sale | 20 | 01-04-2006 01:39 AM |
| Auto Body Shops Database - 114,270 Records | odditysoftware | Content For Sale | 0 | 11-30-2005 10:54 PM |
| Tutorial: How to Install Apache2 MySQL and PHP on Windows | deadserious | Webmaster Tutorials | 35 | 09-21-2005 09:46 PM |
| HOW TO: Use shell to control MySQL. | abdulmueid | Webmaster Tutorials | 16 | 08-27-2005 08:17 AM |
| Tutorial: Getting Started With MySQL (The Basics) | deadserious | Webmaster Tutorials | 3 | 04-18-2004 01:17 PM |