Skip to content

CGI web application, struggle with variables

this is my first post here. Been reading stackoverflow for a long time and i want to take a time to appreciate everything you do to help community. Thank you. A lack of knowledge in scripting area leads me to creating this post. Due to complication of my problem (in my opinion) i wasnt able to google the solu…

How to combine a input and a hidden value in a form?

I would like to know if there is a way to add a (hidden) value to a input value in a form. For example, I would like to have a number input like so : <input type=”number” name=’questionA’ hidden_added_to_the_input_value=”+test”> (the code doesn’t work), the user…

Trying to access array offset on value of type null in laravel

I am getting this error when I am trying to create a new object I am using this package https://github.com/srmklive/laravel-paypal to integrate the PayPal ExpressCheckout in my Laravel app Error Message ErrorException Trying to access array offset on value of type null Answer You should clear the cache. Run t…

Getting most popular tags [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 1 year ago. Improve this question Writing a query that returns like the table below. What I am trying to do i…