Forum


Replies: 1   Views: 3366
Variable names
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by Scott  · 03-02-2012 - 17:29


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 ?