This topic is locked

How to update selected records with value from dropdown box

3/31/2014 4:00:24 AM
PHPRunner General questions
J
jackheitzer@gmail.com author

How to update selected records with value from dropdown box: here's the link:
LINK
Hi,
I've tried this trick and it works great, however...
I use this trick to insert a firstname in a table. In a few occassions the firstname to insert is a double name; let's say "Billy Bob". In the table only the first portion of the name is inserted (Billy), the second part (Bob) is omitted.
Is there a way to insert the full double name,
Thanks,
All the best,
Jack

Sergey Kornilov admin 3/31/2014

You need to explain how exactly you have that setup and what is not working. It's just not clear what may not work here. This code if quite generic and can be used to all sort of updates and not limited to first name.