Running a cron job at 08:00 AM and 17:00 everyday
Issue Hi I was trying different things here: https://crontab.guru/ My idea was to set the cron job to run at…
get it fixed!
Issue Hi I was trying different things here: https://crontab.guru/ My idea was to set the cron job to run at…
Issue I have the following code: include ‘includes/connect.php’; $sp= “clot”; $selectall = mysqli_prepare($connection, “SELECT Count FROM prices WHERE Category =…
Issue I am creating a CMS but I do not know how to write the code to get saved from…
Issue I have model Project which has some $appends and some relations like pages, brands, status etc. And in $appends…
Issue How can I find out that my page is embedded as a frame to other site during page loading?…
Issue I am using Laravel 5.3. There is a field expired_at in table articles: public function store(Request $request) { $data=[…
Issue I have a website where users can login and are identified by sessions and $user[id]. They can upload files….
Issue I try to limit customers buy one product with woocommerce. I use this code: add_filter( ‘woocommerce_add_cart_item_data’, ‘woo_custom_add_to_cart’ ); function…
Issue So I actually ran into very strange issue. For some reason some not related posts are fetched using WP_Query…
Issue I’m currently creating a simple todo-list in Laravel 8 and want to be able to update the items of…