Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
0 answers
52 views

I have this code block: class ExampleService extends BaseService { protected $handler; public const TASK_ONE = 'task_one'; public const TASK_TWO = 'task_two'; public function ...
Diego's user avatar
  • 1,740
1 vote
0 answers
39 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
Best practices
1 vote
4 replies
90 views

I am working on a travel booking website. It is working fine most of the time, but sometimes it suddenly shows a “We had a server error” message without any clear pattern. This issue is not constant, ...
Corbett Booking's user avatar
Advice
1 vote
10 replies
139 views

So this is the connection file. This is what we are using but my classmate said its not the best and not the safest but i want to use the structure of it. <?php function getData($muvelet, $...
UndeniableCoder's user avatar
-4 votes
0 answers
68 views

Please can someone suggest why my PHP program will not work when I move the folder containing it to a different place in the filesystem? It uses HTML forms to extract data and insert it into a ...
Rene Thomas's user avatar
-2 votes
0 answers
80 views

I am trying to add a custom promotional banner to my WordPress site. My goal is to output this HTML and CSS using a PHP function hooked to wp_footer so it appears consistently across all pages. Here ...
qq88bet's user avatar
Advice
1 vote
4 replies
79 views

I’m currently working on a personal project that I’m really passionate about. My long-term goal is to scale it into something bigger, but right now, I’m in the thick of the early development stages. ...
67Mango st's user avatar
Advice
2 votes
15 replies
165 views

I’m pretty much just getting started with coding and web development. To be honest, I’m not too bad at HTML and CSS, but I’m really struggling with dynamic web projects—I’m having a hard time using ...
Berat K.'s user avatar
Tooling
0 votes
22 replies
160 views

I am designing a LAMP-based application (Linux, Apache, MySQL, PHP) expected to handle increasing concurrent traffic (e.g., thousands of requests per minute). From research and feedback, it seems that ...
Francisco IA Lover's user avatar
Advice
1 vote
3 replies
112 views

I am building a simple PHP gallery that dynamically scans folders and displays images. Currently, the script works well for standard image formats like JPG, PNG, and GIF. However, I want to extend ...
Yourfav frog's user avatar
0 votes
0 answers
81 views

I am currently building a restaurant booking system using Laravel. I need to fetch table reservations for the upcoming 7 days, which involves thousands of records. Currently, I am using this approach: ...
Reab Phirom's user avatar
1 vote
0 answers
80 views

I’ve recently been working with the Statamic Laravel framework, and I noticed that the text field type seems to accept Markdown or HTML-like tags. It’s behaving like a Markdown field type, which made ...
clot's user avatar
  • 11
-3 votes
0 answers
30 views

actually I have my site hosted on wordpress. The problem while accessing a form on the site it shows error 404 page. The form is inside public_html/sample/basic and named as uploader.html and uses ...
Vaibhavi Shah's user avatar
0 votes
2 answers
143 views

I'm facing an issue with mPDF where HTML <img> tags are not rendering on my live server, but they work perfectly on localhost. What works: Using direct mPDF method: $mpdf->Image('https://...
Najmuddin Roshenry's user avatar
Tooling
1 vote
10 replies
199 views

I'm currently developing a website for a dental clinic where users can schedule and track their appointments, and the doctor will maintain all records online. The entire project is being built using ...
Anaa's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
97547