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...
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 ...
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...
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,...
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...
hello BADR, $msquery = "select * from invention where 1=1 $query"; is not valid query. I should be: $msquery = "select * from invention where $query"; please...
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...
Hi Rupom Many many Congratulations to you. and Keep it up. Regards. Atif Majid ............................................................................... ...
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...
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...
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...
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...
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...
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...
Congratulations Rupom. Best wishes to you. With regards. ... Durani Md. Abul Ahsan (Mani) Deputy Manager (MIS) Grameen Communications Grameen Bank Bhaban - 9th...
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...
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...
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...
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...
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@...
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...
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@...
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...
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...