Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Inserting "E-Mail" Recordset Element into Table Shows PHP Icon...Why?

Guest
Aug 11, 2008 Aug 11, 2008
Hello,

When inserting various elements of my "UserInfo" recordset, i.e. Name, Age, E-Mail, etc. into a table in my document, the name and age parts show up normally, as such: {UserInfo.Name} and {UserInfo.Age}. However, when I insert the "E-Mail" part of my recordset into one of the columns on my document, it just shows a little PHP icon. What does that mean, and why doesn't it show this: {UserInfo.E-Mail}?

Thanks for all assistance


Edit: I think I finally figured out what's causing this. If anyone ever runs into this page while experiencing the same problem, send me a message, and I'll tell you what you have to do to fix it.

TOPICS
Server side applications
314
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 11, 2008 Aug 11, 2008
Granpoh escreveu:
> Hello,
>
> When inserting various elements of my "UserInfo" recordset, i.e. Name, Age,
> E-Mail, etc. into a table in my document, the name and age parts show up like
> this: {UserInfo.Name} and {UserInfo.Age}. However, when I insert the "E-Mail"
> part of my recordset into one of the columns on my document, it just shows a
> little PHP icon. What does that mean, and why doesn't it show something like
> this: {UserInfo.E-Mail}?
>
> p.s. I'm a total noob at all of this.
>
> Thanks for all assistance
>
"UserInfo" is the table name.

UserInfo.Age - the variable "Age" belongs to the table "UserInfo".
-----
zerof

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 11, 2008 Aug 11, 2008
LATEST
Hello,

Thanks for the reply, but I'm really trying to understand what signifigance your answer has to my question.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines