I get some very strange results when I use an “_” for example $first_name$” in a variable name. Specifically if I use this in a table and try and insert 3 rows of data only the first row is inserted. However if I take out the “_” and use $firstname$ it seems to work ok. I suspect it may be a preg_replace issue but can’t be sure
Any idea if this is a known issue ?