I am trying to save to my database, the submissions from my contact form 7 form. I found some functions (don't know the author) to do so. It works, but it won't
I want to read an specific xml node and its value for example <customers> <name>John</name> <lastname>fetcher</lastname> </cust
I want to iterate through the methods in a class, or handle class or instance objects differently based on the methods present. How do I get a list of class met
I wish to plot a XRD pattern using Gnuplot. The data file is given below # User : # Journal : # Sample Details : # Col 1: 2theta (deg.), Col 2: Intensity (a.
Whenever I try to add an Image to sqlite table it shows null although words are inserted successfully. Code: if (resultCode == RESULT_OK && requestCode
I have the following module: @InstallIn(SingletonComponent::class) @Module object WebServiceModule { @Provides fun provideUserApi( @ApplicationContext cont
My model const FormDataSchema = new mongoose.Schema({...}) // the Shipping schema const ShippingSchema = new mongoose.Schema({ itemstrackno : { typ
I need to take text that a user has inputted into a text field and display it in a message box (a JOptionPane) after a button has been clicked. Here is the code
I have some code that loops thru a flat json doc and creates a hierarchal of the items based on level and position. It all works as expected but i have the need