Posts by Fabio • 115 points
9 posts
-
1
votes0
answers57
viewsQ: bxSlider does not Reload when you click on your hidden Parent
Hello I have a slideshow that uses bxSlider and is inside a hidden DIV when loading the page. This bxSlider starts in another function I wrote below. I have however a button to make appear all the…
-
0
votes1
answer42
viewsQ: Appendto is not a Function/Shopping Cart using jQuery
Hello I’m doing my first online store project but I’m missing some tasks that I don’t know how to solve right now. Below is what I need to do: How to show the cart (which will be hidden) when the…
-
1
votes0
answers121
viewsQ: Error 404 when setting URL in mod_rewrite
Good I am trying to change the URL’s on my website as the example below the file. htaccess but I end up with the localhost "Object not found, Error 404" page. Here is the code for my . htaccess…
-
2
votes2
answers409
viewsQ: SELECT AND UPDATE - Undefined index when submitting form
Hello I am building a content manager and I have a page where I return the results of the chosen country, so I can then update each field. When choosing each country on the Countries.php page, I…
-
0
votes1
answer41
viewsQ: How to divide the results from the comic into different lines as in an online store
Hello I’m trying to distribute the results from the comic in lines with 3 results at a time, as we see in several online stores, but the formatting comes out quite disorganized. I still tried to…
-
0
votes0
answers30
views -
3
votes1
answer42
viewsQ: Pass error variables between two php files
Hello I am trying to validate a form in different files, but I cannot pass the error messages between them. In index php. I have the form code : <!DOCTYPE html> <html> <head>…
-
3
votes1
answer1053
viewsQ: Validate form and insert into Database with PHP
Hello I’m still a beginner in PHP and stagnated validating the contact form of my site. Complete client-side validation using Javascript, but on the server-side you still haven’t completed the task,…
-
1
votes1
answer31
viewsQ: Rollover menu links do not work
I have a problem with my menu which consists of links with images that are replaced by others when on mouseover. I did a snippet so you can see the problem. If you notice, I took the text-indent the…