Jeg har lavet en klasse som jeg burger til at indsætte I tabeller jeg vil meget gerne videreudvikle den klasse så jeg også kan bruge den til at opdatere eksisterende rows. Jeg vil gerne have hjælp til hvordan jeg gør dette på den smarteste måde Her er koden som den ser ud nu
class InsertAndUpdate { public $registrations_id = null; public $registrations_name = null; public $registrations_type = null; public $registrations_email = null; public $registrations_phone = 0; public $workshop_id = 3; public function insert() { mysql_query("INSERT INTO `workshop_registrations` ( `registrations_id` , `registrations_name` , `registrations_type` , `registrations_email` , `registrations_phone` , `workshop_id` ) VALUES ('".mysql_real_escape_string($this->registrations_id)."', '".mysql_real_escape_string($this->registrations_name)."', '".mysql_real_escape_string($this->registrations_type)."', '".mysql_real_escape_string($this->registrations_email)."', '".mysql_real_escape_string($this->registrations_phone)."', '".mysql_real_escape_string($this->workshop_id)."')");
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.