Search the web
Sign In
New User? Sign Up
phpexperts
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3660 - 3689 of 13252   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3660
<!-- Html page Testoption1.htm --> <head> <script type="text/javascript"> <!-- function setOpt(){ alert (form1.sections.options.length); ...
bhavin shah
bhavin_s18
Online Now Send Email
Mar 1, 2006
9:26 am
3661
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...
mamun
mms409446
Offline Send Email
Mar 1, 2006
9:27 am
3662
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...
adil_rauf
Offline Send Email
Mar 1, 2006
10:04 am
3663
SELECT NAME="sections[]" MULTIPLE> bhavin shah <bhavin_s18@...> wrote: <!-- Html page Testoption1.htm --> <head> <script type="text/javascript"> <!-- ...
Mohammad abu taleb (S...
simul14
Online Now Send Email
Mar 1, 2006
10:48 am
3664
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. ...
gangadhar prasad
ngprasad16
Offline Send Email
Mar 1, 2006
10:50 am
3665
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....
gangadhar prasad
ngprasad16
Offline Send Email
Mar 1, 2006
10:54 am
3666
Hi, MD5 encryption technique creates message-digest of data. And a digested version can't be decrypted. Rupom gangadhar prasad <ngprasad16@...> wrote:...
Rupom
rupom_315
Offline Send Email
Mar 1, 2006
11:23 am
3667
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) ...
Zakir Hossain
zhraju2003
Offline Send Email
Mar 1, 2006
1:59 pm
3668
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> ...
Jim Davis
clumber2001
Offline Send Email
Mar 2, 2006
5:28 am
3669
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 ...
Hasin Hayder
phpfive
Online Now Send Email
Mar 2, 2006
5:35 am
3670
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 ...
SANTANU BHATTACHARYYA
santanu186
Offline Send Email
Mar 2, 2006
7:28 am
3671
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...
Hasin Hayder
phpfive
Online Now Send Email
Mar 2, 2006
7:35 am
3672
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; } ... ...
M. Ashraful Anam
Russell_Anam
Offline Send Email
Mar 2, 2006
4:11 pm
3673
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...
Jim Davis
clumber2001
Offline Send Email
Mar 2, 2006
5:23 pm
3674
That is because you need to change the line:$url = $_SERVER['PHP_SELF']."?recordstart=$next"; to: $url =...
M. Ashraful Anam
Russell_Anam
Offline Send Email
Mar 2, 2006
5:28 pm
3675
Success! You solution solved the problem. Thanks so much. Jim...
Jim Davis
clumber2001
Offline Send Email
Mar 2, 2006
7:26 pm
3676
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...
varun bhardwaj
varun_bhardw...
Offline Send Email
Mar 3, 2006
5:40 am
3677
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...
lamy_ici
Offline Send Email
Mar 3, 2006
5:51 am
3678
oops, forgot location in the header part, eheheh, should be header("Location: http://www.oldsite.com/redirected.php");...
lamy_ici
Offline Send Email
Mar 3, 2006
5:55 am
3679
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 ... ...
chirayu tailor
chirayutailor
Offline Send Email
Mar 3, 2006
7:28 pm
3680
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...
varun bhardwaj
varun_bhardw...
Offline Send Email
Mar 3, 2006
7:29 pm
3681
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....
chirag parikh
ckp21082
Offline Send Email
Mar 3, 2006
7:29 pm
3682
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...
Asif Ali
itsme_me1
Offline Send Email
Mar 3, 2006
7:29 pm
3683
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...
*^*JUNAID*^*
junaidfcs
Offline Send Email
Mar 3, 2006
7:31 pm
3684
Maybe you can try something like this (not coded by me) <?php include("zip.inc.php"); $zipfile = new zipfile(); // add the subdirectory ... important! $zipfile...
M. Ashraful Anam
Russell_Anam
Offline Send Email
Mar 3, 2006
7:48 pm
3685
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...
M. Ashraful Anam
Russell_Anam
Offline Send Email
Mar 3, 2006
7:49 pm
3686
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...
sanjay roy
sanjayphp
Offline Send Email
Mar 4, 2006
12:17 pm
3687
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...
lamy_ici
Offline Send Email
Mar 4, 2006
1:58 pm
3688
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...
lamy_ici
Offline Send Email
Mar 4, 2006
1:59 pm
3689
*TinyAjax - A Lightweight php5 AJAX Library* AJAX Enables Pages Without Having to Write a Single Line of Javascript By: AJAX News Desk...
Shawon
yourcode3k
Offline Send Email
Mar 4, 2006
2:33 pm
Messages 3660 - 3689 of 13252   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help