From Excel / CSV to XML. – open to bidding by aftabbajaj2
For project XLS to XML Need a PHP or Ajax Script that does the following. There is a form that at this time allows user inputs data, when form is processed there is a script that converts that fields...
In PHP,how to create a second selection box with values base
i have to create a project in which there are two selection boxes First one is Skill_ctegory and takes values from the database dynamiclly(Scripting Laguages,Other Languages,Database,Personal SKills).And...
post form values to a phpgd script without refreshing the pa
I am NOT good with server-side technologies (have a hard time wrapping my mind around them at points). I am pretty decent with PHP. I have a form that offers color options (now in drop-down format, but...
showing image loaded from file before upload/POST
I have the following html code to upload an image:and I want to show the image that the user uploads before it’s actually processed in the backend. How do I do this?Basically what I want to do is...
While loop won’t end when I tell it in JavaScript

var hasData = ’1′; while (hasData != 0) $.ajax( url: ‘/ajax.php?updateRow=’+hasData, dataType: ‘json’, async: false, success: function(data) hasData = data.next;...
Using jQuery with php with IF logic
I have some php conditional logic…basically I want to use jQuery to show or hide certain div’s when I submit a form:<?php </p> if (isset($_POST[‘submit’]) /* If the user...
HttpRequest, HttpResponse and HttpConfusion
I admit I got kinda confused with Http requests and responses, so I’ll begin by presenting my problem.I made a webpage that takes user input, processes it and uses XMLHttpRequest POST to send the...
PL SQL Pivot Table VS Custom Json solution
I’m at a point within one of my Oracle APEX projects where I need to implement different levels of security for specific individuals for specific applications.To start, I created a cartesian containing...
ASP.NET Best way to queue a report in sql and then update th

I want to allow users on the website to queue a report (enter the request in a sql table). The queue will be processed by a windows app that will read the queue from the sql server, run the reports, and...