Generating random divs with sizes that fit [closed] - php

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm wanting to make a uniform grid of divs that are fulfilled, as in the picture. However I do not like to follow a pattern for this, they would be finished in a random way without entering the space of the other. How can I accomplish this?

I've seen this accomplished nicely by using Masonry, a cascading grid layout library, have a look
http://masonry.desandro.com/

Related

How can I search for a specific word inside all my blade views in Laravel 5.5 or else [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to know how can I show pages that contain a specific word written by random user in input text, because some contents are static.
P.S : If what I'm talking about is deprecated, can you propose to me a best solution for doing such functionality?
The best option is to keep your data in database. It will allow you to search and display content dynamically. Also in case you have some static pages, you can put them in database just for searching purposes if it's solution in your case.

Get few rows from another site in PHP [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want to get this url rows: https://robot.your-server.de/order/market/country/US with pagination with php and get it in my website.
Scraping is not the better thing to do, have you check if this site has an API?
If not, you can use fil_get_contents to load all the page content as a string. One you have all the HTML as a string, DomDocument can help you to navigate to the first row.
Because this is scrapping I'll not show code example.
See file_get_contents and DomDocument.

Can I make a carousel with php and mysql? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Do you think it is impossible? I want go get pictures from mysql database and make a carousel looking like this. >> http://blog.tmimgcdn.com/wp-content/uploads/demos/coding-a-responsive-horizontal-posts-slider-using-css3-and-jquery/index.html
But I want to use only html, css, php and mysql.
Ofcourse possible...PHP codes will bear the load of javascript functionalities.

PHP hide or cut part of image by unwanted text or sign on the picture [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How to hide or cut or blur for example car numbers on image?
so if i have thousand of image with cars like this
and i want to get something like this
So in which direction i should work to do this thing? There are default tools for this?
What you need is a face detection tool. For PHP, I know this script:
https://github.com/mauricesvay/php-facedetection
(Here is the detailed usage: http://www.codediesel.com/algorithms/face-detection-in-images-using-php/)
Just for fun, take a look in Google's Algorithm for Maps License Plate Blur tool:
http://static.googleusercontent.com/media/research.google.com/pt-BR//archive/papers/cbprivacy_iccv09.pdf

How do I make a comment system for my website? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
What would the code be to have a comments section on my website where logged in people can place a comment. I got a database and want to use html and php only. No 3th party involved.
Something simple and not to advanced.
You should check out some tutorials:
http://www.youtube.com/watch?v=KGmEZY6DBhw
http://www.2my4edge.com/2013/05/comment-system-using-php-and-mysql.html
We are not going to place an entire code here, you should show us that you've tried instead of just asking us to write all of your code.

Categories