EN VI
Posts (9)
Questions (26)
2022-05-29 15:40:47
It looks like your client receives some invalid XML - either the WSDL itself or the response returned by the server. Try to invoke the client with the trace option set to TRUE and check the actual XML...
Tags: PHP Coding Lập trình
2022-05-30 17:04:18
You can't set Cookies for other domain as you are on.maybe you can try something like this:User try to loginAPI request from A to B to get a Key ( remembered in Database Site B )Redirect User with thi...
Tags: PHP Coding Lập trình
2022-09-07 17:43:12
Run command:sudo systemctl start mariadbsudo service httpd start
Tags: PHP error MySQL
2022-12-03 01:03:40
To resolve this, you will need to assign 'Send as' permissions to the affected users. To do this for Exchange 2007, follow the below instructions:Log in to the server running Exchange.Open Active Dire...
Tags: PHP Mail Exchange
2022-12-11 20:32:32
The + is a special char which will be escaped by parse_str(). You need to parse the query string by yourself.Note: If there are multiple values you need to split by & first.Callinghttp://localhost:400...
Tags: PHP Coding error
2024-03-10 13:00:04
You're resetting $grand_total to 0 in each loop iteration. You should initialize $grand_total before the loop starts and then add $sub_total to each iteration. @php $grand_total = 0; @endphp @for...
Tags: PHP Laravel foreach
2024-03-11 06:30:03
JSON_CONTAINS_PATH would do the trick, e.g. select * from `units` where json_contains_path(`prefixes`, 'one', '$."abc"') limit 1
Tags: PHP MySQL Laravel
2024-03-11 21:00:05
The certificate obtained in the browser is in the PEM-encoded format. You can obtain the public certificate in the PEM-encoded format in your program by applying the openssl-x509-export function. $loc...
Tags: PHP ssl ssl-certificate
2024-03-12 00:00:12
It seems like you're on the right track! However, there are a couple of things that need to be adjusted to ensure the code works correctly: Array of Prime Numbers: In your $primes array, the number...
Tags: PHP
2024-03-12 04:00:07
I believe this may be what you are trying to do. PHP:
Tags: PHP

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login