Tagged Questions
2
votes
0answers
75 views
Random SQL record while excluding specific records
I have a CodeIgniter PHP application that shows two movie covers. Beside them is a "random movie" button that uses AJAX to replace the two movies with a new set of movies. You can continue to click ...
2
votes
0answers
199 views
Simple ajax call not working
So I doing simple edit/delete/new for mysql DB update.I am using ajax as I need it to in a single page.
So when I check New button, a new form shows up(from ajax call to php file). I get html form. I ...
2
votes
0answers
71 views
XMLHttpRequestProgressEvent manipulation from PHP
I'm struggling with this issue: I have a web interface that connects, using sockets, to various C programs running on some routerboards. Every time the C application sends something through the ...
2
votes
0answers
57 views
How do I authenticate user from remote server in ajaxplorer
Actually for one application I am using Ajaxplorer and I have one particular domain for authenticate (i.e. www.example.com) and I am trying to authenticate user from that domain, I tried a lot to ...
2
votes
0answers
154 views
Run ffmpeg using shell_exec from a file called by AJAX
Good morning,
I will do my best to phrase a "thoughtful" and "helpful" question for all regarding running FFMPEG using shell_exec from a file called by AJAX. First I will start by listing my current ...
2
votes
0answers
409 views
How do I process POSTed data from the X-Editable plugin?
There is a plugin called X-editable that uses a click to change AJAX query to a database. The doc's to me are almost pure gibberish other then how to apply the editable content. I've never dealt with ...
2
votes
0answers
496 views
Remote Upload with jQuery File Upload
I need help with a Remote Upload Script that has a page named 'uploadHandler.php'.
I need to create a Remote Upload Script with jQuery PHP File Upload (jQuery File Upload). I would like to upload ...
2
votes
0answers
135 views
Crossfire DAAP Client cannot connect to Firefly
Hello Stackoverflow community, I'm here to ask for a little help.. something I can't seem to work out.
Problem: I'm trying to set up a Crossfire Client (A webclient for Firefly (media server)), ...
2
votes
0answers
463 views
How to do an update query in SQL/PHP with ORACLE(OCI)
I'm new to Oracle and using OCI with PHP. I've been doing ok until I've tried to do an update statement.
include("ORCLconfig.php");
$updateTitleInserted = oci_parse($conn, "UPDATE insured SET ...
2
votes
0answers
969 views
AJAX Response Size Limit
I am using AJAX to asynchronously call a PHP script that returns a large serialized array of JSON objects (about 75kbs or 80k characters). Every time I try and return it it hits a 3000 character ...
1
vote
0answers
6 views
PHP: upload files (vids) directly to S3
I'm looking for examples (maybe on Github, blog, or elsewhere) that demonstrate how to upload files (videos) directly from a php http post form to AWS S3. The main requirement is to see the progress ...
1
vote
0answers
49 views
Why would a MySQL INSERT statement fire an exception but still successfully add the data
I've been staring at this query for hours and i can't see why it's firing an exception even though the data makes it to the database, so would be really grateful for some fresh sets of eyes on the ...
1
vote
0answers
30 views
Fakepath issue with AJAX/PHP submit
Im trying to build a simple PHP update record that uses AJAX to submit information, my form inserts my records correctly only it prepends C:\fakepath\ to my image file name?
Ive never seen this ...
1
vote
0answers
63 views
Tough Pagination Script
Okay, so let me explain my situation then I will explain the code. The languages I am using are JavaScript, AJAX, PHP, MySQL. It is a very complicated code I will do my best to explain.
Scenario:
I ...
1
vote
0answers
65 views
Cant set cookie for remote domain with AJAX (CORS)
I have two domains:
login.com and site.com
On the page login.com/ajax.htm I have the following code:
<script type="text/javascript" ...