Martijn Rotteveel schrieb am Freitag, 24. August 2001, 00:21:53:

> i need a SIMPLE method for performing some pre defined actions on my tables,
> these actions involve retrieving strings, recombining them and inserting 
> into another table.

I don't know exactly what you mean, but if I do, I would write
some functions which do the job.  For example, this function
retrieves the address of a client from the client ID:

function getAddr($id){
         ...
}

In these functions, you are not limited in any way except by your
skills and fantasy.






Herzlich
Werner

-- 
MySQL in Deutschland: Anpassung, Unterstützung, Schulung für Sie
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Dr. Werner Stürenburg <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Consultant
/_/  /_/\_, /___/\___\_\___/   Bielefeld, Germany
       <___/   www.mysql.com   +49-5224-997-407  Fax -409



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to