F5F Stay Refreshed Software General Software Text fields with comma values for entry into MySQL table

Text fields with comma values for entry into MySQL table

Text fields with comma values for entry into MySQL table

Pages (2): Previous 1 2
D
deisel314
Member
112
12-24-2023, 09:38 AM
#11
The concept of swapping commas with other characters doesn't function properly. After storing<|pad|>'s data in the database and then showing it on the page, it will cause further issues. Values such as check boxes and radio buttons only send a value when selected, just like strings. Numeric inputs will always submit a number, even if it's zero. If a string includes "one,two, three", three elements are sent instead of one (similar to how listlen works). Ultimately, it appears there isn't a simple fix. None of the attempts I've made succeed. It might be another reason why Coldfusion websites aren't very active. I believe we can close this discussion now.
D
deisel314
12-24-2023, 09:38 AM #11

The concept of swapping commas with other characters doesn't function properly. After storing<|pad|>'s data in the database and then showing it on the page, it will cause further issues. Values such as check boxes and radio buttons only send a value when selected, just like strings. Numeric inputs will always submit a number, even if it's zero. If a string includes "one,two, three", three elements are sent instead of one (similar to how listlen works). Ultimately, it appears there isn't a simple fix. None of the attempts I've made succeed. It might be another reason why Coldfusion websites aren't very active. I believe we can close this discussion now.

R
RG48
Posting Freak
778
12-26-2023, 02:02 AM
#12
Fair enough - that is your call.
However, there still may be options....
FYI:
https://www.edureka.co/blog/web-scraping-with-python/
R
RG48
12-26-2023, 02:02 AM #12

Fair enough - that is your call.
However, there still may be options....
FYI:
https://www.edureka.co/blog/web-scraping-with-python/

K
Kacper_Bored
Senior Member
389
12-26-2023, 11:16 PM
#13
Thank you for the feedback.
This was mainly about commenting in a database after reviewing several basketball matches.
Appreciate your help.
Maybe something will come up later.
K
Kacper_Bored
12-26-2023, 11:16 PM #13

Thank you for the feedback.
This was mainly about commenting in a database after reviewing several basketball matches.
Appreciate your help.
Maybe something will come up later.

Pages (2): Previous 1 2