Hi!!
I am a begginer in PHP and I want to create a registeration database which stores the usernames and passwords of the users of my site. I have created a DSN and I connect like this...
ODBC_connect(munimt,Admin,munim)
where munimt is the DSN
Admin---the username
munim---the password
So far so good...i didn;t get any errors...
Now, I want to execute an SQL statement that will search the database....
SELECT * from users WHERE (username=" + $user + ")"
How should I do this?
How do I access the resulting column?
Thank you for your help!
Abdul Munim Kazia🙂