loading from database
#1

Hi,

When in php i load from database text, and write to another table, i need to escape first?
Reply
#2

Yes, although consider using INSERT ... SELECT. I haven't found a case where this is actually useful because it implies storing duplicate data (which is to be avoided). Ideally you store a text once and you reference it from that one location all the time. That includes the player's name.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)