Hello group, can anyone help me to solve my problem? http://localhost/dgitel/index.php?app=student_course&cmd=loadStudentBloodGroup&city=-1&bloodgroup=A+ve ...
use $bloodgroup = urlencode($_REQUEST['b']); :-) Stranger ... -- http://groups.yahoo.com/group/phpresource/ http://www.shimul.info...
Stranger
stranger@...
Jul 1, 2006 8:18 am
1002
Hi, ... <script> var bg = "B+"; //alert("Blood Group "+bg); function loadStudentBloodGroup() { //var city = trim(document.getElementById('city_sel').value); ...
This is because of urldecoding Due to this - sign not converted but + sign convert to a white space ex: -1will be -1 but +1 becomes 1 use *rawurldecode()*...
Thanks Rupom. I'll get back to you if I'll encounter any problem. Thanks Debasish __________________________________________________________ Yahoo! India...
Hi Friends, Rupom , Moderator of our phpResource, wins the phpclasses.org Innovation Award . His class *Graph Coloring* ...
Stranger
stranger@...
Jul 1, 2006 9:35 am
1006
Congratulations Rupom............. Stranger <stranger@...> wrote: Hi Friends, Rupom , Moderator of our phpResource, wins the phpclasses.org Innovation...
Great going Rupom. Well people will soon ban you from submitting codes. Everywhere you submit them, you grab the top, keep on grabbing the top and never stop!...
Its already 2nd July here in Bangladesh. 1 year up for phpResource Group. So taking the opportunity to wish phpResource Group a very happy birthday. Every...
As you embrace your birthday, it's sending your way a bouquet of best wishes. A wish for warmth success and harmony HAPPY BIRTHDAY TO YOU... Today, 2nd July,...
Congratulations... best wishes for all phpResource contributors... ... we never ... That all are for ... resourceful, ... hardly ... PHP User ... Its already...
Hi Hope you all are doing fine. I have a question. I was working with GD Library. But I am facing one problem. I cannot create or frankly speaking do not have...
Rima Islam
rimaislam@...
Jul 3, 2006 5:54 am
1017
wow!!!!! Rupom Vaia is winner? Congratulations Rupom Vaia. Now I feel very proude to be part of this group. Really nice people participate here and not to...
Rima Islam
rimaislam@...
Jul 3, 2006 6:10 am
1018
Happy Birthday to this nice group. I am really happy to be a member of this group. May this group live forever. Reagards Rima Islam @-}-...
Rima Islam
rimaislam@...
Jul 3, 2006 6:12 am
1019
Hello Group, I have been facing a problem for 3 days. I have a table like this: <table> <tr> <td>Name</td> <td>Designation</td> </tr> <tr> <td>Farhana</td> ...
Farhana Rahman
farhana.dhaka@...
Jul 3, 2006 7:27 am
1020
hi guys i have 10 links everyone to page.php?id=1 and then page.php?id=2 and so on these pages get the data from the database according to the ID i want them...
Hi BADR I just test your code for your purpose . here is the code . page.php ... <script language = "javascript"> var XMLHttpRequestObject = false; if...
Stranger
stranger@...
Jul 3, 2006 8:48 am
1026
Sorry, I missed to send the output of my test: ... Array ( [0] => Name [1] => Designation [2] => Farhana [3] => PHP Developer [4] => Sayma [5] => Senior PHP...
Thanks all for your inspirations. It's always nice to get awarded and inspirations. Thanks again. MA Razzaque Rupom http://groups.yahoo.com/group/phpresource/ ...
Hi starnger i applyed your code here http://www.alwafd.info/page2.php and as u can see page 1 is just text when u click on it it works but how will the user...