Skip to content

Tag: php

How to retrieve Mysql data from todays date using PHP

I am using the PHP time() function to get the current time and Insert it into the database. I can also retrieve date by setting the value in a variable and doing something like: date(Y-m-d, $time) But now I want to get a result from the Database on the current date compared to the time inserted in the Databas…

Get href on click and redirect with shortcode

I’m working with this idea: get href onclick and redirect with link Because i need a link redirect to another page. My problem is that the second page is dinamic. For it, i use a shortcode. But im not know how i can do for it works. The var yourHTML is not working. Answer You should use event.preventDef…

cURL contains an invalid cURL option

I was upgrading from PHP 7.4 to PHP 8 and suddenly this errors appears in my cURL request: I use the following code to build the curl: The targeted file is always an php extensions. ‘buildPostFields’ returns an array of the data. Probably this errors accours because of my php upgrade to version 8,…

how to limiting word on the laravel blade?

I’m looking to find out how to limit word in laravel blade. I’ve coded using substr, but it’s still not working properly. Can anyone help me? Answer The Str::words method limits the number of words in a string. An additional string may be passed to this method via its third argument to speci…

How to check if SQLite row is empty

I have the following which only inserts to column two if the value is empty: However, this only works if column two if the value is null. How can I get this to work if it is either NULL OR an empty string. It should always insert to one and three. It should only insert to two if it is