Skip to main content

All Questions

Tagged with
38,764 questions with no upvoted or accepted answers
4 votes
1 answer
117 views

How to loop data and place it in exact where it is. With Jquery

I'm using jQuery 3 and Laravel 5.8. I've tried so many times for looping data and the result is wrong. I've done in show.blade.php, and there's nothing wrong. But, when I loop using jQuery it makes ...
panda's user avatar
  • 105
4 votes
1 answer
761 views

Vuejs Large file Upload crashes Browser

My file upload crashes my browser(chrome), files with the size of 30mb work fine, but if I try to upload a file which has a size of 150mb the browser crashes. The max upload size of the server is ...
Jon not doe xx's user avatar
4 votes
0 answers
1k views

Creating Numbered Pagination for Search and Filter Pro Template

We are using the plugin Search and Filter Pro which creates a template file for providing results. I want to change from it showing older posts/newer posts to showing numbered pagination. Im including ...
Mara Swenson's user avatar
4 votes
0 answers
308 views

How to download an audio file with its all details using php

I want to download an audio file from my site with its Metadata that metadata is stored in the database so how I can download the file dynamically. <?php $path=$_GET['file']; list($file, $...
A.J's user avatar
  • 143
4 votes
1 answer
296 views

How I can POST the value into input box?

Intro I would like to get the current time after clicking at click and POST the value into input (text)box. Note Assume that bootstrap style sheet included. [input box] click Date.php <form ...
O San's user avatar
  • 85
4 votes
0 answers
114 views

how to span html table when selecting particular row and column from select input?

IF you select day and time that slot turn vertically like change value of rowspan and colspan base on selection you can view in image link in this blog view image click here $("#hour,#day").on("...
Rocky's user avatar
  • 69
4 votes
2 answers
113 views

how to make file redirect to to page after success process

I am working with php 7.2 and laravel 5.5 this my blade.php that the issue in there @extends(MyHelper::siteTheme('billing_waiting')) @section('contentBlock') <h3> {...
Dark.Attacker's user avatar
4 votes
0 answers
2k views

convert html page to word docs using phpword in laravel

I try to convert HTML page to word docs and download the content, but it gives me a blank file after downloaded. below here is my code: public function downloadWord(Request $request) { $tasks = ...
Vpa's user avatar
  • 719
4 votes
0 answers
541 views

Adding CSS into mPDF just creates extra blank pages

Using: PHP 7.1 mPDF 6.1.0 I'm currently trying to attach CSS to my mPDF files, but i'm coming across the problem that the CSS doesn't apply but it just adds new pages? It is quite confusing. I'm ...
pandaJuan's user avatar
4 votes
2 answers
3k views

Domain root and index.html seen differently by search engines

I'm having difficulty fixing this problem: I ran an SEO test (on sitechecker.pro) on my portfolio, and it gave me this problem that I can't figure how to fix: Search engines see your http://...
davidtran's user avatar
4 votes
2 answers
622 views

Call a function ogads load.php

$("#overlay").fadeIn("slow"); $("#verify-btn").on("click", function() { $("#locker-content").fadeOut("slow", function() { $("#locker-content").replaceWith('<div id="locker-...
Jowita Wera's user avatar
4 votes
1 answer
96 views

Ajax call back issue for pattern search

Hi everyone I have an issue I'm calling an ajax search script from abc.php and MySQL query is working fine but when I'm searching via ajax it's giving everything as a result Here's MySQL query: $...
Jyothsna's user avatar
4 votes
1 answer
807 views

Laravel - Save HTML Dom-Parser response to database

I have managed to get some HTML from a website using HTMLDomParser (http://simplehtmldom.sourceforge.net/): $html = HtmlDomParser::file_get_html('https://example.com/id=1'); This results in the ...
spacetravel's user avatar
4 votes
0 answers
859 views

WordPress update_user_meta on form submit

I have a simple form and I want to edit a user meta field on submit. I'm not good with php, but I found some sample code which I thought might be useful. However, once the form is submitted, the user ...
antonio's user avatar
  • 41
4 votes
0 answers
570 views

Calling PHP wrapper on client side

I´m currently working on a school project, where we are using Apache cordova (HTML, CSS and JS side) and currently our school has a server, where our .php file is located. In our project, (one of the ...
Cod3r-b0ss's user avatar

15 30 50 per page
1
3 4
5
6 7
2585