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] Function assistance

2012-04-09 Thread Gavin
Sorted :) Best Regards, Gavin Chalkley On 09/04/2012 17:14, madavapeddi suman wrote: hi,     Trying seeing whether $vcode ,$loginName and $email variables contains the values?   /Suman

Re: [PHP-WIN] Function assistance

2012-04-09 Thread Gavin
The starngest part is it works absolutly fine on XAMPP setup Best Regards, Gavin Chalkley On 09/04/2012 17:14, madavapeddi suman wrote: hi,     Trying seeing whether $vcode ,$loginName and $email variable

Re: [PHP-WIN] Function assistance

2012-04-09 Thread Gavin
Hi Suman, Yes the variables are containing data. vcode is randomly generated, loginName, and email come in from a form. I have used var_dump, and also print on the variables, and data is there. Best Regards

Re: [PHP-WIN] Function assistance

2012-04-09 Thread madavapeddi suman
hi, Trying seeing whether $vcode ,$loginName and $email variables contains the values? /Suman On Mon, Apr 9, 2012 at 11:44 AM, Gavin wrote: > All, > > I am having a small issue which is making me bang my head against a wall. > > I am running XAMMP with PHP 5.4 installed and this worked befor