Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
1 replies
12 views

I have one page that call the page for printing. But the problem is I need to go directly on printing page process without opening the dialog box print preview. After printing out page close. Someone ...
Israel's user avatar
  • 1
-3 votes
0 answers
25 views

I was wondering if THIS is the correct way to apply M:N in PHP. To be exact, in CRUD. My main request is if the structure is functional and safe to implement on my public website. So far it's project ...
Naim Hyun-woo's user avatar
-6 votes
0 answers
39 views

loginaction.php: <?php include "db.php"; session_start(); if($_SERVER["REQUEST_METHOD"] == "POST"){ $email = $_POST["email"]; $password = $_POST[&...
brownSugar88's user avatar
-3 votes
0 answers
40 views

I am trying to implement a universal search bar using PHP OOP and MySQLi prepared statements. The goal is to filter a user list by name, email, or surname using a single search input. The Problem: The ...
WhyIsPhpSoHard's user avatar
1 vote
0 answers
35 views

im pretty new with CI4, i am trying to use the "auto routing (improved)" feature along with modules. i want to access controllers/methods inside modules like this: https://example.com/...
Shadow Lol's user avatar
-6 votes
0 answers
100 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
95 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
144 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
-5 votes
0 answers
60 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
43 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
52 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
108 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
1 vote
1 answer
75 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
0 votes
0 answers
96 views

I have a fairly straightforward MYSQL query which retrieves details from a sale and stores them in an array (I've simplified it by just using 1 saleid which has only 1 salesdetails row - other sales ...
Andreas BB's user avatar
1 vote
0 answers
65 views

Problem I am building a custom WooCommerce plugin that integrates with the Partial.ly API to create installment payment plans. I am following the official Partial.ly documentation for creating a ...
Mudassir Ahmed's user avatar

15 30 50 per page
1
2 3 4 5
97538