Re: [PHP] Memory Size Help Please

2003-11-19 Thread Raditha Dissanayake
',a); fwrite($urlfile,$pageurl.\n); fclose($urlfile); } } unset($matches); unset($pageurl); unset($parsedurl); } } print(/ol); print(h1Done!/h1); ? -- Raditha Dissanayake

Re: [PHP] file descriptor problem with tcpclient

2003-11-18 Thread Raditha Dissanayake
this? Regards, Bill Shupp -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Inteface

Re: [PHP] An array as an element of a function

2003-11-18 Thread Raditha Dissanayake
like this: $array1=array(1,2,3,4); $array2=array(a,b,c,d); Function Somefunction($var1,$var2) { someprocess using $array1 and array2; } Somefunction($array1,$array2); Or does something special have to be done? Thanks, Jeff -- Raditha Dissanayake

Re: [PHP] Arrays and performance

2003-11-18 Thread Raditha Dissanayake
experience on this? -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Inteface. Just

Re: [PHP] Arrays and performance

2003-11-18 Thread Raditha Dissanayake
of the root node here :-)) During the whole process you barely noticed the memory usage, however the disk usage still went up of course. Reading from disk 1 and writing to disk 2 does wonders! please let me know if you need any further clarifications. Pablo Gosse wrote: Raditha Dissanayake wrote: [snip

Re: [PHP] Mysql question

2003-11-18 Thread Raditha Dissanayake
not figure out how to do this with a whole db. I also know that I could do it using mysql dump, but I don't want to have to run a shell command. Please help, MIchael -- Raditha Dissanayake. http://www.radinks.com/sftp

Re: [PHP] Mysql question

2003-11-18 Thread Raditha Dissanayake
query to create new database query to read tables and structure in old db queries to create new tables in new db queries to dump data from old tables queries to load data to new tables You may want to try the mysql list to see if this can be done in one query. -- Raditha Dissanayake

Re: [PHP] Unzip a file.

2003-11-17 Thread Raditha Dissanayake
the url right now, but look there. All I found are classes to extract tar/gzip files: http://www.phpclasses.org/search.html?words=zipgo_search=1restrict=method=andsort=score Is there any I couldn't see ? Thanks, Vincent. -- Raditha Dissanayake

Re: [PHP] upload file size

2003-11-17 Thread Raditha Dissanayake
. sorry about the belated reply message had been stuck in a que.. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP

Re: [PHP] Microsoft .NET arguement

2003-11-17 Thread Raditha Dissanayake
that Microsoft's .NET is better than PHP - faster to process, easier and quicker to program, etc. They also (claim) that Microsoft's SQL is much faster and such vs. MySQL. Any comments to help me defend PHP or to educate me? :) -Mike -- Raditha Dissanayake

Re: [PHP] Microsoft .NET arguement

2003-11-17 Thread Raditha Dissanayake
. As for PHP being slower to program, I disagree. Its about the same, and in some cases, PHP might have a few more shortcuts. Maybe they're using some visual editors to speed them up? -Dan Joseph -- Raditha Dissanayake

Re: [PHP] Microsoft .NET arguement

2003-11-17 Thread Raditha Dissanayake
to do with the firewall, not the OS). That one I laughed at. But it's true, you can solve most of the security problems by tightening up the firewall so that nothing goes in or out. -- Raditha Dissanayake. http

Re: [PHP] Microsoft .NET arguement

2003-11-17 Thread Raditha Dissanayake
to help me defend PHP or to educate me? :) -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical

Re: [PHP] corrupted attachvent by base64_encode

2003-11-16 Thread Raditha Dissanayake
looks like the base64_code() function makes something wrong. Or something wrong is in my system tunes. Maybe php.ini. I sow in various forums questions like this one. But there was no answers on them. Please , explain me what I do wrong . Thank you. -- Raditha Dissanayake

Re: [PHP] Limiting repetitive file access

2003-11-15 Thread Raditha Dissanayake
tried .htaccess but the user in question has a dynamic address. Any help appreciated. Tia, Andre -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet

Re: [PHP] PHP fopen function

2003-11-14 Thread Raditha Dissanayake
/classes/wizzzard.inc.php on line 566 I would appreciate any suggestions or thoughts. Thank you, Sushmita -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure

Re: [PHP] can I license a php script?

2003-11-14 Thread Raditha Dissanayake
play developers and try jerking your scripts, which in the long run gives you alot of extra support time as the scripts go bugging out. Happy programming! -- Raditha Dissanayake. http://www.radinks.com/sftp

Re: [PHP] Executing CRON from a WebForm..

2003-11-14 Thread Raditha Dissanayake
is. Does the crontab command work when you try to parse it directly? Wasn't there something in the manual about using `bacticks` instead of quotes with the system command? -- Raditha Dissanayake. http://www.radinks.com

Re: [PHP] PHP fopen function

2003-11-14 Thread Raditha Dissanayake
could be effecting your script. Sushmita Roy wrote: Yes, I am calling the fopen with two parameters. The filename is also a string. The problem is when I pass a string variable the fopen fails but succeeds when I pass a constant string. Raditha Dissanayake wrote: Hi, fopen usually takes two

Re: [PHP] Mulitpart form posts and mysql blobs

2003-11-14 Thread Raditha Dissanayake
?? At the moment, Im taking the blob from mySQL and writing it to a file and then uploading that file through cURL! Very messy. TIA -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com

Re: [PHP] Re: [PHP-DB] Re: [PHP] Mulitpart form posts and mysql blobs

2003-11-14 Thread Raditha Dissanayake
the BINARY data from mySQL and send it via cURL directly. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file

Re: [PHP] PHP not using resolv.conf

2003-11-13 Thread Raditha Dissanayake
setup. Luke van Blerk wrote: Hi Our PHP installation is not using the nameservers in resolv.conf but instead using the dns server on the hostname. Does anyone know why this is and how to change it? Thanks Luke -- Raditha Dissanayake

Re: [PHP] wiki

2003-11-13 Thread Raditha Dissanayake
wikipedia.org - their sourcecode is available as a sourceforge.net project Dennis Gearon wrote: I need a wiki, VERY simple. BUT OTOH, it'd be nice if it had the ability to display, or attache a picture to a topic. Any good stuff known to exist? MySQL background. -- Raditha Dissanayake

Re: [PHP] register_globals security

2003-11-13 Thread Raditha Dissanayake
-- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Inteface. Just 150 KB | with progress

Re: [PHP] register_globals security

2003-11-13 Thread Raditha Dissanayake
with regards to security. -Original Message- From: Raditha Dissanayake [mailto:[EMAIL PROTECTED] Sent: 13 November 2003 15:24 To: [EMAIL PROTECTED] Subject: Re: [PHP] register_globals security Hi, There is also a $_REQUEST variable. At the risk of starting another flame war: IMHO switching off

Re: [PHP] php echo in php-only file

2003-11-13 Thread Raditha Dissanayake
. The question: Can I use echo statements in the php-only file, and have the results display in the html file that I expect is still on-screen in the user's browser? Thanks for any help! -- Raditha Dissanayake. http

Re: [PHP] php echo in php-only file

2003-11-13 Thread Raditha Dissanayake
, showing a small example with some code can help do that for you. Hope that helps. Chris = My Blog http://shiflett.org/ HTTP Developer's Handbook http://httphandbook.org/ RAMP Training Courses http://www.nyphp.org/ramp -- Raditha Dissanayake

Re: [PHP] mail() in windows (again!)

2003-11-13 Thread Raditha Dissanayake
probably running linux :-) ) edit your php.ini file and set that as your smtp server. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega

Re: [PHP] Share Folder...

2003-11-11 Thread Raditha Dissanayake
...plz help me.. jame -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Inteface. Just

Re: [PHP] resource handle - keeping alive?

2003-11-10 Thread Raditha Dissanayake
, there's not much point storing it in a session (or its parent object)... Any ideas? Tx, Martin -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP

Re: [PHP] resource handle - keeping alive?

2003-11-10 Thread Raditha Dissanayake
://www.php.net/pfsockopen Hope that helps. Chris = My Blog http://shiflett.org/ HTTP Developer's Handbook http://httphandbook.org/ RAMP Training Courses http://www.nyphp.org/ramp -- Raditha Dissanayake. http

Re: [PHP] Reply to a email with PHP

2003-11-10 Thread Raditha Dissanayake
for helping. Paul BELAVAL -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Inteface. Just 150

Re: [PHP] Whats wrong with this query?

2003-11-10 Thread Raditha Dissanayake
[f3]. This has been baffleing me for a couple of days now and any help given is very much appreciated. Thank you in advance. Yours Dave C -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com

Re: [PHP] help create community newbie guide to security

2003-11-10 Thread Raditha Dissanayake
of strip_tags which does a more drastic sanitization by removing anything that smells of html. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet

Re: [PHP] MySQL Password Function

2003-11-06 Thread Raditha Dissanayake
through google... Thanks for your help -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical

Re: [PHP] Building PHP source for Linux / Unix.

2003-11-06 Thread Raditha Dissanayake
source code for Linux / Unix. I am looking for a document that takes me through a step-by-step guidelines of doing this. Can someone point to a link for this? Thanks, Ananth. -- Raditha Dissanayake. http://www.radinks.com/sftp

Re: [PHP] MySQL Password Function

2003-11-06 Thread Raditha Dissanayake
. Almost any argument that applies for/against /etc/password would apply to mysql password() as well. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet

Re: [PHP] sockets - fine tunning

2003-10-28 Thread Raditha Dissanayake
want to look at the RFC - http://www.w3.org/Protocols/rfc2616/rfc2616.html where they explain how it's to be handled. all the best Curt Zirzow wrote: * Thus wrote Cosmin ([EMAIL PROTECTED]): On Sun, 2003-10-26 at 15:30, Raditha Dissanayake wrote: are you getting any 1xx status codes

Re: [PHP] keyword search syntax

2003-10-28 Thread Raditha Dissanayake
, the SQL keyword you're looking for is LIKE WHERE field LIKE '%$variable%' I agree. I'd structure the data quite differently. But, I've got the data from a client and at this point I don't have the authority to restructure the database. Thanx for the tip on the LIKE command. Robb -- Raditha

Re: [PHP] Parsing specific portions of XML files

2003-10-28 Thread Raditha Dissanayake
to make the text version that goes into the release documentation. Anyone got any ideas that can give me a push in the right direction. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha

Re: [PHP] sockets - fine tunning

2003-10-26 Thread Raditha Dissanayake
Server Stop 1067090777.5339 1067090777.5346 Client StartClient Stop 1067090777.5303 1067090794.5286 If someone knows a way on how to speed this up please tell me how to do it. Thank you for your time -- Raditha Dissanayake

Re: [PHP] CURL remote server get data back

2003-10-26 Thread Raditha Dissanayake
back through CURL? -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Inteface. Just 150 KB

Re: [PHP] CURL remote server get data back

2003-10-26 Thread Raditha Dissanayake
Dan McCullough wrote: Linux box to Linux box. Running PHP 4.1+ The script its connecting to would reside on one of my servers. -Original Message- From: Raditha Dissanayake [mailto:[EMAIL PROTECTED] Sent: Sunday, October 26, 2003 8:32 AM To: Dan McCullough Cc: [EMAIL PROTECTED] Subject: Re

Re: [PHP] XML/MySQL

2003-10-26 Thread Raditha Dissanayake
of strings together. What is the best approach? Thanks (and this is my first post to a newsgroup, and my first post to this one, so excuse me if I've missed something vital!) cheers ian ;-) -- Raditha Dissanayake. http

Re: [PHP] Using PHP with JAVA

2003-10-24 Thread Raditha Dissanayake
have had no luck. If anyone has any advice or suggestions please let me know. Thanks, Matt -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet

Re: [PHP] .htaccess question protect my php test environment

2003-10-24 Thread Raditha Dissanayake
and then go to another computer and put in the URL and no password box comes up. :( __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com -- Raditha Dissanayake

Re: [PHP] Using PHP with JAVA

2003-10-24 Thread Raditha Dissanayake
/) for a PHP image gallery. I got a long way to go before I will have this created though, since I'm very new to JAVA (I'm much stronger in PHP). Anyway, I'm sure you get the idea. Matt Raditha Dissanayake [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, For this scenario, Ray's

Re: [PHP] is_uploaded_file() security

2003-10-23 Thread Raditha Dissanayake
else. That's why the functions exist. ---John Holmes... -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet with | Mega Upload - PHP file

Re: [PHP] fsock sending bad request

2003-10-23 Thread Raditha Dissanayake
this in the header $header.= $req\n; but I have no idea what $req contains -- regards, Tom -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP

Re: [PHP] is_uploaded_file() security

2003-10-23 Thread Raditha Dissanayake
Hi, Multipart/form-data sends the entire file, if you don't use that enctype yes, just the file name is sent. best regards Alexander Mueller wrote: Raditha Dissanayake wrote: This does not work with multipart/form-data you need www-urlencoded (or just don't set an enctype attribute in your

Re: [PHP] is_uploaded_file() security

2003-10-23 Thread Raditha Dissanayake
enctype. best regards Alexander Mueller wrote: Raditha Dissanayake wrote: Hi, Multipart/form-data sends the entire file, if you don't use that enctype yes, just the file name is sent. best regards I see, but then $_FILES is probably not set. So it wouldnt be necessary to use

Re: [PHP] array of java-objects

2003-10-23 Thread Raditha Dissanayake
object(java)(1) { [0]= int(4) } int(20) int(36) And then of course it's impossible to call methods on the objects because they are no objects Fatal error: Call to a member function on a non-object Every hint woul'd be appreciated thanks, Helke -- Raditha Dissanayake

Re: [PHP] Images being uploaded in ASCII format

2003-10-23 Thread Raditha Dissanayake
and httpd.conf and can't PG seem to find anything there that would remedy this problem. PG Does anyone have any advice as to where I should be looking to fix this PG problem? PG Thanks much in advance. PG Cheers, PG Pablo -- Raditha Dissanayake

Re: [PHP] fsock sending bad request

2003-10-23 Thread Raditha Dissanayake
; $header.= $req; #Note, no \n Make sure all your headers have \r\n endings. Technically the $req is not part of the headers but the actual content to be sent. Curt -- Raditha Dissanayake. http://www.radinks.com/sftp

Re: [PHP] Images being uploaded in ASCII format

2003-10-23 Thread Raditha Dissanayake
? Khexedit might be installed by default. all the best -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader

Re: [PHP] Ways to break up XML into Arrays????

2003-10-23 Thread Raditha Dissanayake
]; //Output would be Hillary... echo ; //Whitespace... echo $XML_Tag['LastName'][1]; //Output would be Clinton... --snip-- Just something like that... Thanks!!! Scott F. -- Raditha Dissanayake. http://www.radinks.com/sftp

Re: [PHP] Re: Using two XSLT stylesheets

2003-10-20 Thread Raditha Dissanayake
/ for error messages in action (search terms which will find records include 'Boulez', 'Messiaen'). Does anyone know why: xslt_process($xh, 'sample.xml', 'sample.xsl', 'result.xml') doesn't work? (lifted straight from the manual) Cheers, Rich -- Raditha Dissanayake

Re: [PHP] How can i print out the files in a directory?

2003-10-17 Thread Raditha Dissanayake
hi please see if this is what you need: http://www.raditha.com/php/dir.php Bas wrote: How can i print out all of the files in a directory? I want some output as this: index.php login.php image1.gif image2.jpg -- Raditha Dissanayake

Re: [PHP] HTTP_POST_RAW_DATA problem

2003-10-16 Thread Raditha Dissanayake
. Manu. Raditha Dissanayake [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, RAW_POST_DATA does not get populated for known content types. That's why i got a little help from perl when building the megaupload progress bar. Manuel Vázquez Acosta wrote: Hello: I'm running

Re: [PHP] HTTP_POST_RAW_DATA problem

2003-10-15 Thread Raditha Dissanayake
php.ini always_populate_raw_post_data is set to On. My env: Windows XP-Pro; Apache 1.3.24/PHP module 4.3.3 Any ideas? Manu. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean

Re: [PHP] Re: Detecting devices i.e. PDA, Mobile

2003-10-15 Thread Raditha Dissanayake
(wireless bitmaps) Nice idea! Justin -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical

Re: [PHP] ftp_connect() issues

2003-10-13 Thread Raditha Dissanayake
this is happening. And have you verified that you can still connect to the ftp server via other means? And have you verified that the script can connect to other ftp servers? -- Raditha Dissanayake. http

Re: [PHP] Connecting to Linux server from windows

2003-10-13 Thread Raditha Dissanayake
SOAP Binay wrote: Hi all ! I have PHP (4.3.2) running on windows 2k. Now i want to connect to a Linux Server and execute some commands and get the results back to win2k server. How can i achiece this. Please help me out. Thanks in advance Binay -- Raditha Dissanayake

Re: [PHP] Passing variables between pages

2003-10-13 Thread Raditha Dissanayake
username to the third page where I have to use it to select a table name by that username and it doesn't work. I tried $_POST['username'] and the value is not passed to the third page. Is there a way of doing this? Please help. Thank You. Rashini -- Raditha Dissanayake

Re: [PHP] Re: Detecting devices i.e. PDA, Mobile

2003-10-12 Thread Raditha Dissanayake
, but not THAT big :) Justin -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Inteface. Just 150 KB

Re: [PHP] Detecting devices i.e. PDA, Mobile

2003-10-11 Thread Raditha Dissanayake
accordingly? Thanks for your help -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Inteface

Re: [PHP] XML / XLS application

2003-10-11 Thread Raditha Dissanayake
php? I think he's lost. Curt -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User

Re: [PHP] [xml] character data

2003-10-11 Thread Raditha Dissanayake
-src] = DA [orig-date] = DA [svg-date] = DA ) DA */ the function characterData can be called with whitespace which is probably overwriting your content try this $content = trim($content); if(!empty($content)) $info[$element] = $content; -- Raditha Dissanayake

Re: [PHP] File upload meter

2003-10-08 Thread Raditha Dissanayake
! Shopping - with improved product search http://shopping.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Raditha Dissanayake. http://www.radinks.com/sftp

Re: [PHP] do I need a database

2003-10-08 Thread Raditha Dissanayake
be high. Thank you. Sudheer _ Get Married! http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?74 Search from 7 lakh Brides Grooms. -- Raditha Dissanayake

Re: [PHP] Re: PHP CSS

2003-10-08 Thread Raditha Dissanayake
. --Helen Keller -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Inteface. Just 150 KB

Re: [PHP] Use XML...

2003-10-08 Thread Raditha Dissanayake
so you dont have to worry about wearing down your server... russ jones -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet with | Mega Upload

Re: [PHP] File upload meter

2003-10-08 Thread Raditha Dissanayake
which file upload meter code (the one i mentiond or megaupload) will be included in the V5? Thanks Hardik --- Raditha Dissanayake [EMAIL PROTECTED] wrote: Hi, These guys have done a good job and I think it's planned to be included in V5. Till then i invite you to take a look at http

Re: [PHP] Re: PHP CSS

2003-10-08 Thread Raditha Dissanayake
that there are ways in which you can dynamically generate CSS etc with PHP. I have been down that road three four years back. But raquel wants to separate these things out. First there was barly and hops, then someone made a better way of consumin it - beer. best regards. -- Raditha Dissanayake

Re: [PHP] Get an attached file from a POP3 mail

2003-10-07 Thread Raditha Dissanayake
with Net_POP3 pear module, but I don't know how to process the mail to extract attached files .. Exists libraries that can do that? Javier Tacón - Developer Private Media Group, Inc. www.prvt.com (Nasdaq: PRVT) -- Raditha Dissanayake

Re: [PHP] (native) linux-php-editor with some advanced features?

2003-10-07 Thread Raditha Dissanayake
-highlightning without any further special features. Did I miss one of the available editors which provides these features? Thanks, Thomas -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha

Re: [PHP] NEW: XML Application Objects

2003-10-04 Thread Raditha Dissanayake
mastering it and still find it plenty useful. I would argue that my XSLT skills still leave a lot to be desired, but mastery of it is still worthwhile persuing. Quite simply, XSLT has a lot of depth. -- Raditha Dissanayake

Re: [PHP] PHP EJB

2003-10-03 Thread Raditha Dissanayake
used PHP with Java Objects for sometime, I am keen to know whether anyone has tried using PHP to communicate with Enterprise JavaBeans?? Thanks -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http

Re: [PHP] [AWF-TOPIC] Create from PHP on the Fly???

2003-10-03 Thread Raditha Dissanayake
to relinquish all control of their work. Cheers, Rob. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical

Re: [PHP] NEW: XML Application Objects

2003-10-03 Thread Raditha Dissanayake
-php.sourceforge.net/ cheers. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Inteface

Re: [PHP] NEW: XML Application Objects

2003-10-03 Thread Raditha Dissanayake
with PHP code. personally I never cared much for XSLT, but I imagine that goes back to my not liking LISP either -- which is a case of not liking functional languages versus procedural languages. Cheers, Rob. -- Raditha Dissanayake

Re: [PHP] NEW: XML Application Objects

2003-10-03 Thread Raditha Dissanayake
The ones I tried were lame. Haven't studied your engine yet so i have yet to decide whether it's lame or not ;-) best regards Robert Cummings wrote: On Fri, 2003-10-03 at 11:30, Raditha Dissanayake wrote: Hi, Please give it a shot, it's real easy. far easier than any of the lame php

Re: [PHP] method to prevent multiple logons of same account

2003-10-03 Thread Raditha Dissanayake
. Am I thinking this through correctly? Comments? Chris. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet with | Mega Upload - PHP file

Re: [PHP] Too many connections fix?

2003-10-02 Thread Raditha Dissanayake
idea. Where did you learn this? I disagree with that notion. This may be debatable, which is better? php searching through a pool of 1000 connections for a free one or the overhead of opening a new resource to the database each request. Curt -- Raditha Dissanayake

Re: [PHP] Too many connections fix?

2003-10-02 Thread Raditha Dissanayake
server. best regards. raditha Raditha Dissanayake wrote: pconnect vs connect: Isn't it what the apache project calls the 'stampeding herd' problem? original question: Nicole one of the simplest, cheapest and best solutions is to put your log files on a separate hard disk. you

Re: [PHP] multi uploads permissions

2003-10-02 Thread Raditha Dissanayake
anyone have any other ideas im completely stumped. Thankyou Cam -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet with | Mega Upload - PHP file

Re: [PHP] Create from PHP on the Fly???

2003-10-02 Thread Raditha Dissanayake
how many glasses of beer? apples or oranges? is it raining out side? you are welcome. Jeffrey Fitzgerald wrote: Can this be done? How much $$$? Quality of PDF?? Thanks very much... -- Raditha Dissanayake

Re: [PHP] [AWF-TOPIC] Create from PHP on the Fly???

2003-10-02 Thread Raditha Dissanayake
. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha/megaupload/ Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Inteface. Just 150 KB | with progress bar

Re: [PHP] File question

2003-10-01 Thread Raditha Dissanayake
/ref.filesystem.php - E - __ Do You Yahoo!? Yahoo! BB is Broadband by Yahoo! http://bb.yahoo.co.jp/ -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http

Re: [PHP] nonblocking socket causes 100% cpu usage

2003-09-30 Thread Raditha Dissanayake
Hi, I don't think i saw your mail getting answered. This is unusual cause sockets taking up processor is something that i normaly associate with windows. Maybe if you could post a bit of your code we might be able to get a better idea about what's happening. Joe wrote: I have a commandline

Re: [PHP] How can I auto upload a file to the server?

2003-09-29 Thread Raditha Dissanayake
CPT John W. Holmes wrote: From: Raditha Dissanayake [EMAIL PROTECTED] My Impression from Jane's mail was that she was thinking of using a PHP script on the client side and not the server side. Am i correct jane? If so there would not be security concerns. Obviously as john has so rightly

Re: [PHP] How can I auto upload a file to the server?

2003-09-29 Thread Raditha Dissanayake
Hi John, Yops you are very right, this is only a few lines of visual basic or java code. John W. Holmes wrote: Mike Migurski wrote: The only part i am having trouble with is making the remote script automatically look into the local computer's hard drive and grab the .txt file. snip The

Re: [PHP] How can I auto upload a file to the server?

2003-09-24 Thread Raditha Dissanayake
Hi John, My Impression from Jane's mail was that she was thinking of using a PHP script on the client side and not the server side. Am i correct jane? If so there would not be security concerns. Obviously as john has so rightly pointed out php on the server side cannot access local files. The

Re: [PHP] when clients go bad

2003-09-23 Thread Raditha Dissanayake
Hi Jay and everyone, Sorry about the belated reply but i do believe that Work product for the customer belongs to the customer unless specifically stated differently in the contract does not apply to source code. Obviously we are all programmers and not lawyers in this group but i stand by

Re: [PHP] How can I auto upload a file to the server?

2003-09-23 Thread Raditha Dissanayake
Hi, The exact mechanism you mentioned cannot be easily created with php. What you can do is the install PHP command line version on your system and upload directly with that using a php script completly bypassing the browser. In that case though you will need to create write the post data

Re: [PHP] non-php issue

2003-09-21 Thread Raditha Dissanayake
You can fix all of your problems by formatting your computer and installing a linux distribution. Wang Feng wrote: hi everyone, could someone recommend a security mailing list, please? or you may like to answer my question below: i'm currently using outlook express 6 on WinXP Pro, and

Re: [PHP] Q on class failure...

2003-09-21 Thread Raditha Dissanayake
hi, It's generaly considered that constructors are supposed return an instance of that class. Use a factory instead if you want to return nulls; jsWalter wrote: I found this in the docs... If you want your constructor to possibly not create the object class A { function A() {

Re: [PHP] non-php issue

2003-09-21 Thread Raditha Dissanayake
2 cents (for which I will almost certainly earn the title of troll). - Original Message - From: andu [EMAIL PROTECTED] To: Raditha Dissanayake [EMAIL PROTECTED] Cc: Wang Feng [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, September 21, 2003 10:46 PM Subject: Re: [PHP] non-php issue

Re: [PHP] [Newbie Guide] RTFM, STFW, and STFA

2003-09-18 Thread Raditha Dissanayake
Jay, Thank you very much for bringing this up. I think if people cannot be curteous and cannot obey maliling list rules and etiquette they don't deserve replies. Jay Blanchard wrote: I just had to get it out of my system this morning. No offense intended to anyone, and not directly aimed at

Re: [PHP] Possible Bug With $_FILES Global

2003-09-18 Thread Raditha Dissanayake
HI, Te first time i switched from $userfile_** to $_FILES i spent hours pulling my hair out trying to figure out why my arrays were not getting populated. I too felt like reporting it but decided against is because someone is sure to say 'this is a feature not a bug' :-)) Nathan Taylor

<    2   3   4   5   6   7   8   >