Hi Most of the web sites offer a downloading options ( As we see in most of the CMS ). On selecting a file, it asks where to download the file. I have tried...
Hi All I have some old paradox DB for which I am developing fronthand on php. Is it possible to use paradox as backend and php as frontend?? or Is it possible ...
<SELECT NAME="sections[]" MULTIPLE> Just make [] after the select name and it will work for u... ... -- Thanks, Anurag. [Non-text portions of this message have...
hi folks, I need to provide a worldpay gateway, for a online exam reservation, i need to take the user as soon as his payment is over. How best can I integrate...
Hi adithya, this is the code we have to use. give the ?file=<filename> you wnat to dwnload ... <?php $filename = $_GET['file']; // required for IE, otherwise...
Hi Friends, I have a query : We are using MySQL as the backend for our projects. We have to update a database, on the internet server from local server. on the...
In my view you can upload the sql files in batches. have a script on server, that will receive the upload and update the database Ninad Panday Vijay Barve...
Well there is one way, but this is not efficient way and no one will suggest, i know but still i think it will help you. Can u export your local server records...
Hi, I ve gone thru requirements and done it already. Using .sql file its really time consuming and may hang up system. You get a remote host name and use it in...
There are three ways to go about it: 1) Use a PHP script like everyone has suggested. The advantage of using this method over an import through phpmyadmin is...
Hi All, Can anybody help me ..? In my website I need to invoke a php on every day change.(12 'o clock in the night). I don't have access to the server and its...
Hi Vijay, I think you Should Use PHPMyAdmin to Upload the file and transfer the data!! But it seems that there is a possibility that it times out so you can...
Hi Santhosh, 1 thing you can do is write the php code that you want to invoke into the main page of your website (index.php/ login.php /...which is most...
<SELECT NAME="sections" MULTIPLE> Must Name Should be Array <SELECT NAME="sections[]" MULTIPLE> Catch in PHP $a=new array(); $a=$_POST['sections']; You will...
hello Nitin It was working fine. how array get pass from javascript to PHP Post ? -thanks nitin jain <sagar_nitin123@...> wrote: <SELECT NAME="sections"...
In our Company we have a seperate Department for PHP Development! Our Team of 5 guys do different Projects! Now we are facing Problem that One make changes and...
... http://www.sanisoft.com/cvs.html an article on CVS that I wrote years ago Read just the initial part and then head over to http://subversion.tigris.org/ ...
Hi Friends, I have developed one database driven website, it has admin user login page. I am facing one problem that when any one first time does the login it...
dear, please check that both the html part and validation script of php are not mixed in to each other so this give a call to second time. Nandan Warnekar...
Hi I dont have much information about CVS but u can use visual basic source safe. Many co use this tool only. If a person is using a file other person cannot...
... This is the precise reason to use CVS - the Concurrent part of Concurrent Versioning System is indeed a blessing. CVS allows more than one programmer to...
hai to all, Suppose if we select country from a select box.we have to display related state name in another select box.In this case the page will refresh when...