Skip to content

Tag: php

HTML Log System with javascript or maybe php

Hi I tried to make a log system panel to my website. The code is works fine because if you write the text into the input field it will show up. But if you reload the page it will disappear. So my problem is the disappearing text. I want to do this when I type the text so it doesn’t

Get taxonomy name

I’m trying to modify a theme that has custom posts with custom taxonomies. At the bottom of the posts it displays a list of other posts (as in “you might also like…”) What I’m trying to do is to filter the posts that are displayed in that area so they match the category of the cu…

laravel dd return empty value

all… My problem here is when i want to return values with dd($datasave), return all other but, one is lost my code (first Controller) my Solicitudes.php(Model) and my view(not all only the part that is not returning… ) but when i want to see the returning values result: AppModelsSolicitudes {#1259…

PHP make subfile of a placeholder file?

I have the following structure for my site: ./u/ ./u/profile.php ./u/comics.php profile.php is filtered with the viewer’s username. For example, the account Venk would be ./u/Venk. I need comics.php to somehow be a subfolder of this but I’m not sure how to go about doing so. It should end up looki…