Meek Consulting Websites
Tag Archives: php
Using Fading Div tag messages to show ajax call results without requiring click.
We use xajax calls to server functions to update databases or insert records from a web page. Usually when they finish they return javascript to close the dialog or div tag and show an alert — this can be maddening … Continue reading
Run subcommand and return output to variable in PHP
If you need to run a subcommand and pull the output you can use the proc_open like below. Kevin
Refreshing jquery-ui tabs using php xajax calls
I have a jquery-ui tab displays information that can be edited using a xajax pop up dialog. After saving the dialog I wanted to “refresh” the current tab. This little bit of code in the server did the trick. … Continue reading