I wonder why this sarcasm? Why so rude?

-afan


> [EMAIL PROTECTED] wrote:
>> ?!?!?!?!?!?!
>
> I hope youi used str_repeat() to generate that.
>
>>>
>>> seriously though, have you tried it?
>>>
>>> that said your [probably] better off just doing 1 query:
>>>
>>>     UPDATE members SET member_name = 'N/A' WHERE member_name = '';
>>>
>>> that said your [probably] better off leaving the name empty or setting
>>> it
>>> NULL if
>>> it's unknown and showing 'N/A' in whatever output screen it's relevant
>>> for
>>> any
>>> names that are found to be empty.
>>>
>>>> Thanks
>>>>
>>>> -afan
>>>>
>>> --
>>> PHP General Mailing List (http://www.php.net/)
>>> To unsubscribe, visit: http://www.php.net/unsub.php
>>>
>>>
>>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to