RE: [PHP] Can a PHP script process a file on a remote computer?

2007-10-24 Thread Vo, Lance
you probably won't be able to edit PHP.ini with shared-hosting. The other solutions, one I can think of it now - you can use PHP to upload files from remote computer to the server at certain time, and set schedule with cron to run your PHP scripts on your server. Good luck -Original

RE: [PHP] MySQL and SESSIONs

2007-10-05 Thread Vo, Lance
Stut What's good for multiple webservers? thanks -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Friday, October 05, 2007 4:31 PM To: Stefano Esposito Cc: php-general@lists.php.net Subject: Re: [PHP] MySQL and SESSIONs Stefano Esposito wrote: is it somehow possible to

[PHP] PHP WAP Resources?

2007-09-13 Thread Vo, Lance
hi can you guys please suggest some good resources for PHP and WAP? either urls or websites would be great tia, Lance

RE: [PHP] PHP WAP Resources?

2007-09-13 Thread Vo, Lance
and books too :) -Original Message- From: Vo, Lance [mailto:[EMAIL PROTECTED] Sent: Thursday, September 13, 2007 11:07 AM To: php-general@lists.php.net Subject: [PHP] PHP WAP Resources? hi can you guys please suggest some good resources for PHP and WAP? either urls or websites would

RE: [PHP] Re: Pirate PHP books online?

2007-07-18 Thread Vo, Lance
Wow, this topic has been going on forever. Probably the longest I've seen. -Original Message- From: Instruct ICC [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 1:51 PM To: php-general@lists.php.net Subject: Re: [PHP] Re: Pirate PHP books online? From: Tijnema [EMAIL

RE: [PHP] simplexml_load_string();

2007-07-18 Thread Vo, Lance
Try to do a search in PEAR.PHP.NET I remember I've seen something like this for php4, but not sure where. Lance -Original Message- From: Ross [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 8:41 AM To: php-general@lists.php.net Subject: [PHP] simplexml_load_string(); $data

RE: [PHP] Is There a Function to yada .... /yada to [yada] ..... [/yada]?

2007-06-21 Thread Vo, Lance
str-replace? http://us.php.net/manual/en/function.str-replace.php -Original Message- From: Stephen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 1:17 PM To: php-general@lists.php.net Subject: [PHP] Is There a Function to yada /yada to [yada] . [/yada]? I can't find

[PHP] calculate xml size

2007-05-26 Thread Vo, Lance
does php has any function that calculate a xml element in bytes or anything: example: tests test1ABC/test1 test2DEF/test2 /tests If I want to calculate element test1, it should return 18 bytes. thanks Lance