Search the web
Sign In
New User? Sign Up
in-phpug · Indian PHP User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2934 - 2963 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2934
Hi Friends, Integence Technologies invites application from experienced Programmers (1-3 years) and freshers. Integence Technologies is a young startup company...
Integence Technologies
rakesh139
Offline Send Email
Dec 1, 2006
11:49 am
2935
Hi group, While sending emails offline I came across strange problem. I am using php mailer class for it. There are two machines, one is with windows 2000 and...
mkumarpatil
Offline Send Email
Dec 3, 2006
3:34 am
2936
Hi Mr Kumar, Sending Emails Offline ... ? Didnt get this point Is xxx.xxx.xxx.xxx your windows machine? which I feel is.... ? on which it runs fine your linux...
rakesh pant
rakeshlbsimds01
Offline Send Email
Dec 3, 2006
2:50 pm
2937
Ok folks i got the answer for this. M Krishna Srikanth <mandaksk@...> wrote: Hi, Go through this code. <?php class person { public $name; function...
M Krishna Srikanth
mandaksk
Offline Send Email
Dec 4, 2006
5:44 am
2938
Hello group, Anyone could explain, the purpose of following statement and what is the purpose of "=&" and what it does ? "$GLOBALS[$var_name] =&...
prasadwandre
Offline Send Email
Dec 5, 2006
12:55 pm
2939
& is used to pass "as reference to" instead of replicating the variable, you just give & to change the actual value. In $GLOBALS[$varname]=&$_POST[$varname],...
Krishna Srikanth
krishna.srikanth@...
Send Email
Dec 6, 2006
5:13 am
2940
Hi All I need to create a script where i am replaceing certain phrases with links - the links etc. are all pulled in from a mysql database. The basic thing is...
sug_holtec
Offline Send Email
Dec 6, 2006
1:04 pm
2941
You want to "Return value by reference", not by value. This allows you to avoid making duplicate copy of variable. for eg. The syntax for returning variable...
Milindkumar Patil
mkumarpatil
Offline Send Email
Dec 6, 2006
1:06 pm
2942
Hello, If you change the value of $_GLOBALS[$var_name] then value of $_POST[$var_name]; will get change automatically.. or a vice versa. Same as pointers.. ....
Gulmohar Sontakke
gulmoharsont...
Offline Send Email
Dec 6, 2006
1:09 pm
2943
Hello Group! I want to know how we can make .swf flash movie with php ! I want to have some graphs, reports in Flash for a presentation ! Is there any software...
Anurag's
abhatia6feb
Offline Send Email
Dec 7, 2006
2:36 pm
2944
http://php.net/preg_replace will handle regex and i'm pretty sure there's a case insensitive option there ; if not you could use strtolower() ... working. ... ...
Andy M.
amchargue44
Offline Send Email
Dec 8, 2006
4:29 am
2945
I am planning to create a cource on my website on "Investment". I am planning it to be something like http://in.php.net/manual/en/ Can some one provide me any...
jokerspark2007
Offline Send Email
Dec 8, 2006
4:30 am
2946
... have you checked - ... http://ming.sourceforge.net/ Ming - an SWF output library and PHP/Python module. ... http://www.maani.us/charts/index.php A...
Aadhunik .Net Jaspal ...
jaspal_77
Offline Send Email
Dec 8, 2006
4:35 am
2947
Hi Anurag, ... I would suggest developing a swf in Flash authoring environment itself, using some graphing components. Then pass data to this movie from PHP. ...
Nirav Mehta
magnet_web
Offline Send Email
Dec 8, 2006
4:43 am
2948
yup.. i agree with Nirav that it would put unnecessary load on the server, and on top of it if it includes encoding/decoding of multimedia streams, there is a...
Rohan Prabhu
rohan_gnome
Offline Send Email
Dec 8, 2006
7:21 am
2949
Thanks Guys for the response! I will try these links and the ways you are telling! Thanks for your help ! Any more ideas please do let me know! ... -- Thanks ...
Anurag's
abhatia6feb
Offline Send Email
Dec 8, 2006
9:30 am
2950
I have gone thru the preg_replace thing - but am just not able to figure out what kind of a regex will work for me. Please help me - any idea pointing me in...
Suchi Garg
sug_holtec
Offline Send Email
Dec 8, 2006
10:54 am
2951
Hi , Read through http://ming.sourceforge.net/ and search for MING+PHP ... -- Best Regards, Shoeb Surya [Non-text portions of this message have been removed]...
Shoeb Surya
a_accilies
Offline Send Email
Dec 9, 2006
10:13 am
2952
Hi, I want to make users download some ftp documents through browser itself. I have made an upload form which uploads user files using php-ftp. Similarly, if...
M Krishna Srikanth
mandaksk
Offline Send Email
Dec 11, 2006
2:27 am
2953
though irrelevent it might sound I did like to add my two cents here, FFMPEG extension allows for dynamic conversion of uploaded videos to .swf format. This...
Chetan Kelkar
chetannmc
Offline Send Email
Dec 11, 2006
2:34 am
2954
Hi Andy, I do not know the sol. of the question but if you are open to use other sol. than read this, Actualy if i was given the problem and i had to implement...
abhishek jain
ejaincom
Online Now Send Email
Dec 11, 2006
3:07 am
2955
Hi, If u want to download the doc or other file from web. Then simpley give the hypelink to that file i will be downloadable. Ex. lets assume u want to...
Ravi Kachhawaha
ravi_kachh
Offline Send Email
Dec 11, 2006
3:34 am
2956
Hi, Sorry for not being specific. Actually web users will upload and share php, html and asp scripts. So the web document should be downloaded as it is. So...
Krishna Srikanth
krishna.srikanth@...
Send Email
Dec 11, 2006
5:32 am
2957
Thats right but on a shared hosting I dont think FFMPEG will be installed due to one accounts requirement. ... -- Best Regards, Shoeb Surya [Non-text portions...
Shoeb Surya
a_accilies
Offline Send Email
Dec 11, 2006
9:28 am
2958
Hi Abhishek - it seems your solution might work - can u pls send me a sample code (perl will be ok). Thanks Suchi [Non-text portions of this message have been...
Suchi Garg
sug_holtec
Offline Send Email
Dec 11, 2006
9:44 am
2959
Hi Friends I am desperately in need of php script (entire module) for using "Barclays ePDQ CPI" for online payment for an uk client . Can anyone help me ...
shridharshenoy2000
shridharshen...
Offline Send Email
Dec 13, 2006
9:31 am
2960
Yes Shoeb, you are probably right on that. Brgds, Chetan Shoeb Surya <shoeb.surya@...> wrote: Thats...
Chetan Kelkar
chetannmc
Offline Send Email
Dec 13, 2006
1:45 pm
2961
Hi, I am in urgent need to know how can we create a folder on the client machine using php.initially i have written some script but it is creating the folder...
srivi
sreevidya_sa...
Offline Send Email
Dec 14, 2006
11:11 am
2962
... I think nobody will be supplying you a readymade module. What you should do is search the internet, start coding the application and then if at some point...
Abbas Ali
abs_1980
Online Now Send Email
Dec 14, 2006
11:25 am
2963
How to implement the userplan chat with PHP. Please Help me...
Deepak
maindeepak
Offline Send Email
Dec 15, 2006
4:04 am
Messages 2934 - 2963 of 3262   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