S
|
stealthwifi author 1/28/2010 |
I have a Before Record Add event that performs a query then uses the result to fill in the "Number" field. It was made for ASP but I'm playing with PHP before we swtich and wanted to get this working first. Any idea how to convert?
str = "<table width=100% bgcolor="
|
J
|
Jane 1/28/2010 |
Here is just a sample: global $conn; |
S
|
stealthwifi author 1/28/2010 |
Thanks Jane that's perfect!
|