![]() |
romaldus 1/31/2017 |
What do you mean with: |
C
|
cjsaputo author 2/2/2017 |
What do you mean with: "...
|
![]() |
Admin 2/3/2017 |
This question doesn't make much sense in the way it is asked. Tables normally have multiple records and it is not clear how do you pick a single value from that table. |
![]() |
romaldus 2/4/2017 |
[size="5"]In table
|
C
|
cjsaputo author 2/4/2017 |
This question doesn't make much sense in the way it is asked. Tables normally have multiple records and it is not clear how do you pick a single value from that table.
|
![]() |
romaldus 2/5/2017 |
Perhaps you can incluce some screenshots |
![]() |
HJB 2/5/2017 |
It seems as if a kind of re-invention of the wheel is somehow on here. World's best RAD tool ever has a built-in field feature named "No duplicate field entries". |
C
|
cjsaputo author 2/9/2017 |
I have decided to simplify, I thought. It seems as if a kind of re-invention of the wheel is somehow on here. World's best RAD tool ever has a built-in field feature named "No duplicate field entries". So, once a NEW record is added, the auto-incremental function of ID assignment in junction with "No duplicate field entries" would automatically sort out the problem as any NEW donator would be assigned to an auto-incremental ID anyway why existing donators can repeat donations too. Just my 2 cents on the issue ... P.S. https://xlinesoft.com/phprunner/docs/hide_repeating_values_on_list_page.htm ... is providing best VIEW of ID's of all kinds of donators (NEW = ONE ID and ONE ROW, multiple DONATORS = ONE ID, MULTIPLE ROWS) P.S. Correct naming inside world's best RAD tool reads: PREVENT DUPLICATE VALUES ( view 2nd screenshot inside https://xlinesoft.com/phprunner/docs/_edit_as__settings.htm ) |
![]() |
Admin 2/13/2017 |
The following line of code is meaningless: $_GET["&donorid2"];
|
C
|
cjsaputo author 2/14/2017 |
The following line of code is meaningless: $_GET["&donorid2"];
|