Skip to content

infinite array loop and combine with other array in loop [PHP]

First, I don’t know is it my question title is correct or not, I’m sorry if I make any confuse. So I have a set of array which I need to combine on tree method to become any possible new set of array. here is my array: what I’m expecting is combining those array value to become new set of

WordPress additional info

That’s what my post looks like at the moment: I have the title ( David Art ) and the content (image + 1.25 eth). I as well have featured image: When I’m trying to get the title and featured image it works ok. But there are problems with content since I`m only able to get it together using the_cont…

Why does uploaded images disapear after deployment?

I deployed a project made in Laravel 8 with Heroku , it was working fine , but after some time , the images disapeared, and the file where i store them doesn’t show : and made me upload them again , that problem happened multiple times since yesterday , that’s the code i used to store the images :…

Properly use single and double quatation in PHP

I have my PHP code like below and its work fine Now I am loading more data on press load more button via ajax so I am trying like this But now tr html code looks like this so its not correct code for window location, its need like this I am new in PHP and trying from half hour

How can I install Atta?

I’ve already install XAMPP and composer. My XAMPP is 7.4 and my composer is using composer 1. I’m not yet upgrading to composer v2. How can I install this project on my computer? The project seems to be located at https://github.com/erleiuat/Atta. Answer Steps to be done: Open git bash or terminal…

Proper way to include header and functions files in PHP

I have my all files in public_html directory like this Now all is working fine in order/index.php in which I am including header like Now I have tried include header in my order/info/index.php like below Header getting included properly in this too, but its giving me error called I will have many similar erro…

Laravel get school users

I am making a project that will have schools that are already seeded into the database, one user has one school. User table has school_id I made this relationship: User.php School.php When i do I get every field from the school model but the users aren’t there,how do i make that the users appear there t…