Hi Friends, Integence Technologies invites application from experienced Programmers (1-3 years) and freshers. Integence Technologies is a young startup company...
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...
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...
& 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@...
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...
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...
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.. ....
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...
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. ... ...
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...
... have you checked - ... http://ming.sourceforge.net/ Ming - an SWF output library and PHP/Python module. ... http://www.maani.us/charts/index.php A...
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. ...
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...
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 ...
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...
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]...
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...
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...
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...
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...
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@...
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...
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...
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 ...
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...
... 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...