I’m using CodeIgniter 3.1.13 and configured my htaccess file to remove “index.php” but when I try to go to a webpage it doesn’t work unless I put the default controller in the URL. Any advice? Going to the following URLs work fine… https://www.example.com https://www.example.com/index.php https://www.example.com/welcome https://www.example.com/welcome/page/test But the following URL does not work… https://www.example.com/page/test How do I get this URL
Tag: php
I use ajax to send data but cannot receive data back from php file [closed]
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers. Closed 4 months ago. Improve this question
Php/mysql Selecting data from table based on the input provided in a drop down
I am basically trying to select data from the backend mysql database based on the input gathered in a previous drop down. However, I am not able to get this working. Looks like I am missing something, but unable to figure that out!! Here is the code snippet that I am trying.. Function code Any suggestions. ![Screenshot]enter image description here
How to group some data on basis of two fields in Laravel?
Here I’m trying to keep track of my Employees Skills like when they are added, when removed and then new skills are added. So, I’m getting storing them in the database as follows: Then Retrieving the data as follows: And then showing them in the blade as: So as expected in the browser it shown like this: But I want
Array data manipulations PHP
I get from my DB data in format like this: Each of array inside has a key: “id”. It mostly look values from 1 to 3. I would like to create a new array based on this “ids” that would look like this: I`ve been trying to do it like this: And that would work, but it doesn`t look good
Doctrine 2.13.2 Warning: Object of class Enum could not be converted to int
Since last week I noticed problem on few places in the app I am working on. After investigation I found that with Everything is ok, but with: App brakes on places where I use enum in query like: I tried to read about it: here and here but I do not see info about this. Error is written in title.
Uncaught Error: Call to a member function get_attributes() on null
Imports several thousand thumbnail images into existing products. For this purpose, I used the attribute that each product “featured-images” has, in which there is a link to the product. The code works fine and sets the thumbnails, but when I log into the admin system I get an error: Uncaught Error: Call to a member function get_attributes() on null. what’s
Echo specific value of a key of an array generated from an XML
I have the following code: That returns the following result: Now I want to echo the value of “CHANGEDATE”, but echo $array[“note”][“RESPONSE”][“CHANGE”][“TEST”][“CHANGEBY”]; returns nothing. Answer There’s no need to go to JSON, you can use your SimpleXML object directly: However, if you really want/need to, the root element note needs to be skipped: Demo: https://3v4l.org/fbTpB
Retrieve Data from POST Method and Display in HTML H1 Tag
Greetings, I am developing a website using WordPress and elementor. I have a form with the POST method on page1 which is redirecting the user to page2. How do I receive that data on page2 and display it in the H1 tag on the same page? Answer Data submitted from a form with the method=’post’ attribute can be accessed using
Drive API uploaded file always has zero size with PHP client
I’m trying to upload files into a google drive in a specific folder using a service account. It all appears to work – but the files always show up with 0 size. I’ve found a couple of very similar questions on here but none of the answers have worked. The code I’m using is: With {PARENT_ID} being the ID of