Skip to main content
-1 votes
1 answer
18 views

Im using the extension PHP intelephense for Visual Studio Code $root = $_SERVER['DOCUMENT_ROOT']; include($root . '/sqlcon.php'); $gettextquery = mysqli_query($con, "SELECT * FROM `pics` WHERE ...
TheGreatCornholio's user avatar
Advice
0 votes
1 replies
28 views

I am working on a Laravel + React project where I implemented a WhatsApp share button. The problem is: On WhatsApp, only the link is showing OR The description is missing / cut off Image sometimes ...
Aashvin Kumar's user avatar
Advice
1 vote
3 replies
55 views

I am building a web application that allows users to search for media content (audio/video). I want to implement a fast and responsive search feature with autocomplete suggestions. What are the ...
Tubidy's user avatar
  • 1
-10 votes
0 answers
55 views

I have used fileupload successfully to select multiple files and upload them to a PHP server. The files can be large (up to 250 MBytes), and I am uploading the files in segments, reassembling them in ...
Kevin Ayton's user avatar
Advice
1 vote
1 replies
28 views

I am working on a REST API using Yii3 and trying to understand the correct way to implement authentication and authorization. Scenario: I have a basic Yii3 REST API setup and now I need to secure it ...
prince's user avatar
  • 1
-1 votes
1 answer
89 views

I'm using Laravel + PHP + DataTables. I have a page with DataTables, and when I select one or more checkboxes, I use a form to send it to another page. However, after sending, the page displayed ...
Breno Damasceno's user avatar
2 votes
1 answer
69 views

I'm new to CI4 and I'm trying to use the "auto routing (improved)" feature along with modules. I want to access controllers/methods inside modules like this: https://example.com/tracking/...
Shadow Lol's user avatar
-6 votes
0 answers
112 views

I have a secure message that I need to pass via query string to an external website. This does not have any connection to the same database or anything else. I am trying to encrypt the data, send it ...
Brad Wickwire's user avatar
Advice
0 votes
3 replies
131 views

Years ago I worked for a place where we had an application form that was done on our website. The fields, Name, Address, phone, etc were overlayed based on coordinates to a copy of the application we ...
JSta1n's user avatar
  • 1
Advice
1 vote
10 replies
169 views

After many hours of research I finally cracked the code to uploading images through POST and inserting them into SQL. index.php: Connect DB file to your index require "db.php"; (prevents ...
Naim Hyun-woo's user avatar
-6 votes
0 answers
65 views

The Problem I am running a Laravel 11 project with a Vue.js frontend on Fedora 43. The application runs perfectly when using 'php artisan serve'. However, when switching to a local Nginx + PHP-FPM ...
Pasindu Deshan's user avatar
Advice
0 votes
1 replies
48 views

I’m working on extending the RFQ (Request for Quote) functionality in a WooCommerce-based multivendor setup using Dokan Pro. "RFQ full form is Request for Quote where buyers can ask for quotation ...
Click 2 Hack's user avatar
Best practices
0 votes
1 replies
54 views

I am working on a custom WordPress implementation for a celebrity biography site. I need to generate SEO-friendly JSON-LD markup dynamically for each post. Specifically, I am struggling with the PHP ...
Before Buzz's user avatar
Best practices
0 votes
1 replies
124 views

I’m building a Laravel 12 folder organizer where users may upload large folders (many files / large sizes), and I categorize files by extension and generate a ZIP for download. Current approach: ...
laila iyad's user avatar
2 votes
1 answer
97 views

I am working with a structured JSON dataset where each ingredient contains relational metadata such as: reacts_with affected_by compatible_with A simplified structure is like this: { "...
Parvaiz Ahmad's user avatar

15 30 50 per page
1
2 3 4 5
97534