PHP ajax is the simple way to do this refer
http://www.w3schools.com/PHP/php_ajax_database.asp...
User Profile
Collapse
-
set session lifetime variable in PHP.INI to 0 (means till browser close)Leave a comment:
-
First time when u load a page there won't be value set for $_POST['searchref'] so you query will be worng..
Check condition if $_POST['searchref'] is not equal to null and then execute the query part.
Hope this will help u...:)Leave a comment:
-
There are FTP functions available in PHP, which you can use to connect and get content from server.
Code:$con = ftp_connect("server.name"); $login_result = ftp_login ($con, "username", "password"); ftp_get($con,'targetpath', 'sourcepath', FTP_BINARY);Leave a comment:
No activity results to display
Show More
Leave a comment: