hi experts
I am looking for a simple ajax to run a afile called sql.php and display the result in a span
/* sql.php */
<?php
#php and sql ....
echo $result;
?>
/* in the main page */
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23093407.htm...
Zones:
PHP,
JScriptDate Answered: 01/19/2008 Grade: A Views: 20
Hello, I am developing a project which needs a web based contact management system integrated into it. Before I start to tackle this from scratch, I was thinking about looking around for opensource...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23155382.htm...
Hello,
Is there a way in which I can display also text/numbers on the image? Example http://www.wiredesignz.co.nz/ci_rating/, then I want to put numbers on each stars. Is that possible?
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_23243435.html
Hello experts,i am trying to make an update panel with ajax and php.The primary purpose is updating the data that has pullen from mysql and parsed in table.I wrote a loop that creates forms and inp...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23295641.html
I am building a google maps mashup and was trying to use a reverse geocoding service to get address information based on a latitude and longitude. My javascript to query the reverse geocoder's se...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23364450.htm...
Zones:
PHP,
JavaScriptDate Answered: 04/30/2008 Grade: A Views: 44
Is it possible to use Ajax to call a PHP script that uses the exec() command to run some server-side command and then wait for the exec() command to finish processing before sending the result back...
http://www.experts-exchange.com/Programming/Languages/Scripting/AJAX/Q_23379995.html
Here is the code:
if ($numRows = $PB_db->get_num_rows($result) == 0)
{
$output = "<div id=\"googleAd4\">
No Items Available, Coming Soon!!!<br /><br /><br...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23466688.htm...
hello:
i'm using the example from this link: http://www.w3schools.com/php/php_ajax_rss_reader.asp
the follwing is my customzied code. but i got an error in Firefox
Warning: DOMDocument::load...
http://www.experts-exchange.com/Programming/Languages/Scripting/AJAX/Q_23661880.html
Zones:
AJAX,
PHPDate Answered: 08/29/2008 Grade: B Views: 23
i need to add a log in section this will displayed if the custom need to access anything on the page that need authentication the original page url will get in a $_GET['page']
so what i need is t...
http://www.experts-exchange.com/Programming/Languages/Scripting/AJAX/Q_23713409.html
Hello,
I need to add a tracking system for my clients where i use the shipment service of aramex so i need a solution to parse the result of the shipment from aramex.com and display on my own webs...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Windows/Q_...