I want to create a label sticker with barcode in PDF. Please give me the suggestion to create this things. Now , I use CI3 and dompdf. I have tried googling a
I'm developing some kind of RESTful API. When some error occurs, I throw an App::abort($code, $message) error. The problem is: I want him to throw a json form
Here's the situation: This is a bank website, so when a user clicks an external link (perhaps to a Facebook page or a partner website), there needs to be a box
I'm trying to show a list of models. Having a text filter posed no problem but when trying to add a year filter, problems started occurring. If a non-numeric va
I have an array Array ( [0] => stdClass Object ( [tab_option_name_selector] => 2 [fieldtype] => notes [order] => 12
I am using shopware 5 for my e-commerce website and I am getting this error when logging to the backend: [![Unable to load template snippet][1]][1] 'string:{in
I have an issue with ArrayDataProvider object that Yii2 provides. I have a huge API call that returns more than 7k items (this is a problem because obtaining al
On the start I was getting this error: Call to undefined function yaml_parse_file() I have tried everything what I have found over google: yum install libya
I just cloned a website from one server to another using cPanel import tool (probably this last part is not relevant) The site is a Magento CE store. The new
I have multiple checkbox input elements. <input type="checkbox" name="userpages[]" id="1" value="1"/> <input type="checkbox" name="userpages[]" id="2
I have this filtering feature on my program. It is in the form of a drop-down list. I'm currently using the Select-Option method to display the options on my dr
I'm trying to create a live search feature in CI (which I've never done before). I'm pretty new to web development and am still learning things. I found this li
i want to link my laravel app with Google sheet i use this package : Google Sheets API v4 for Laravel my function : public function doPostData(){ $
We have built a prototype application in PHP and JS using Server-Sent Events (single AJAX requests, multiple streamed events sent by event handlers in PHP). Ess
I've search around on SO, but can't find an exact answer to my needs. Generating a URL is pretty easy... Like so: <link rel="canonical" href="https://exa
I would like to remove the download section from the email template that woocommerce will send after my buyer has placed an order. It doesn’t make sense
I have a PHP DateTime object with microseconds created as follows: $time = microtime(true); $microseconds = sprintf('%06d', ($time - floor($time)) * 1000000);
I am trying to use jquery autocomplete to retrieve tags from wordpress db First I set a function in wp: if ( ! function_exists( 'yourtheme_frontend_scripts' )
I am unable to configure a PHP/MySQL/Apache environment on my local machine using UniServer ZeroXIII. In my Uniserver ZeroXIII control panel the Apache and MyS
I want the value which I select from the listbox and want to store in php variable because I want to use that variable for further use. Please help.. <form