Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
php mysql
Name: osaru Date: August 5, 2004 at 18:33:54 Pacific OS: win CPU/Ram: 512M
Comment:
Is there any function that returns the id of the last updated row in PHP/mysql similar to insert_id()?
Name: Khalid Date: August 8, 2004 at 01:50:59 Pacific
Reply:
There isnt. Since you update a row, it already exists. You probably update a row using SELECT, so therefor you can use SELECT to determine the ID(s) of the row(s) you are altering.
Summary: Hi I want to be able to setup a mini web-server to host local pages for an intranet. I want a server that will be based on XP pro but needs to use PHP & MySQL as thats what its been coded with. I do n...
Summary: Trying to test out IIS 5 with PHP, MySQL, and phpMyAdmin. While I have gotten all of this communicating and working I have one problem. phpMyAdmin reports a problem stating that: The mbstring PHP exte...
Summary: Absolutely! You should start by finding a PHP/MySQL tutorial to learn some basics about interacting with the database and perhaps learn a little about database structure. That will be very important. ...