Hello,
We are trying to use data from the xxx_add.php within the xxx_events.php. I have noticed in many posts as well as on the PHPR site "&$values", however when I use this like "function AfterAdd(&$values)", I get the following error message:
Technical information
Error type 2
Error description Missing argument 1 for AfterAdd(), called in D:\Program Files\xampp\htdocs\techdialup_add.php on line 130 and defined
URL 192.168.0.2/techdialup_add.php?
Error file D:\Program Files\xampp\htdocs\include\techdialup_events.php
Error line 2
SQL query insert into `techdialup` (`customer_id`, `subscription_id`, `dialupusername`, `dialuppassword`, `comments`) values (1, 429, 'bingo', 'wingo', 'No Comments')
All I am simply trying to do is to extract the values of "dialupusername" and "dialuppassword".
Can someone tell me why?
Rgds,