Skip to main content

All Questions

Tagged with
0 votes
1 answer
30 views

How to link a style sheet in php if the files are not in the same folder?

I have a php project structured like so : ├───public │ index.php ├───styles │ style.css ├───vendor └───views ├───category │ show.php ├───layout │ footer.php ...
mqbaka mqbaka's user avatar
0 votes
0 answers
37 views

How to prevent user from executing PHP script multiple times within few seconds?

I want to be able to run php script and then it should check itself to make sure X number of seconds have passed before it can run again. I am not talking about halting it's execution for x number of ...
ThN's user avatar
  • 3,244
1 vote
0 answers
33 views

How Do I make my sliding login/register page display the correct container

I Basically copied one of those sliding login/register pages, customized the CSS a bit and now I started doing backend for my project, I got to the part where I want to redirect users to register, but ...
Tom brown's user avatar
0 votes
1 answer
34 views

Disable other checkboxes with specific word when one checkbox with same is checked

I have using following code to create dynamic checkbox fields.... and storing batch unique ids as comma separated values in database for specific user... <?php // Fetching values from mysql ...
Dr M L M J's user avatar
  • 2,387
0 votes
0 answers
22 views

how to use tags in text in shoutbox

I want to have some kind of shoutbox with tags in html (server side is php and mysql). I need 3 kinds of tags (persons, items, sockets). I think that i need to use some JS script to do that. Tags will ...
Krzysztof Stasiak's user avatar
-3 votes
0 answers
37 views

Podcast episode update [closed]

I am new to here and web development. I am building my first project and it happens to be a proper website for my podcast. It's been one of my top passion projects as I've always wanted to give my ...
odysseywow's user avatar
-1 votes
0 answers
19 views

Need help to create a category in a carrousel in php wordpress

Im currently using owl-carrousel with a category of the latest product added and i need to create other carrousel for a front page using the categories of marvel comics and dc comics <div class=&...
nicolas rojas's user avatar
-3 votes
0 answers
26 views

Dynamic <td> from a query [closed]

I am trying to create a dynamic in a table. For example, I only need to have a table that is 10 columns across. If the result set from the query contains 100 rows, I need it to only be 10 across ...
John Eubanks's user avatar
0 votes
1 answer
26 views

Popup message with PHP session flags problem

I would like to display a popup message on a HTML page only if I had clicked on a button and had sent successfully a form from another one. I tried to do that with PHP sessions (including JavaScript ...
Benedek Szabó's user avatar
-2 votes
0 answers
34 views

How to force PHP to look at URL [closed]

Update: Alex in the comments below pointed to the source of the problem. Therefore, this question is answered, as far as I am concerned. I have a page where I can choose a dropdown to modify the ...
Alex's user avatar
  • 981
0 votes
0 answers
21 views

Error while trying to call on a Python script using a PHP web page and parsing some arguments

I have a RaspberryPi running a database used for attendance tracking. I tried to make a web page so that when the user inputs 2 dates into an HTML form, it will be passed on to a PHP script that will ...
user21192515's user avatar
0 votes
0 answers
36 views

Not Redirecting to the Web page

I'm trying to create a login system in PHP with JavaScript that redirects users to different pages based on their role (student, tutor, admin). The login process seems to work, but the page ...
Hasala Kithmina's user avatar
-1 votes
0 answers
34 views

How can I enhance the CSS styling of a table in my PHP admin dashboard? [closed]

Description of the Issue: I'm developing an admin dashboard using PHP and MySQL for an e-commerce application. The dashboard includes a table displaying product information, but I'm encountering ...
Misbagas's user avatar
-2 votes
0 answers
27 views

Title in google search [closed]

Exemplo do resultado que procuro Hello everybody, Could anyone help me with this problem: I need to make the page title appear in Google search (as in the figure) but the website address appears. I ...
user26412193's user avatar
2 votes
1 answer
45 views

Creating custom add to cart button for variable products with variations in WooCommerce

I'm trying to create a custom button for products that have variations in WooCommerce. For context, In WooCommerce, I have a product attribute called "License Type". This attribute has 2 ...
Freddy's user avatar
  • 769

15 30 50 per page
1
2 3 4 5
8253