Re: [PHP-WIN] Function assistance

2012-04-23 Thread Paul Vatta
Could it have come down to a simple typo. Checking the table name, do you have a table with the name "memeber" or "member"? On 10 April 2012 02:20, Gavin wrote: > Hi Suman, > > Yes the variables are containing data. vcode is randomly generated, > loginName, and email come in from a form. > > I

Re: [PHP-WIN] Select the specific user data from the database

2010-09-06 Thread Paul Vatta
You could also try the following approach: - on the table, have an INSERT trigger add the username to a column named CREATE_WHO (this can be extended to UPDATE operations too, but this probably isn't necessary in your example) - create a view based on "select * from table where CREATE_WHO = SUBSTRI