Good morning, I am sending a request xml to a webservice through PHP, what I need is that if they have passed x seconds and no response has been received from the webservice, cancel that request and send me a different one, how can I do it?
G...
I would like to know how valid it is if the time entered by the user has the correct format and has not entered unwanted characters, thanks in advance.
I need this occasion, know how to save the values of c.cat_name , sc.idSub and i.numFile , of the query, to use them later.
$query1 = 'SELECT c.cat_name,sc.idSub,i.numFile from inventory_list as i
inner joi...
Develop a small module that basically sends a congratulatory email to users on their birthday, everything works fine but now I would like this email to be sent automatically every day at midnight, following a tutorial along with the documentatio...
I need to have a query builder. The only way that has occurred to me is to make a string, and in the string form the eloquent query. I only have a problem executing the query.
$variable = "where('a','asd')->get()";
return Modelo::$variable;...
I have a doubt in a controller with a relation of many (Product) to one (Brand), I try to search in Product to show the relationship 'Brand' but apparently I have an error because when using where() to search In Product and then show the...
I recently created a user record in a register.php file and a file that verifies, receives and sends the data to the db by means of registration_login.php
but once I want to enter localhos / file / register.php
send me directly to index.ph...
I have the following case, which I can not make it work.
It only works with one data for each variable.
I understand that I must associate the variables, but I do not know how to do it.
Any suggestions?
Thank you very much!
<?php
$...