Search the web
Sign In
New User? Sign Up
phpresource · Storehouse of PHP Resources
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 731 - 760 of 2744   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
731
I used this $collegeName=$_POST['college']; print_r($collegeName); and it gave me this printed Array ( [0] => 10 [1] => 20 [2] => 15 [3] => 10 ) so it gave me...
Mohamed BADR
badrm1000000
Offline Send Email
Jun 1, 2006
7:00 am
732
Hi Rupom thanks for help it's giveing me error here is my code <form name="invention" action="search_invention_advanced.php" method="post"> <table...
Mohamed BADR
badrm1000000
Offline Send Email
Jun 1, 2006
7:59 am
733
Hello Good day to all. Its my pleasure and privilege to announce that Rupom (moderator) has been nominated by PHPClasses.org to the PHP Programming Innovation ...
Ehsan Haque
m_e_hq
Offline Send Email
Jun 1, 2006
10:34 am
734
CONGRATS Rupom CONGRATS Mohamed BADR ... From: Ehsan Haque To: phpresource@yahoogroups.com Sent: Thursday, June 01, 2006 3:33 AM Subject: [phpResource] Its...
Mohamed BADR
badrm1000000
Offline Send Email
Jun 1, 2006
11:44 am
735
Hello BADR, You have to rename the $_POST fields according to your form. Also send the errors that came to your testing. Regards, Rupom Mohamed BADR...
Rupom
rupom_315
Offline Send Email
Jun 1, 2006
11:54 am
736
ok here is the code <? $query = ""; $addOr = 0; if(isset($_POST['name'])) { $name = $_POST['name']; $query .="or invention_name LIKE '%$name%'"; $addOr = 1; } ...
Mohamed BADR
badrm1000000
Offline Send Email
Jun 1, 2006
1:26 pm
737
Hi Rupom, For storing in the database using BLOB type it worked.But while fetching the data how can I open the word document containing the same data. For e.g,...
Debasish Nayak
nayak_pinku1982
Offline Send Email
Jun 2, 2006
5:05 am
738
Hello Friends, Can you help me in: 1) How can I check whether any mail I sent through PHP is delivered to the given email ID or not. 2) How can I avoid a mail...
Debasish Nayak
nayak_pinku1982
Offline Send Email
Jun 2, 2006
9:15 am
739
hello BADR, $msquery = "select * from invention where 1=1 $query"; is not valid query. I should be: $msquery = "select * from invention where $query"; please...
Rupom
rupom_315
Offline Send Email
Jun 2, 2006
9:17 am
740
thanks both for your support and inspirations. Mohamed BADR <badr@...> wrote: CONGRATS Rupom CONGRATS Mohamed BADR ... From: Ehsan...
Rupom
rupom_315
Offline Send Email
Jun 2, 2006
10:48 am
741
hi rupom congrates wish u all the best in life take care Rupom <rupom_315@...> wrote: thanks both for your support and inspirations. Mohamed BADR...
razia sultana
razia_sultan...
Offline Send Email
Jun 2, 2006
6:56 pm
742
Hello, everyone! This is my first post here. My name is Wendy & I am currently creating a website for a business that includes user logins & an interface for...
Wendy Egelston
jwegelston
Offline Send Email
Jun 3, 2006
2:24 am
743
Hi Rupom Many many Congratulations to you. and Keep it up. Regards. Atif Majid ............................................................................... ...
Atif Majid
atif_majid10
Online Now Send Email
Jun 3, 2006
4:38 am
744
Hi Badr Please try the following one. <?php $strQuery = "select * from invention"; if($_POST['name']!="") { $strQuery .= " where invention_name ...
Atif Majid
atif_majid10
Online Now Send Email
Jun 3, 2006
4:38 am
745
Hi Wendy, Welcome to the group. I'm not experienced enough to answer, but I'm sure some of the more experienced members will assist you with sessions. I'm...
Bob
robert_dehoure
Offline Send Email
Jun 3, 2006
4:39 am
746
Hello Wendy, Session should not be destroyed in refreshing a page. The main concept of session does not teach us so. Use regenerate_session_id() so that...
Rupom
rupom_315
Offline Send Email
Jun 3, 2006
6:27 am
747
Hi, In opening a doc file, Internet Explorer gives option to open the file. Firefox also gives same option. You have to do these things: 1. Add this line to...
Rupom
rupom_315
Offline Send Email
Jun 3, 2006
7:03 am
748
Thank you, Rupom! I will go through these articles on sessions before I post again to check my sessions. The refresh problem started after I added some more...
Wendy Egelston
jwegelston
Offline Send Email
Jun 3, 2006
2:32 pm
749
hi Atif Majid i used your query , it has some parse errors and i fixed them but it's still not working as it's checking for name only not the rest of the query...
Mohamed BADR
badrm1000000
Offline Send Email
Jun 4, 2006
6:42 am
750
i used this but still needs some modifications as here i am supposing that invention_name is obligatory fields while it 's not $msquery = "select * from...
Mohamed BADR
badrm1000000
Offline Send Email
Jun 4, 2006
6:43 am
751
Congratulations Rupom. Best wishes to you. With regards. ... Durani Md. Abul Ahsan (Mani) Deputy Manager (MIS) Grameen Communications Grameen Bank Bhaban - 9th...
Md. Abul Ahsan Mani
ahsanmani
Offline Send Email
Jun 4, 2006
9:51 am
752
Hi guys, I have got a job to clone www.craigslist.org. Not all functionality need to be implemented in the 1st version. I have attached the scope document. If...
Md. Enamul Huque
enam_pwd
Online Now Send Email
Jun 4, 2006
6:39 pm
753
Scope document has been uploaded in the Files section, named Scope_Document_e_huque_1.0.doc Thanks ... need to be implemented in the 1st version. I have...
Ehsan Haque
m_e_hq
Offline Send Email
Jun 4, 2006
7:10 pm
754
Hi, I am Sujoy Dutta from India.I am very much interested about your offer. I have long experienced in PHP/MYsql.Already completed many projects. List of...
Sujoy Dutta
duttasujoy2003
Offline Send Email
Jun 5, 2006
6:18 am
755
sure, I'll accept that, thanks. I'm only working part time right now, so I have more free time, but I've been looking for a full time job so I don't know when...
Matthew Kemmerer
mattsoftnet
Offline Send Email
Jun 5, 2006
7:00 am
756
dear all, I have to develop a form which will have 2 option. one is for bangladesh only and other is non bangladesh. so when a user click bangladesh only form ...
Shaila Chowdhury
shaila.chowdhury@...
Send Email
Jun 5, 2006
8:27 am
757
when user will fill up the form , they must choose one option . bangladesh or non bangladesh . then after submitting the form u can check which option they...
Stranger
shimul39
Offline Send Email
Jun 5, 2006
8:39 am
758
thanks for your quick reply. But what I need is - My page is a open page for all. And yes there will two option. one is for bangladesh and other one is for...
Shaila Chowdhury
shaila.chowdhury@...
Send Email
Jun 5, 2006
9:01 am
759
how you want to check that user must from Bangladesh ? are checking IP to detect wheather they are from Banagladesh or not ? or u will just trust them on their...
Stranger
shimul39
Offline Send Email
Jun 5, 2006
9:32 am
760
hi thanks for your reply. But I don't want to trust oon their choosen option. I want to block them may be that can be done by detect their Ip or some other way...
Shaila Chowdhury
shaila.chowdhury@...
Send Email
Jun 5, 2006
9:41 am
Messages 731 - 760 of 2744   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