Hi, I need help. i have developed one small application where i create few pages(htm). and it works fine. but suddenly i found it can't create 1/2 out of 3...
Hi, i hope it will help u //Write Into file function writeFs($f_name,$text) { $fp = @fopen($f_name,"w+"); @fwrite($fp,$text); @fclose($fp); return true; } ... ...
Cybercom Creation is an established IT company located in Ahmedabad providing outsourcing services to plenty of overseas clients since last 4 years. With...
HI, the following code works fine for Internet Explorer but not working in Firefox Mojilla browser. <form id="frmRedirect" action="www.something.com"...
I'm having problems with setting session data from inside an iframe. I have the main page then you click on the log in button to change the iframe over to a ...
you need the protocol specified as well or it will submit to http:// currenthost.com/www.something.com The fact that it works in IE is a bug in IE. -m ... ...
Hello Members, can anybody give me a way how can I proceed to get DNS record by PHP script in windows platform. It will be very beneficial for me. Regards, ...
gracias ... De: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com]En nombre de Edik Mkrtchyan Enviado el: martes, 02 de mayo de 2006 14:45 Para:...
Maria Isabel Mateos B...
isabel.mateos@...
May 2, 2006 4:52 pm
3812
How can i "put an automailing option" in windows server.... ... [Non-text portions of this message have been removed]...
Ther should be some host specif problems or may be something wrong with your firefox bcuz my applications are running just fine on firefox. post the actual...
hi im looking for an analog, awstats or webalizer parser for php. i need to access all the stats data and show them inside my CMS application. Anyone? Thanks, ...
Hi, make sure that your "form" is enclosed with in "<body>" tag. cheers, abdul. ... [Non-text portions of this message have been removed]...
abdul cader
sh.abdulcader@...
May 3, 2006 4:26 am
3817
Hi Raj, I believe there's a method dns_get_record() in php to retrieve DNS record on hostname. There's more ready made classes available out there for use. You...
Hi All, i need a php script that can create linux user. can any body help me? Thank you, Shahid. ... How low will we go? Check out Yahoo! Messenger’s low...
Hi All, i need a php script that can do sftp o scp (in linux). can any body help me? Thank you, Shahid....
MarÃa Isabel Mate...
isabel.mateos@...
May 3, 2006 12:45 pm
3820
Hello Fellow Coders, Please suggest the best PHP knowledge base software among the following. 1. PHPKB Professional v1.5 - http://www.knowledgebase-script.com ...
Hi evere body, I'm sorry, i don't speak in english, and is very dificult to me write that i want to say, but i will to try. How i can posionate the scroll bar...
Nota: Se adjuntó el mensaje reenviado. __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam...
In my opinion, it's the user's browser and therefore his scrollbar preferences. You get the browser window to play in, not its controls. But that's just my...
It may also have something to do with character sets used, but it would seem to me that any language that might be associated with your name would probably be...
If I get what you are says, try fixing that in the html not php... Duke ... From: Diana Alcántara To: php-objects@yahoogroups.com Sent: Wednesday, May 03,...
Hi Paritosh; There are several DNS functions implemented in php. Check this list out: dns_check_record - Synonym for checkdnsrr dns_get_mx - Synonym for...
Hi Mehmet, Thank you, i tried the code that display nothing in browser. However when i execute the command "useradd foo -p foo" in linux it gets executed and...
Hi Shahid, I suggest you to check secure shell library in php. There are good examples that might suit for your need: http://us2.php.net/network Mehmet ...
Hi Shahid, It is because the code does just what you do in shell. exec() runs the given argument ($cmd) and returns the last line from shell. Since as you...