Dear Hasin Hayder Nice to know that your book was published. How can we get the book in Bangladesh Any shop where we can collect in Bangladesh ? Also what is...
Hello Every body i have been asked to create subdomains like www.[subdomain]. [domain].com for a domain like www.[domain].com in my script if any body has any...
dear sir/madam, i am gangadhar. how to integrate java and php .please send me material and sample programmes.is there any new framework in php except smarty. ...
How to decrypt MD5 passwords in PHP. By using MD5 Encryption i insert the passwords in MySql. but how to Decrypt it in MySql or PHP. How to use java in PHP....
Hi, MD5 encryption technique creates message-digest of data. And a digested version can't be decrypted. Rupom gangadhar prasad <ngprasad16@...> wrote:...
You can't decrypted data encrypted by MD5 as mentioned by Mr. Rupom. but you can use this by: 1. Store md5 encrypted data in database( you already done this) ...
Here is the code for the problem page: <body> <div id="wrapper"> <h1>Agent Search Test Page</h1> <fieldset> <legend>Enter all or part of agent name</legend> ...
Hi Simple solution This happens because you get the agent name as POST data. when you click the "next page" link, then the page will not get the previous ...
Hello Experts, Suppose I have a website www.abc.com. What I want is that the moment user write the url as www.abc.com or http://www.abc.com it will ...
you can use this code for redirecting from your HTTP page to HTTPS page <? header("Location: https://abc.com"); ?> save the file as index.php in document root...
If it's a single page you can place the following code at the top of that php page: if($SERVER_PORT==80) { header("Location:https://abc.com/"); die; } ... ...
Hasin, Thank you very much for taking the time to consider my problem and to look at the code. Unfortunately, after changing the code as you suggested the same...
Hi Everyone, I am having two sites. I am presently using a registration form at my new site to register a user at my second site(old one). For this i am...
lets see if im gettin this right 1. we submit from your old site passing POST data to your new site 2. it gets processed in your new site 3. and redirected...
Hello Friends, Well i'm trying to create a zip file using the php but not yet able to find out how to do it. Can anyone help me out with it. Thank you ... ...
Hi, Thanks for replying. But presently i dont want to make any changes in my old site(as old site is also functional). so i want if without making any changes...
Can anybody send me Class that creates Zip files from selected Files and one can add Files as we wish to save it online. So User can easyly Download it. Thanx....
Hi....Varun.... Its simple to do the the thing u asked. after the form is submited and checking of database on the old site ... you are redirecting the...
Hello, A lot of times,you have seen softwares that take your hotmail username and password as input and open ur email inbox in their own interface.e.g outlook...
Maybe you can try something like this (not coded by me) <?php include("zip.inc.php"); $zipfile = new zipfile(); // add the subdirectory ... important! $zipfile...
Can you give the exact URL? That would help if u want a solution. ... From: varun bhardwaj To: phpexperts@yahoogroups.com Sent: Friday, March 03, 2006 10:13 PM...
Dear xperts, An experienced flash developer is required urgently. Plz contact with ur complete work on flash and cv. Best rgds sanjay Contact address: House...
actually it can be done (theres a lot of articles about this already) but it takes time and a powerful computer to do the process since you have to check any...
oh, i got it mixed up, you wanted the new site to leech from the old site since this could lead to a malicious content, ill leave this for you to figure out...