Built a form - works perfectly.
Built db connection - works perfectly.
even built a chronoconnectivity page to display perfectly - love it all -- (with exception that connectivity should be able to connect to multiple databases like the DWeaver connection tools...but that is coming I am sure...)
Here is my question ---
I want to limit my users to being able to submit this form I created ONLY once per email of the registered user...
So I want to run a search on my database PRIOR to submitting based on whether or not that USER ID or that USER EMAIL is already in my newly created TABLE...
Does that make sense?
In regular PHP I would just create the select statements then run the loop to see if I hit pay-dirt or not --- but where would I go about inserting this logic into the mix chronologicallly (no pun intended...)
Built db connection - works perfectly.
even built a chronoconnectivity page to display perfectly - love it all -- (with exception that connectivity should be able to connect to multiple databases like the DWeaver connection tools...but that is coming I am sure...)
Here is my question ---
I want to limit my users to being able to submit this form I created ONLY once per email of the registered user...
So I want to run a search on my database PRIOR to submitting based on whether or not that USER ID or that USER EMAIL is already in my newly created TABLE...
Does that make sense?
In regular PHP I would just create the select statements then run the loop to see if I hit pay-dirt or not --- but where would I go about inserting this logic into the mix chronologicallly (no pun intended...)