Welcome Guest, Not a member yet? Register   Sign In
update setting all fields to zero
#4

[eluser]Samus[/eluser]
[quote author="mflammia" date="1334220512"]Thanks for repling

The $person array looks like the below for this particular update:

Code:
Array
(
    [first_name] => Joe
    [second_name] => Bloggs
    [dob] => 1972-08-11
    [phone] =>
    [email] =>
)

Although if I set phone and email to 0, the same problem exits?[/quote]
Check their data types.

For example if your first_name data type is set to "int" (integer) it will only expect an integer any other string inserted will be defaulted to 0.

If this is the case just change their data type to varchar and specify a length.

EDIT: nvm, i see you have appropriate data types


Messages In This Thread
update setting all fields to zero - by El Forum - 04-12-2012, 01:16 AM
update setting all fields to zero - by El Forum - 04-12-2012, 01:24 AM
update setting all fields to zero - by El Forum - 04-12-2012, 01:48 AM
update setting all fields to zero - by El Forum - 04-12-2012, 04:38 AM
update setting all fields to zero - by El Forum - 04-12-2012, 09:30 AM
update setting all fields to zero - by El Forum - 04-12-2012, 10:46 AM
update setting all fields to zero - by El Forum - 04-12-2012, 10:50 AM
update setting all fields to zero - by El Forum - 04-12-2012, 10:56 AM
update setting all fields to zero - by El Forum - 04-13-2012, 01:07 PM
update setting all fields to zero - by El Forum - 04-13-2012, 01:18 PM
update setting all fields to zero - by El Forum - 04-13-2012, 01:31 PM
update setting all fields to zero - by El Forum - 04-13-2012, 01:33 PM
update setting all fields to zero - by El Forum - 04-13-2012, 01:45 PM
update setting all fields to zero - by El Forum - 04-13-2012, 02:27 PM
update setting all fields to zero - by El Forum - 04-13-2012, 04:02 PM
update setting all fields to zero - by El Forum - 04-15-2012, 04:09 AM
update setting all fields to zero - by El Forum - 04-15-2012, 03:17 PM
update setting all fields to zero - by El Forum - 04-16-2012, 09:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB