Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
15 views

Display logged in user information

I have got a basic registration and login forms and when the user registers then their information is sent to the database and when the user uses the same username and password then they can login ...
KyleL199's user avatar
1 vote
2 answers
22 views

PHP HTML JS pagination

I have a page which feedbacks which looks like this (I just show 1 comment per page to see if the pagination works fine. Otherwise I'll show more): The feedbacks come from a mysql database and are ...
Andy McRae's user avatar
-3 votes
1 answer
33 views

Including navbars using Php [duplicate]

I've been working on my first ever fully fledged web project to try and learn php, and after copying and pasting my top navbar into the 15-ish pages that I have and the styling for it into the 15ish ...
georges kalouch's user avatar
0 votes
1 answer
28 views

AlpineJS submit a form without refreshing the page

I am working with Hyva theme with AlpineJs on Magento and using a <form> with the needed inputs to add a product to the shopping cart. This is part of the form code: <form method="...
Nicky Ichov's user avatar
-3 votes
0 answers
36 views

Implementation of Loading Bar on Specific Pages of a Website [closed]

Problem Description: I am trying to add a loading bar to certain pages on my website. I have the pieces of code that I think will do the job, but I'm having trouble integrating them into the original ...
Randy Lucero's user avatar
0 votes
0 answers
49 views

PHP multiple checkbox save values in array like i clicked them

Hello i use a code that i found here but i have a problem. The problem is that the result of all checkboxes are a sorted one. But i want that the sort is like i clicked them. Like a Android Code ...
phpfreund's user avatar
-3 votes
0 answers
23 views

PHP variables changing position of HTML headings [closed]

I'm creating form with choosing buttons: But when I checked some options all the headings are going up and down: PHP: echo ' <div class="flex-container flex-response" id="...
Piotr's user avatar
  • 1
-3 votes
0 answers
50 views

Why is javascript not working on this page? [closed]

This is a PHP project, and I'm trying to use JavaScript to toggle my navigation bar in mobile view. By clicking on the navigation bar(hamburger), it will drop down or close the menu using an event ...
social_freak's user avatar
1 vote
1 answer
47 views

PHP Ratchet Websocket clients do not receive messages

I'm using Ratchet and I like its implementation. I'm trying to send a message to all clients connected using chat example class with MessageComponentInterface but after executing php script, nothing ...
madsongr's user avatar
  • 725
0 votes
1 answer
42 views

form serialize is not working after ajax request

I have a modal window that is populated using an AJAX request, and it successfully fills all the fields as expected. The issue is not with the AJAX request itself, as it correctly retrieves the data ...
Lidiia's user avatar
  • 1
1 vote
0 answers
32 views

I have a view more button for my container but i cant expand fully my video

i have a view more function and it works well with only paragraph and image. when i have insert paragraph and video together in one container. the expand cannot cover the video In result, the video ...
Lee's user avatar
  • 11
0 votes
1 answer
24 views

Print values from json and html files stored in different folders with variable names

I'm automating some tests, every run generates a folder with a variable name. Inside every one of those folders there's a "statistics.json" and a "index.html". For each folder I ...
Amphata's user avatar
  • 27
0 votes
0 answers
38 views

i dont know how to display the discussion according the id [closed]

as the title said, I already changed a lot of code but I also cannot display the discussion that users who post by themselves according to user_id in my discussion database. I can display all the ...
KELVIN's user avatar
  • 1
-2 votes
0 answers
56 views

PHP & MySQL nested HTML submenus [closed]

I'm making a website for the store where I work and I'm making the menus for the product categories, however I'm having some troubles getting things to work properly. <h4 class="category-title&...
Elìa1995's user avatar
1 vote
0 answers
87 views

Images Not Displaying in PHP Application - Path and Permissions Issue

I'm working on a PHP web application and having trouble displaying images in my admin dashboard. The images are stored in the directory /var/www/html/online_shop/public/photo_product, but they are not ...
Misbagas's user avatar

15 30 50 per page
1
2 3 4 5
8254