Re: [PHP] PHP/ MySQL Login Module

2004-02-16 Thread Raditha Dissanayake
e anything, that might be useful. Thanks in advance Pushpinder -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP fil

Re: [PHP] mySQL SQL Conversion

2004-02-16 Thread Raditha Dissanayake
BY survey_questions.Question_ID, survey_questions.survey_num HAVING (((Avg(survey_responses.Response))<>-1) AND ((survey_questions.survey_num)=0)); Thanks in advance, ~Logan -- Raditha Dissanayake. http://www.radinks.com/sftp/

Re: [PHP] Problem with XSLT Sablotron

2004-02-12 Thread Raditha Dissanayake
27;t solve this error. Thanks very much! Juan Torres. PS: Excuse me, my english is bad :( -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet

Re: [PHP] phpMyAdmin Problems

2004-02-10 Thread Raditha Dissanayake
s? I put a couple screenshots that illustrate what I described online at http://geowebworks.geobop.org/test/phpmyadmin/index.php Thanks. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/

Re: [PHP] parse error, unexpected $

2004-02-10 Thread Raditha Dissanayake
and I get this error: Parse error: parse error, unexpected $ in /var/www/html/donation/installations/gpi/form.inc on line 528 Line 528 is actually the last line on that file, it's an empty line. Tried removing, adding spaces, and the number of lines change, always pointing /B --

Re: [PHP] adduser.exe

2004-02-10 Thread Raditha Dissanayake
dduser.exe file? Are there other/better solutions? TIA Christian -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP fil

Re: [PHP] Revised: RE: [PHP] Re: Can I do this?

2004-02-08 Thread Raditha Dissanayake
that directory). If you have the option to move includes to a different directory it is more secure. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FT

Re: [PHP] Revised: RE: [PHP] Re: Can I do this?

2004-02-08 Thread Raditha Dissanayake
: Ok so on this topic, I do something similar to this with my scripts, and if my includes are vulnerable... I need to know how? I have tested this and the includes parse the information as it includes -- Raditha Dissanayake. -

Re: [PHP] Use a Server or Client Socket?

2004-02-08 Thread Raditha Dissanayake
miliseconds rite? That will be too frequent. What about in another script? Will I be able to check that the connection is on? Regards, Ai Leen Raditha Dissanayake wrote: Hi Tan, If you are connecting to another server you are using a client socket you do not need to make a server socket. If you need

Re: [PHP] Use a Server or Client Socket?

2004-02-07 Thread Raditha Dissanayake
in the above. Thanks for helping Ai Leen -- 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

Re: [PHP] Running Apache in one machine and php in another

2004-02-06 Thread Raditha Dissanayake
>Am I confusing. yes -- 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] Slightly OT! PHP / HTML Editor for Linux

2004-02-04 Thread Raditha Dissanayake
sed to use Dreamweaver MX for all my PHP / HTML editing, can anyone recommend a good alternative? Many thanks -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure

Re: [PHP] PHP & MYSQL Drop Down Select Box

2004-02-04 Thread Raditha Dissanayake
title"); while ($row = mysql_fetch_array($rslt)) { echo " if ($cmfg == $row['title']) echo " SELECTED>".$row['title'].""; else echo ">".$row['title'].""; } echo ""; ?> Choose Model: $rslt

Re: [PHP] Is there a PHP Style Sheet Switcher that doesn't reload pages?

2004-02-04 Thread Raditha Dissanayake
hat does NOT involve reloading the page? -- 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 I

Re: [PHP] newbie pls help

2004-02-03 Thread Raditha Dissanayake
install apache and php in a redhat box version 8 and want apache to load php. So how i shld proceed. Just downloading the rpms of both and installing will help or I have to down load the source and compile it. Pls help Thank u Geetha -- Raditha Dissanayake

Re: [PHP] POSSIBLE TO SETUP PHP USING PROXY AS DEFAULT?

2004-02-03 Thread Raditha Dissanayake
proxy for all http/ftp connections. i know it's possible to write a script that can do this, but i need to setup php itself for that (php.ini or something like this) i tried different tools for that to tunnel all connection but i didn't found anything that works for me regards --

Re: [PHP] PHP Telnet Deamon?

2004-02-03 Thread Raditha Dissanayake
wondering if there is a way to have a php script act as a telnet daemon? Thanks to you all in advance! -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP

Re: [PHP] Sessions vs. MySQL records?

2004-02-03 Thread Raditha Dissanayake
e and their IP address and tracking their usage count? Thanks in advance for any thoughts. - Brian -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secur

Re: [PHP] [Stats] PHP Net List: January 2004

2004-02-02 Thread Raditha Dissanayake
49 Raditha Dissanayake 41 -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega

Re: [PHP] search.php

2004-02-01 Thread Raditha Dissanayake
paths as the elements. 3) now, take that arrary and add a foreach before the line "$directory = opendir($which_one);" replacing "$which_one" with your foreach array element. -- Raditha Dissanayake. --

Re: [PHP] Pulling unique data from database

2004-02-01 Thread Raditha Dissanayake
change the format of the database and there are over 200 people listed in the database. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with

Re: [PHP] modify an XML file

2004-02-01 Thread Raditha Dissanayake
the modifications? If you have only a 2-3 tags you might find it easy but beyond that you code will end up looking like a sax parser's source code. -- Raditha Dissanayake. http://www.radinks.com/sftp/ |

Re: [PHP] modify an XML file

2004-02-01 Thread Raditha Dissanayake
e SAX there wouldn't be an upper limit (at least theorectically) i have parsed the odp dump using the sax parser functions available in PHP and that's several hundred megabytes. -- Raditha Dissanayake. http://

Re: [PHP] PHP not working with Apache

2004-01-31 Thread Raditha Dissanayake
- Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with

Re: [PHP] Please help me with this. (Retriving info from mySQL database and then put it in combo box)

2004-01-31 Thread Raditha Dissanayake
nto items inside the Combo box.. Best Regards.. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphi

Re: [PHP] Turck MMcache - still continuing or dead?

2004-01-31 Thread Raditha Dissanayake
hope for it yet. It is a fantastic cache and deserves to continue. Ade -Original Message- From: Raditha Dissanayake [mailto:[EMAIL PROTECTED] Sent: 31 January 2004 05:54 To: Binay Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Turck MMcache - still continuing or dead? Hi, This topic has

Re: [PHP] Turck MMcache - still continuing or dead?

2004-01-30 Thread Raditha Dissanayake
ction server or not?? What do u guys suggest? Thanks Binay -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file upl

Re: [PHP] Beginner

2004-01-30 Thread Raditha Dissanayake
best . S Gex wrote: Could someone tell me which newsgroup I subscribe to if I'm having a general problem setting up PHP in a windows 2000 / IIS environment? -- Raditha Dissanayake. http://www.radinks.com/sftp/ |

Re: [PHP] PHP+Apache Question

2004-01-30 Thread Raditha Dissanayake
PHP (4.3.x) work with the stock httpd (Apache 2.x)? Are PHP developers still concerned about that combination? Should I not bother and roll my own source? -- Raditha Dissanayake. http://www.radinks.com/sftp

Re: [PHP] Code help - file parse?

2004-01-30 Thread Raditha Dissanayake
place based on a hidden tag? Thanks -- 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 Int

Re: [PHP] PHP and XML.

2004-01-30 Thread Raditha Dissanayake
lime :D j/k The only thing I can think of is apache/you_webserver_here is limiting the amount of memory.. still an odd problem though, depending on the size of the xml.. -- Raditha Dissanayake. http://www.radinks.com

Re: [PHP] Comparing multiple Mysql tables to find duplicates

2004-01-30 Thread Raditha Dissanayake
t to reinvent it? DELETE FROM list1 USING master_list, list1 WHERE list1.email = master_list.email Repeat for other tables. ---John Holmes... -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http:/

Re: [PHP] Comparing multiple Mysql tables to find duplicates

2004-01-30 Thread Raditha Dissanayake
anyone know of any such beast before I set out to reinvent it? Thanks. Chris -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega

php-general@lists.php.net

2004-01-30 Thread Raditha Dissanayake
image and put html descriptions: host alive: ble ble ble ble ble ble (statistic) ps.sorry for my english ;( -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean

Re: [PHP] PHP timeout

2004-01-30 Thread Raditha Dissanayake
: if (!($mylink = @mysql_pconnect("localhost","*","**"))) print "Problem connecting to the database server\n"; exit(); } mysql_select_db("xxx") or die ("Problem connecting to the databaseDes

Re: [PHP] PHP timeout

2004-01-30 Thread Raditha Dissanayake
Raditha. I don't have a firewall setup on this PC Is there a chance it's a permissions problem? And why do few simple scripts run fine though? Thanks Mario - Original Message - From: "Raditha Dissanayake" <[EMAIL PROTECTED]> To: "Mario" <[EMAI

Re: [PHP] OOP methodology

2004-01-30 Thread Raditha Dissanayake
terates one unit through the hierarchy and then calls taskMaster() which takes values Process() has changed in the object and uses them to query the database and to format the results into an HTML table and output to a file (as described above). -- Raditha Dissanayake.

Re: [PHP] PHP timeout

2004-01-30 Thread Raditha Dissanayake
run fast after playing with the permissions but more complicating scripts or the phpMyAdmin just timesout. Does anyone know what the hell is going on? Mario -- Raditha Dissanayake. http://www.radinks.com/sftp/

Re: [PHP] session management

2004-01-29 Thread Raditha Dissanayake
ect. Is there a prewritten framework/class to handle this? thanks regards -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PH

Re: [PHP] session management

2004-01-29 Thread Raditha Dissanayake
in my php application. i further need to be able to distinguish between admin levels and user levels and thus the session also needs to keep this info (ie, whether person has logged in as admin or user) any ideas how to do it. thanks -- Raditha Dissanayake

Re: [PHP] [php] search.php

2004-01-29 Thread Raditha Dissanayake
the best John Taylor-Johnston wrote: Raditha, mnogsearch spans sites and aspseek is ASP. I was hoping for something simple in PHP <|:( J Raditha Dissanayake wrote: grep htdig mnogsearch aspseek google appliance John Taylor-Johnston wrote: I want to create an old fashioned sea

Re: [PHP] [php] search.php

2004-01-29 Thread Raditha Dissanayake
days. John -- 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 |

Re: [PHP] crypt() sources c# port

2004-01-29 Thread Raditha Dissanayake
g List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega

Re: [PHP] php to send emails using exim?

2004-01-29 Thread Raditha Dissanayake
o a system() to the exim binary as well as exec("/path/to/exim -io -T, $msg") All with no luck, could anyone give me an example of how to accomplish this? Jas -- Raditha Dissanayake. http://www.radinks.com/

Re: [PHP] Googlebot

2004-01-27 Thread Raditha Dissanayake
As others have already pointed out to you, what better place to find information about google than google? Frank Tudor wrote: That's not very helpful. I am also curious about this. Anyone have a more thought provoking answer? Frank --- Raditha Dissanayake <[EMAIL PROTECTED]> w

Re: [PHP] Googlebot

2004-01-27 Thread Raditha Dissanayake
If you read the pages on google you will know the answer. Hartley, Matt wrote: Is Googlebot (or any other bot) able to follow links that are php? e.g. Contact Us Is there a way to invite bots to your site? Thanks Matt -- Raditha Dissanayake

Re: [PHP] create a file

2004-01-26 Thread Raditha Dissanayake
Hi, Certainly not with PHP! you will need to use a signed java applet or an activex all the best Viviane Hu wrote: hi, How can I create a file (txt) in client-side? Thanks a lot for you help. viviane -- Raditha Dissanayake

Re: [PHP] Script halts inside imap_fetchstructure()

2004-01-26 Thread Raditha Dissanayake
p://webhosting.yahoo.com/ps/sb/ -- 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 Intefac

Re: [PHP] Re: "Additional Features for working with linked Tables have been deactivated."

2004-01-24 Thread Raditha Dissanayake
ome people who frequent this list had used phpMyAdmin. My mistake. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP f

Re: [PHP] Server / filename manipulation

2004-01-22 Thread Raditha Dissanayake
't altered. Maybe is there some way that a default php page is called that reads the link of the page called and constructs appropriately etc. I would be most grateful for your input on this. -- Raditha Dissanayake. --

Re: [PHP] MSSQL connection

2004-01-22 Thread Raditha Dissanayake
ender. ** -- 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. Jus

Re: [PHP] PHP and email attachments

2004-01-22 Thread Raditha Dissanayake
ffends files around, strongly encourage them to re-think the presentation method and at least to strip to RTF and then zip to compress. If it's, say, a PGP signature, then congratulate them and get to work :-) % % Thanks HTH & HAND :-D

Re: [PHP] Get First 20 Characters of a Variable or Database Entry

2004-01-21 Thread Raditha Dissanayake
number (the number of events and the date), I would like to show the first 20-30 characters of the event name. I could do the whole event name but it could get quite long. Thanks, Dimitri Marshall -- Raditha Dissanayake

Re: [PHP] PHP and email attachments

2004-01-21 Thread Raditha Dissanayake
o actually sending these ppl a file attachment to their email that maybe I'm not realizing? Thanks -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure

Re: [PHP] File upload question

2004-01-21 Thread Raditha Dissanayake
should be greater than session timeout for system (if defined). To summarize: If anyone has an idea how to collect file names of files to upload by rePOSTing script and finally submit it to upload all files as one go. Thank you, Igo

Re: [PHP] hello to making the php pages

2004-01-20 Thread Raditha Dissanayake
wife!": I have problem with PHP Codes from above. Where to fix Codes? :P Sorry I couldn't resist!!! -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha

Re: [PHP] picturing webpage

2004-01-12 Thread Raditha Dissanayake
ue to be grabbed at some later date and is then periodically updated unless no requests are made for it after a certain period. But I'm just making a slightly educated guess. -- Raditha Dissanayake. http://www.radin

Re: [PHP] Sorting data into columns vertically

2004-01-08 Thread Raditha Dissanayake
s there an algorithm for doing it or is it effectively a Turing Test. Thanks, adam _ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus

Re: [PHP] POST_QUERY STRING without letting php to parse it.

2004-01-08 Thread Raditha Dissanayake
always_populate_raw_post_data config option someplace if you want to use it reliably, though. See "configuration directives" in the manual. - michal migurski- contact info and pgp key: sf/cahttp://mike.teczno.com

Re: [PHP] picturing webpage

2004-01-07 Thread Raditha Dissanayake
hat? Is it possible with PHP? -thanks, Eli -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Grap

Re: [PHP] Comparison PHP to Perl

2004-01-06 Thread Raditha Dissanayake
(other than my mind)? thanks in advance, Warren Vail [EMAIL PROTECTED] -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega U

Re: [PHP] Setting a 'life-time' clock to a displayed information

2004-01-01 Thread Raditha Dissanayake
___ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure

Re: [PHP] Having problems with a while loop

2004-01-01 Thread Raditha Dissanayake
im($fpLine); $fpData = explode(":", $fpLine); $fpData[0] = trim($fpData[0]); echo $fpData[0]; } -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP a

Re: [PHP] Hiding File Name & Site Search Question

2004-01-01 Thread Raditha Dissanayake
this: somefile.php?name=value. and 2: How I can develope a site search (IR) in PHP??? Please tell me, Thanks -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean

Re: [PHP] Singleton pattern question

2003-12-31 Thread Raditha Dissanayake
instance). Is that the normal nature of using the singleton pattern in the web environment? Please let me know. Thanks Hardik __ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003 -- Raditha Dissanayake

Re: [PHP] missing java.so

2003-12-31 Thread Raditha Dissanayake
t-kerberos --with-ttf --with-freetype-dir=/usr --with-zlib=/usr --with-zlib-dir=/usr --with-java=/usr/java/j2sdk1.4.2_03 --disable-cgi -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/

Re: [PHP] PHP and MSSQL (and Access????)

2003-12-31 Thread Raditha Dissanayake
wouldn't be easier to use, more specifically I was wondering wether I could make an Access Database and connect it to my php website using MSSQL. I heard it would be possible And now I ask the experts... :-) grtz DragonEye -- Raditha Dissan

Re: [PHP] How do I protect downloadable files?

2003-12-30 Thread Raditha Dissanayake
7;t figure out how to only allowed those who are currently logged in and above a certain security level to access the downloadable content and prevent bookmarking of the file location for redownloading. -- Raditha Dissanayake. ---

Re: [PHP] MySQL Sub search - Is there such a thing?

2003-12-30 Thread Raditha Dissanayake
Vernon wrote: The logic is that searching 1700 records has got to be faster than searching 50,000 records. No. Not according to theory. If you want to discuss theory it will have to be in database news group this is php. -- Raditha Dissanayake

Re: [PHP] ftp_connect error w/ 4.3.4RC1

2003-12-29 Thread Raditha Dissanayake
upgrade.) TIA and Happy Holidays! -- 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 1

Re: [PHP] [Newbie Guide] For the benefit of new members

2003-12-29 Thread Raditha Dissanayake
ith a message into their inbox before they commit any of the sins (!). Guess, some new users slip in the gap in between. Best regards, Ma SivaKumar -- Raditha Dissanayake. http://www.radinks.com/sftp/ |

Re: [PHP] Replication Rollback

2003-12-29 Thread Raditha Dissanayake
restore it if the user is not satisfied with the changes he has made. One transaction in my application would affect 6-8 tables with at least 50 - 100 records getting inserted/updated or deleted. Please advice Karthikeyan B -- Raditha Dissanayake

Re: [PHP] Can't upload file greater than 11kb

2003-12-29 Thread Raditha Dissanayake
/) To unsubscribe, visit: http://www.php.net/unsub.php -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Gr

Re: [PHP] [Newbie Guide] For the benefit of new members

2003-12-28 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 bar. -- PHP

Re: [PHP] Can't upload file greater than 11kb

2003-12-28 Thread raditha dissanayake
to the upload, your stuck. LimitRequestBody is beyond my control as the site is hosted by a third party. Thanks Chris "Raditha Dissanayake" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, It's often said in many newsgroups and articles that the max_file_si

Re: [PHP] Can't upload files > then 400K to MySQL

2003-12-28 Thread Raditha Dissanayake
_query($sql); } ?> AxTelSoft-Uploading a file " method="post"> Send this file: Explanations : -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lea

Re: [PHP] Can't upload file greater than 11kb

2003-12-23 Thread Raditha Dissanayake
the upload and I don't have a clue what it is. I know you should include type="hidden" name="MAX_FILE_SIZE" value="3"> in the above form but that is only a convenience for the user. This particular server is running php as a cgi module.

Re: [PHP] Re: progress in PHP

2003-12-23 Thread Raditha Dissanayake
there is no way to handle streams of HTTP requests. Therefore, there is no way to handle upload progress with a PHP only solution. The Raditha megaupload solution is based on a combination of Perl with PHP. It is probably the solution that uses more PHP but the hard work is done using Perl.

Re: [PHP] Re: progress in PHP

2003-12-23 Thread Raditha Dissanayake
ing non-JS. I guess I'll stick with my browser status window. % % Steve Thanks & HAND & Happy Holidays :-D -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megauploa

Re: [PHP] phphandle form wont display data

2003-12-23 Thread Raditha Dissanayake
rint " the referring doctor email is $refdremail .\n"; print " the upload is $imageupload \n"; ?> I am using the get action on the actual form and I can see all of the values being passed to the script. The spellings of the -- Raditha Dissanayake. -

Re: [PHP] Can't use HTTPS with fgets

2003-12-23 Thread Raditha Dissanayake
Homer wrote: And the errors are Notice: fopen(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\Inetpub\PostNuke-0.726\mpValidar.php on line 62 COuld this be it? have you tried phpinfo() to see what settings are in effect -- Raditha D

Re: [PHP] PHP Memory Use

2003-12-20 Thread Raditha Dissanayake
there any way of attempting to combat this, or is it just the way that PHP is built? Cheers :) Chris Hogben -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean

Re: [PHP] Post New Email to Website?

2003-12-18 Thread Raditha Dissanayake
point me to a script that can check an email list for new messages and then include part of that message into a website, I would really appreciate it. Jean Peterson -- Raditha Dissanayake. http://www.radinks.com/

Re: [PHP] Links of Tables from other DB

2003-12-18 Thread Raditha Dissanayake
er uploading and sharing. http://photos.yahoo.com/ -- 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 Use

Re: [PHP] Internal Searches on Windows 2000 Server / Apache

2003-12-17 Thread Raditha Dissanayake
? The windows version of mnoGoSearch looks like it could be suitable. Do any of you have any experience with it? This isn't a large website (maybe a few hundred pages), but it needs to work reliably and quickly. Thanks once again, Chris -Original Message----- From: Raditha Dissanayake [mai

Re: [PHP] Internal Searches on Windows 2000 Server / Apache

2003-12-16 Thread Raditha Dissanayake
her options out there for me? I'm open to just about anything. Thanks, Chris -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | M

Re: [PHP] trouble parsing an XML document

2003-12-14 Thread Raditha Dissanayake
g the $ position: var {$'REG-ORIG'}; // here is the broblem does not change anything: Parse error: parse error, unexpected '{', expecting T_VARIABLE... thanks for any suggestion, Alfredo (Italy) -- Raditha Dissanayake.

Re: [PHP] Php ftp client recommendations?

2003-12-11 Thread Raditha Dissanayake
or men." ~Colossians 3:23 <{{{>< +--------+ -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PH

Re: [PHP] Optimizing PHP Relevancy Ranking Algorithm

2003-12-01 Thread Raditha Dissanayake
What david says + you have a nested loop, that means the running time is propotional to the square of the number of inputs. - I haven't looked too hard either. David Otton wrote: On Fri, 28 Nov 2003 03:26:08 -0800, you wrote: Anybody got a few ideas on how to speed up these two sluggish li

Re: [PHP] Does anyone have Upload meter php codes?

2003-12-01 Thread Raditha Dissanayake
Megaupload does not reply on DHTML. And sorry guys i have given the wrong link in the prev message. the correct one is http://www.raditha.com/megaupload/ Duncan Hill wrote: On Thursday 27 November 2003 18:21, Ryan A wrote: http://pear.php.net/package/HTML_Progress Very nice, But seem

Re: [PHP] Does anyone have Upload meter php codes?

2003-11-28 Thread Raditha Dissanayake
patching PHP to get upload variables. And also they are for Linux. I have need a solution for windows. It can be a extra DLL file for PHP but i dont know how i can find? If anyone has an idea for php4.3.2 version please inform me. Thanks -- Raditha Dissanayake

Re: [PHP] PHP Java extension--hopeless?

2003-11-26 Thread Raditha Dissanayake
. This would be pathetic in terms of performance but you don't appear to be concerned about it. You would obviously want to do this over HTTPS instead of plain old HTTP best regards -- Raditha Dissanayake. http://

Re: [PHP] "Bless"ing an object

2003-11-26 Thread Raditha Dissanayake
re must be another way to do this ! Unfortunately I don't think so. There isn't a single step solution to this problem in Java either if that's any consolation to you :-) Wouter -- Raditha Dissanayake.

Re: [PHP] "Bless"ing an object

2003-11-25 Thread Raditha Dissanayake
nds Foo { } $Thing = new Foo(); $Thing->Load(); ?> In Load the object data is loaded from the database, and now imagine one row to contain the subclass this instance of Foo should become. I then would want $Thing to become and thus behave like an instance of Bar (if my database row says

Re: [PHP] PHP with Java extension

2003-11-25 Thread Raditha Dissanayake
t now http://companion.yahoo.com/ -- 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] PHP to get mail headers

2003-11-24 Thread Raditha Dissanayake
hanks! -Scott -- 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 |

Re: [PHP] PHP with Java extension

2003-11-24 Thread Raditha Dissanayake
mdk php: 4.3.1 apache: 2.0.43 java: 1.4.0 Thank you. __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ -- Raditha Dissanayake. http://www.radinks.com/s

Re: [PHP] Java and PHP

2003-11-22 Thread Raditha Dissanayake
. all the best Fredrik wrote: Hi I want to start a java system from a php script, anybody who know how i can do that. Something like this: if(isset($trigger)){ java javasystem -scenario; } Is this possible and how can i do it. -Fred -- Raditha Dissanayake

Re: [PHP] Memory Size Help Please

2003-11-19 Thread Raditha Dissanayake
e); foreach($matches[0] as $pageurl) { $parsedurl=parse_url($pageurl); if($parsedurl['host']=='amazon') { $urlfile=fopen('urls.txt',"a"); fwrite($

Re: [PHP] Memory Size Help Please

2003-11-19 Thread Raditha Dissanayake
(http://www.weblogs.com/changes.xml). It then extracts the urls of the updated blogs and goes and uses file() to read each of them and extract some more stuff. It's probably not too surprising that I'm getting fatal errors becuase of memory... but what can I do? Many thanks!

<    1   2   3   4   5   6   7   8   >