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: 1017
  • 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 84 - 113 of 1869   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
84 Mahabaleshwar
mahihs2002 Send Email
Jul 26, 2006
3:14 pm
I have a problem with tabed browsing(in FireFox)and when i am in search of a solution for this problem I found following qoutes in the php.net site, FF...
85 Vinu Thomas
uglyftp Send Email
Jul 27, 2006
3:20 am
Hi, Your question was not very clear. Let me see if I got it right: You want to know how to control PHP sessions on Firefox browsers to make it work like IE? ...
86 lalit kumar
lalit774 Send Email
Jul 27, 2006
6:56 am
Has anybody gotten this error when using Linkpoint? If so, how did you fix it? All suggestions are appreciated. Warning: dl(): Unable to load dynamic library...
87 bhavna_coolinus Send Email Jul 27, 2006
10:31 am
is there any function to on file_upload without changing file_upload tag in php.ini... please let me know if its available thanks Bhavna...
88 maq sood
maq005 Send Email
Jul 27, 2006
11:07 am
Your question is not clear... you mean ; Whether to allow HTTP file uploads. file_uploads = Off you want to upload files... if so then I think you cant do it. ...
89 Sathish Kumar S
sathish.sara... Send Email
Jul 27, 2006
11:08 am
Hi I am new to PHP and I want to know the future of the PHP than other server side scripting languages.. Please help me.. I got a job in mumbai in PHP. If PHP...
90 Vishwanath B
vishwanath_cse Send Email
Jul 28, 2006
9:53 am
Hello At present php and asp, jsp are in demand regarding server side scripting languages.... I think php has good future..bcos shortly it is becoming as...
91 ansar ansar
ansarahmed_8 Send Email
Jul 28, 2006
10:14 am
Hi, PHP is already object oriented we are using PHP5 version. PHP is on demand. Vishwanath B <vishwanath_cse@...> wrote:...
92 pritesh loke
priteshloke Send Email
Jul 31, 2006
2:42 am
Hello Yes php have a good and big future if you get job related to php join that now.This is the good opportunity for you. Thank you. Sathish Kumar S...
93 Vinu Thomas
uglyftp Send Email
Jul 31, 2006
2:53 am
Bhavna, You could try two ways of doing this: 1. In PHP use the following line on the top of your application: ini_set("file_uploads&quot;,"1"); 2. Another way of...
94 Vinu Thomas
uglyftp Send Email
Jul 31, 2006
1:03 pm
Looking for a good weather script to put up on your site? Here's a very good one from Collin Grady, which pulls weather data from the weather.com servers and...
95 Vinu Thomas
uglyftp Send Email
Jul 31, 2006
1:27 pm
Yahoo stripped out the image from the message. If you'd like to see how the weather image looks, head over to : ...
96 anees muhammed
anees_muhd Send Email
Aug 1, 2006
10:09 am
Hi friends... can anyone tell that how we can integrate an XML file to PHP Regards Anees ... Do you Yahoo!? Next-gen email? Have it all with the all-new...
97 bhavna_coolinus Send Email Aug 1, 2006
12:46 pm
Hi friends, I am getting "Read-Error. Error Reading File" error while downloading blob data from data... i am inserting file as pdf,doc,txt data in database as...
98 DhanaSekaran
radhaesh Send Email
Aug 1, 2006
12:48 pm
Hi, I am new to PHP. Does anyone know how to call stroed procedure in PHP program. I need with examples. Thanks in advance....
99 Vinu Thomas
uglyftp Send Email
Aug 1, 2006
1:00 pm
You can take a look at the following link for an example: http://www.daniweb.com/techtalkforums/thread41143.html One point to note is that the standard mysql...
100 Vinu Thomas
uglyftp Send Email
Aug 1, 2006
1:05 pm
I see that you're adding slashes while saving the data into the database. I guess that if you strip slashes while retreiving the data, it should sort out the...
101 Vinu Thomas
uglyftp Send Email
Aug 1, 2006
1:09 pm
Anees, What would you like do with XML in PHP? If you give us details on what you would like to accomplish, we can help you better. Regards, Vinu...
102 ashok kumar
vak108 Send Email
Aug 2, 2006
3:53 am
Hi, We are running PHP through Apache on RedHat Linux 9, When Iam trying to send the data to the given email address using PHPMailer iam getting the following...
103 Vinu Thomas
uglyftp Send Email
Aug 2, 2006
4:11 am
Ashok, It looks like PHPMailer is not able to access the language file. The following code in PHPMailer is what's triggering the error: function Lang($key) { ...
104 bhavna patel
bhavna_coolinus Send Email
Aug 2, 2006
5:26 am
I have tried that also using stipslashes but still not working... If u have any examples can i see it? Vinu Thomas <vinuthomas@...> wrote:...
105 rajnish tyagi
wire2rajnish Send Email
Aug 2, 2006
6:22 am
Hello, I am new in php, i want to use oop facility of php, i m doing work on php but i have never used this.tell me the importance of using classes in php and...
106 ansar ansar
ansarahmed_8 Send Email
Aug 2, 2006
7:10 am
Hello Raj, Hey man imporatance of using classes in any language is same you get advantage of OOPS concept, i dono what you mean by imporatance. Hmm regarding...
107 ashok kumar
vak108 Send Email
Aug 3, 2006
8:10 am
Hi Vinu Thomas, I have checked the language files. All the files are in proper location. One more thing I want to tell is that previously I was able to send...
108 anees muhammed
anees_muhd Send Email
Aug 3, 2006
10:48 am
Hi how can we pass an array of elements from one file to another? suppose i have an Array as aray() and i want to keep the whole array in session for getting...
109 adarsh m
ad_acl Send Email
Aug 3, 2006
12:40 pm
hai friends, I am trying to upload a large file having the file size grater than php.ini . it can't uploaded .. how can i check the uploaded file size grater...
110 Vinu Thomas
uglyftp Send Email
Aug 3, 2006
1:06 pm
The following code works for me. To save the file: <?php if(isset($_POST['upload&#39;]) && $_FILES['userfile&#39;]['size'] > 0) { $fileName =...
111 Vinu Thomas
uglyftp Send Email
Aug 3, 2006
1:07 pm
Anees, You can pass the array into a session variable. <? session_start(); $test = array(1,2,4,5,6,7); $_SESSION[&#39;test&#39;] = $test; ?> In your next page you...
112 Vinu Thomas
uglyftp Send Email
Aug 3, 2006
1:11 pm
Hi Ashok, If you've started facing this problem after the system was reinstalled, check if qmail is configured properly and the service has been started. This...
113 ashok_wisdomleaf
ashok_wisdom... Send Email
Aug 3, 2006
3:03 pm
Hi Adarsh, If you want to check whether the uploaded file size is maximum than that specified in PHP.ini then you should use: UPLOAD_MAX_FILESIZE, but not...
Messages 84 - 113 of 1869   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