This topic is locked

AJAX - 'add new' question

3/26/2008 5:28:56 AM
PHPRunner General questions
L
Lisa2006 author

Hi All,
I have the following setup:
Table: posting

Fields: name, address, town, city, postcode, etc

"town" field has been setup as a lookup table.
Table: town

Field: town
_Here's the requirement

_Every time a user cannot find a pre-populated town they will click the "add new" link and add a new town.

I need a way to transfer this new town entry to a variable called $newtown.
Thanks
Lisa

J
Jane 3/26/2008

Hi,
this task can be accomplished editing generated ..._addnewitem.php file manually.

However we don't have a ready to go solution for this.