This is a discussion on Inserting (almost) duplicate rows! within the MySQL forums, part of the Database Server Software category; --> I'm thinking about creating a button in my (php built) contacts page called something like "New contact at same ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'm thinking about creating a button in my (php built) contacts page called something like "New contact at same address". I can probably figure out how to do it in PHP but I was wondering if there's a simple way to do it just using mysql. I store all the contacts info in a single table. Any thoughts appreciated. |
| ||||
| strawberry wrote: > I'm thinking about creating a button in my (php built) contacts page > called something like "New contact at same address". I can probably > figure out how to do it in PHP but I was wondering if there's a simple > way to do it just using mysql. > > I store all the contacts info in a single table. > > Any thoughts appreciated. > No, MySQL doesn't understand HTML GET or POST requests. You'll need to use PHP or a similar language. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |
| Thread Tools | |
| Display Modes | |
|
|