Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

bang-phpug · Bangalore PHP User Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1011
  • Category: PHP
  • Founded: May 29, 2006
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 583 - 612 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
583 guruj_r Send Email Jul 2, 2007
3:19 pm
Hi, I am in a requirement that i need to restrict the no. of records shown in a page to some 10 records (Search page) and pagination to be done. Need to show...
584 Chidu
chidanandgb_... Send Email
Jul 3, 2007
2:45 pm
On 7/2/07, guruj_r <guruj_r@...> wrote: Hi, I am in a requirement that i need to restrict the no. of records shown in a page to some 10 records (Search...
585 Pritesh Loke
priteshloke Send Email
Jul 4, 2007
12:07 pm
Hello to all i have one problem in php array. This is the eg $array_check = array(0=>"100",1=>"200",2=>"100"); i have this array $array_check contains 2 times...
586 Amit Rana
amitrana77 Send Email
Jul 4, 2007
12:08 pm
If number of parameters and their values are small i.e. query string is not very huge append it to each pager link i.e. page 1, page 2, next etc If there are...
587 maq005 Send Email Jul 4, 2007
12:08 pm
Hey Madhur, To send sms you need a sms gateway, which will forword your sms to the users. Please google for that...... Am work on sms handling these days on...
588 Suketu S Parikh
suketu_721982 Send Email
Jul 4, 2007
12:34 pm
you can try using array_unique() function it will give unique array in return. if you want to display error message compare length of original array and unique...
589 Koushik G raj
koushikgraj Send Email
Jul 5, 2007
7:42 am
In pagination link, send same old query string with same name and value. for eg displaypage.php?recordset=20 & oldname=oldvalue. Amit Rana...
590 raja mohamed
md_libra81 Send Email
Jul 5, 2007
7:43 am
use this function for ur problem "array_count_values&quot;. plz refer this url : http://in2.php.net/manual/en/function.array-count-values.php With Regards, Raja...
591 Pritesh Loke
priteshloke Send Email
Jul 5, 2007
5:21 pm
thank you all for help raja mohamed <md_libra81@...> wrote: use this function for ur problem "array_count_values&quot;. plz...
592 jatinder kaur
jatinder_php Send Email
Jul 8, 2007
1:30 pm
hi pritesh, have u put html code of textarea whose name should be *FCKeditor1* or any one u like to put. below is the code and let me know, ...
593 prem panshette
param_1480 Send Email
Jul 9, 2007
8:00 am
Please elaborate your problem i have not understood your problem and try alo this i.e. give the height as 100 % jatinder kaur <jatinderkaur100@...>...
594 nandan raj
iamnandans Send Email
Jul 11, 2007
2:39 am
Hi, I have a requirement of creating/Editing/Deleting cron jobs(schedule Tasks) in windows through PHP. Can anyone let me know, how this can be done through...
595 nparthiban nparthiban
nparthi_2006 Send Email
Jul 12, 2007
6:04 am
hi Goto hosting control panel and click the shcedule task and also choose job time give the physical path to the file.the cronjob is running Regards ...
596 Binoy
binoyav_kvr Send Email
Jul 12, 2007
6:05 am
Add your normal php file (for example: php file for updating the count of a table field on each day) to the cron. For windows you can use visual cron....
597 anu_id2006 Send Email Jul 12, 2007
6:06 am
<? $str = "<script>;contact</script>"; //its output will be <script>contactltscriptgt --- something like this $val=htmlspecialchars($str, ENT_QUOTES); ...
598 prem panshette
param_1480 Send Email
Jul 12, 2007
7:41 am
Hi Instead of this htmlspecialcha rs($str, ENT_QUOTES); use htmlentities($str); anu_id2006 <anu_id2006@...> wrote: <? ...
599 pradeeprkara Send Email Jul 16, 2007
1:19 pm
Hi all, I have implemented a mail function with mail(), which is working fine. But all the mails I am sending are going to the bulk/spam folder. How can I send...
600 Pradeep
pradeepbv Send Email
Jul 19, 2007
2:26 pm
Hi, The Bangalore Barcamp 4 (BCB$) is happening on 28th and 29th of this month at IIM-B. More of it here .. (http://barcampbangalore.org/) Python...
601 Vinu Thomas
uglyftp Send Email
Jul 19, 2007
2:30 pm
Great idea Pradeep. :) I'll register at the link you've provided Regards, Vinu...
602 maq sood
maq005 Send Email
Jul 20, 2007
7:35 am
Yes thats a good Idea Vinu Thomas <vinuthomas@...> wrote: Great idea Pradeep. :) I'll register at the link you've...
603 Vinu Thomas
uglyftp Send Email
Jul 20, 2007
10:32 am
Hi All, Just wanted to check with the rest of the group if you're gonna join us at the PHP collective at Barcamp Bangalore 4. If you're joining us or planning...
604 bhavna patel
bhavna_coolinus Send Email
Jul 20, 2007
10:32 am
Hi , Can any one tell me using which event we can know weather web page is going to close. I need to refresh my page continuous on the server its containing...
605 bhavna_coolinus Send Email Jul 20, 2007
10:32 am
Hi , Can any one tell me using which event we can know weather web page is going to close. I need to refresh my page continuous on the server its containing ...
606 Madesh waran
madesh_gsv Send Email
Jul 20, 2007
12:18 pm
onUnload in body event will help u out. bhavna patel <bhavna_coolinus@...> wrote: Hi , Can any one tell me using which...
607 Vijay Kansal
vijay_kansal2 Send Email
Jul 21, 2007
5:06 am
Hi, I think there is a unload event of the body you can try that. bhavna patel <bhavna_coolinus@...> wrote: Hi , Can any...
608 Anees
anees_muhd Send Email
Jul 21, 2007
5:08 am
Hi, I implemented Wordpress for one of my client's site. In its admin section they are giving an option to use Custom URL Structure Default »...
609 Pritesh Loke
priteshloke Send Email
Jul 24, 2007
3:22 am
Hello to all I have one field in my table precentage and data type in decimal(3,2) but when i stored in that value like "45" they will storing the 9.99 can any...
610 guruj_r Send Email Jul 24, 2007
3:24 am
Hi, I have a requirement to have two or more tabs in the website. So i need help in creating it. It would be grateful if any one provides useful information......
611 Koushik G raj
koushikgraj Send Email
Jul 24, 2007
3:50 am
hi, what type of tables u need html or database? guruj_r <guruj_r@...> wrote: Hi, I have a requirement to have two or...
612 Anand Subramanian
axsubram Send Email
Jul 24, 2007
2:11 pm
Hi, Can you send me some links of PHP sites (i.e. commercial/any sites that have been built using php). Mainly this is to get an idea about the capabilites...
Messages 583 - 612 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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