How can I decrypt this ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dkshri_jain
Forum Newbie
Posts: 8
Joined: Tue Dec 27, 2005 12:03 am
Location: India
Contact:

How can I decrypt this ?

Post by dkshri_jain »

I inserted a value in a username table which have only one field name.

insert into username values('sanath'); values is inserted

now how can i decrypt it.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

there's nothing to decrypt. :?

Are you sure you don't mean query for it? SELECT syntax is what you should read about.
Post Reply