Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
Filter by Employee ID
Advice
2 votes
5 replies
103 views

I'm trying to understand the commonly accepted architecture patterns used in Laravel applications. I've come across different approaches in various projects: Controller → Model Controller → Service → ...
Nandhakumar S's user avatar
Best practices
0 votes
2 replies
120 views

I'm building a marketplace website with WordPress and HivePress and I'm trying to figure out the best way to handle SMS notifications. The idea is fairly simple: Customers can post job requests. ...
Noreen Bukhari's user avatar
-1 votes
1 answer
128 views

It turns out that when I run these instructions in my command line in AWS Ubuntu: /usr/bin/python3.11 && /home/bitnami/spacy_venv/bin/python3.11 /home/bitnami/htdocs/android_app_selenium.py ...
rmor23's user avatar
-1 votes
0 answers
102 views

We create playlists programmatically using the YouTube Data API v3 (playlists.insert) with the official PHP SDK. Example: $playlist = new Google_Service_YouTube_Playlist(); $playlist->setSnippet($...
ziyou268's user avatar
Best practices
0 votes
0 replies
81 views

Looking for best practices of Laravel AI SDK: I'm passing an AI agent a document (a Safety Data Sheet for a chemical), and I want a predefined JSON output. Would using a tool in this case be a good ...
Riza Khan's user avatar
-4 votes
0 answers
42 views

for my wordpress site in that i use the brizy i attach photo please check it : enter image description here Issue: We are experiencing a Cumulative Layout Shift (CLS) issue with the Brizy navigation ...
Tushar wankhade's user avatar
Advice
1 vote
3 replies
123 views

As of now, none of dhis for php include Apache server per default. For me this means either rebuilding with NGINX as a separate container or not using the hardened image. In general, how good does the ...
AnyaO's user avatar
-4 votes
0 answers
124 views

AES encryption/decryption issue for specific input lengths (23 vs 24 bytes) in PHP I’m using a custom AES implementation in PHP: $Cipher = new AESCipher(AES::AES192); Problem Two similar inputs ...
Balaji Sekar's user avatar
-6 votes
0 answers
105 views

Faced with such a problem, the MISP web interface does not work. When switching to the interface, the error "Gateway timeout appears. The requested URL could not be resolved" The necessary ...
Алтынбек Эркебеков's user avatar
Advice
0 votes
7 replies
92 views

I have an application on Symfony, through which images are uploaded. Image data should be saved to the Milvus database to be processed by AI in the future. If I understand everything correctly, for ...
Richard's user avatar
0 votes
1 answer
115 views

The problem is when the topic has a space I need to include the hyphen to create a corresponding link that goes to that topic - how do I remove the hyphen from the output text but keep it in the url. ...
Garden Darts's user avatar
2 votes
1 answer
208 views

This is the end of the program. It downloads either a PDF file or an ePUB file. This part works very well. But the alert doesn't show up and the redirection doesn't occur. What is wrong ? The code : &...
Michel Keable's user avatar
3 votes
0 answers
75 views

I am building an app to make posts to a LinkedIn page, written in PHP, using the curl library. I have successfully: Authenticated (scopes: w_member_social, openid, profile, email Registered and ...
Andy Wallace's user avatar
1 vote
1 answer
79 views

<?php $url = 'https://stackoverflow.com/questions/ask'; $file = '/home/www/.cookies2.txt'; $ch = curl_init($url); curl_setopt($ch, CURLOPT_COOKIEFILE, $file); curl_setopt($ch, CURLOPT_COOKIEJAR, $...
M-A-X's user avatar
1 vote
0 answers
72 views

I have a PHP regex which looks like this: $special_characters_pattern = '/[£$%*}{~><>|=¬!?]/'; I test user input like this: $test_value = "station n°12015"; $verified =1; $...
Andy McRae's user avatar

15 30 50 per page
1
2 3 4 5
97471