Re: [PHP] Session understanding

2004-09-02 Thread raditha dissanayake
identifies which record is beign currently worked on. -- 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] Statistics

2004-09-02 Thread raditha dissanayake
ping you off by not giving access to the raw log files. The other factor you would want to consider is that inserting into a mysql database is much slower than retrieving from it particularly when you have lots of indices - you will need plenty of them if you are going to build any kind of repo

Re: [PHP] trying to do too much with functions?

2004-09-02 Thread raditha dissanayake
t along as a single parameter. -- 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 12

Re: [PHP] Session understanding

2004-09-02 Thread raditha dissanayake
you store two uniques for two browsers. So if I try and store a variable that would be unique to each window it would get over written. Is this a configuration problem ? Thanks. -- Raditha Dissanayake. http://www.radink

Re: [PHP] Load Data Local Infile

2004-09-02 Thread raditha dissanayake
ES TERMINATED BY '\n'; Is this new PHP 5 syntax? Any ideas what I might be missing...? Probably the MySQL list. You are behind the times jason, this list has been taken over by the dark forces of

Re: [PHP] PHP Cached Templates

2004-09-01 Thread raditha dissanayake
rogue wrote: On Sep 1, 2004, at 12:01 AM, raditha dissanayake wrote: charles kline wrote: On Aug 31, 2004, at 9:18 PM, raditha dissanayake wrote: rogue wrote: Sorry if this is the wrong place for this post. I am having problems where PHP templates that I modify via ftp are not showing changes

Re: [PHP] phpbb multiforums

2004-09-01 Thread raditha dissanayake
learning php :) Please try the phpBB group -- 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] Handling XML output in a slim way

2004-09-01 Thread raditha dissanayake
h it because it consumes very little memory or CPU compared to DOM functions. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Uploa

Re: [PHP] PHP Cached Templates

2004-08-31 Thread raditha dissanayake
charles kline wrote: On Aug 31, 2004, at 9:18 PM, raditha dissanayake wrote: rogue wrote: Sorry if this is the wrong place for this post. I am having problems where PHP templates that I modify via ftp are not showing changes for like 1 minute or so. I assume this is some kind of server caching

Re: [PHP] PHP Cached Templates

2004-08-31 Thread raditha dissanayake
Apache server. It could well be a caching issue are you working behind a proxy? what are your browser cache settings? Thanks -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload

Re: [PHP] Time consumed in microseconds

2004-08-31 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 128 KB | with progress bar. -- PHP

Re: [PHP] quoted_printable_encode

2004-08-31 Thread raditha dissanayake
Bambero wrote: What do you think about this function ? nothing much. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP

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

2004-08-31 Thread raditha dissanayake
for javascript questions, or apache questions, or mysql questions or questions about where to pay your traffic fine. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Se

Re: [PHP] Storing image in database

2004-08-31 Thread raditha dissanayake
I tried to preview the image file I tried to make something like the following but it did not work while solutions are being offered, may i bring to your kind attention the fact that storing images in a database is woefully inefficient. -- Raditha D

Re: [PHP] Save new page in file

2004-08-29 Thread raditha dissanayake
that sends request to servlet its PHP page. Please give me some ideas... Thanks in advance. Your question is not very clear, but if you are trying to retrieve the output produced by a servlet you can make use of the fopen() function and pass in an http url instead of a file name. -- Raditha

Re: [PHP] php and SMS

2004-08-28 Thread raditha dissanayake
Goto kannel.org and download their sms gateway. This is an excellent open source product. In that download bundle you will find some PHP scripts (among other things) that does all this for you. -- Raditha Dissanayake. http://

Re: [PHP] Setcookie variable use issue after moving php app to different se rver

2004-08-26 Thread raditha dissanayake
hat any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this electronic transmission in error, please notify us by telephone 1-919-865-6955 or by electronic mail [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> immediately.

Re: [PHP] Popup with recent IE updates

2004-08-26 Thread raditha dissanayake
fixes' have been applied. Anybody else starting to see it, and more important, anybody got a fix ( other than our usual suggestion to switch to Mozilla ;) ) As far as I can see the html generated by PHP for the pages is the same, but I'm just cross checking that. -- Radi

Re: [PHP] Caching Database Information

2004-08-25 Thread raditha dissanayake
named memcached or something similar which may be what you want. -- 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] PID needed to hammer squid

2004-08-25 Thread raditha dissanayake
Mário Gamito wrote: Hi, I need to kill (squid) -D pidof (squid) -D gives an error :( man pidof we have nowed moved to off topic territory. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com

Re: [PHP] Communicate with Outlook

2004-08-25 Thread raditha dissanayake
web access with exchange yes you can connect to the exchange server but how to do it you will have to ask in a microsoft support group. Thanks for any advice offered. -- Raditha Dissanayake. http://www.radinks.com/sftp

Re: [PHP] PHP Login Script

2004-08-25 Thread raditha dissanayake
mysql databases are popular choices. Shamless plug: I can direct you to a php and mysql login system at http://www.radinks.net/user/ Any help or info about this would be appreciated. Thanks, Chuck -- Raditha Dissanayake.

Re: [PHP] PID needed to hammer squid

2004-08-25 Thread raditha dissanayake
uid.pid or executing `pidof squid` instead of trying to parse the output of ps. squid 9283 0.0 1.0 8392 5060 ?S16:04 0:00 (squid) -D -- Raditha Dissanayake. http://www.radinks.com/sftp/

Re: [PHP] Text from file into database

2004-08-22 Thread raditha dissanayake
waste of effort unless you have several thousand records. BTW as someone already mentioned to another poster you should not use PHP* as your name when posting. Thanks -- Raditha Dissanayake. http://www.radinks.com/sftp

Re: [PHP] for loops performance

2004-08-21 Thread raditha dissanayake
CTED] http://www.xongoo.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. Just 128

Re: [PHP] Storing, formatting and displaying data

2004-08-19 Thread raditha dissanayake
oject. -- 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 128 KB | with pro

Re: [PHP] Techniques for doing story

2004-08-17 Thread raditha dissanayake
Chris Shiflett wrote: --- John Nichel <[EMAIL PROTECTED]> wrote: We're all friendly... Except for that Chris guy I hear he's real mean. ;) Hey, that's not true! :-) must be the other cris then. -

Re: [PHP] Techniques for doing story

2004-08-17 Thread raditha dissanayake
are dynamically generated it seems since the page is passed in the URL. I am just not sure where to start... Thanks, Rogue -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean

Re: [PHP] Cache

2004-08-17 Thread raditha dissanayake
rogram that inserts the data into the db. finally media wiki (the software that powers wikipedia.org ) has a good caching mechanism which you might want to look at. Teddy -- Raditha Dissanayake. http://www.radinks.c

Re: [PHP] cache was:Re: Compile

2004-08-16 Thread raditha dissanayake
o pass the request direct to the script. -- 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 Inte

Re: [PHP] Persistent data across page calls

2004-08-16 Thread raditha dissanayake
? them at the server level so that only one copy stays in memory between calls to different pages and the file doesn't get reloaded with each page call You might want to take a look at shared memory functions. -- Raditha Dissan

Re: [PHP] Cache

2004-08-16 Thread raditha dissanayake
is pretty hard to match but torsten has made a good suggestion. I would suggest you use squid cache in httpd accelarator mode. With either of these solutions you might still want to install turck mmcache to speed things up a might. Thank you. Teddy -- Raditha D

Re: [PHP] php die function for MySQL connection errors

2004-08-16 Thread raditha dissanayake
Ford, Mike [LSS] wrote: On 14 August 2004 15:50, raditha dissanayake wrote: Ford, Mike [LSS] wrote: (And, BTW, the HTTP definition says that the Location: header should specify a full absolute URL, so that should be: header("Location: http://your.server.name/pa

Re: [PHP] looking for a good FormMail PHP script

2004-08-16 Thread raditha dissanayake
Juan Nin wrote: raditha dissanayake wrote: This mail probably shows how little you know about matt wright's FormMail more than anything else - just to give you an idea it's banned on all shared servers of our ISP. I'm very aware of the FormMail.pl's problems and bugs, and

Re: [PHP] Re: How to get mime type from file name

2004-08-15 Thread raditha dissanayake
Hannes Magnusson wrote: First of, do not mail me directly, post to the news group! Hannes, when someone mails you direct to request additional help the only acceptable response IMHO is the cold shoulder. -- Raditha Dissanayake

Re: [PHP] Re: Compile

2004-08-15 Thread raditha dissanayake
Louie Miranda wrote: no free tools? did you type in turck mmcahce into google before sending this? -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP

Re: [PHP] How to get mime type from file name

2004-08-15 Thread raditha dissanayake
send attachments but the I need when I am attaching the file to know its mime type, for instance a zip file or a jpg or a txt etc. Thanks in advance for the help. there may be better ways but what I usually do is a get a little help from the mime.types file that is part of apache. --

Re: [PHP] Compile

2004-08-15 Thread raditha dissanayake
Watty wrote: Is it possible to compile a PHP script? And if so, how? i think you are looking for something like turck mmcache. Watty -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com

Re: [PHP] looking for a good FormMail PHP script

2004-08-15 Thread raditha dissanayake
l" ? Matt Wright's FormMail.pl script is a very well known script, that's been used by thousands of people for several years. So it was very likely that many of the people who read the e-mail knew what I was talkin

Re: [PHP] Upload problems

2004-08-15 Thread raditha dissanayake
ilesize setting alone will not do because there are several other settings that need to be considered. These are discussed at http://www.radinks.com/upload/config.php (shameless plug). -- Raditha Dissanayake. http://www.r

Re: [PHP] phpMyAdmin equivalent

2004-08-14 Thread raditha dissanayake
Watty wrote: Does anyone know of a program equivalent to phpMyAdmin for managing PostgreSQL databases? Watty bet you didn't google for phppgadmin -- Raditha Dissanayake. http://www.radinks.com/sftp/ |

Re: [PHP] php die function for MySQL connection errors

2004-08-14 Thread raditha dissanayake
Ford, Mike [LSS] wrote: (And, BTW, the HTTP definition says that the Location: header should specify a full absolute URL, so that should be: header("Location: http://your.server.name/path/to/errors/servererror.php";); are you sure? -- Raditha D

Re: [PHP] php die function for MySQL connection errors

2004-08-14 Thread raditha dissanayake
() if so you can try @mysql_connect($host, $user, $password) instead so that error messages to browser are suppressed ( you can achieve the same by editing your php.in) -- Raditha Dissanayake. http://www.radinks.com/sft

Re: [PHP] looking for a good FormMail PHP script

2004-08-13 Thread raditha dissanayake
Juan Nin wrote: Hi I'm looking for a good FormMail PHP script which beheaves like Matt Wright's FormMail.pl script (but lacks it's exploitable problems :) I found several on the net, but didn't like them too much... any recommendations? you have obviously not looked at the PH

Re: [PHP] Email Address Testing

2004-08-13 Thread raditha dissanayake
mean using php - you cannot do this *accurately* because an email address may be valid in it's format and still be non existent or temporarily unavailable. -- Raditha Dissanayake. http://www.radinks.com/sftp/ |

Re: [PHP] access a file

2004-08-13 Thread raditha dissanayake
ed in the apache documentation. -- 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] access a file

2004-08-13 Thread raditha dissanayake
on. An alternative approach was suggested yesterday to a similar problem that involved cron jobs by another poster. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean

[PHP] Re: [PHP-APACHE] Looking for article

2004-08-12 Thread raditha dissanayake
var2 -- 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 128 KB | with progress bar. --

Re: [PHP] 1.4 second lag before page loads

2004-08-12 Thread raditha dissanayake
resolve the host - this is however a guess in that dark. On the same vein if you are making any sort of socket connection a lag of few hundred milliseconds may have to be accepted. -- Raditha Dissanayake. http://www.radink

Re: [PHP] A function in PHP that changes html in a string from to ?

2004-08-12 Thread raditha dissanayake
SED wrote: Is there any function in PHP that changes html in a string from to ? (e.g. adding the double quotes) no but you can do so with sed. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http

[PHP] [discuss] Rename this list was:Re: [PHP] mod rewrite urls

2004-08-12 Thread raditha dissanayake
I vote this list be renamed as php-general-apache-mysql-imap-iis discussion list. all those not in favour please flame. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and

Re: [PHP] mod rewrite urls

2004-08-12 Thread raditha dissanayake
Jay Blanchard wrote: 2. I just almost cannot bring myself to say it, but this relates to PHP how? oh boy, you are going to get a heap of hate mail for saying that. -- Raditha Dissanayake. http://www.radinks.com/sftp

Re: [PHP] php+iptables

2004-08-12 Thread raditha dissanayake
to use shell_exec and exec to run linux command. I am very newbie to php even dont know html so i m having tough days with php. if any one could help me out. any docs. Regards, -- Raditha Dissanayake. http://www.radinks.com

Re: [PHP] SQL Functions

2004-08-10 Thread raditha dissanayake
y to spare. -- 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 128 KB | wit

Re: [PHP] PHP/MySQL based webmail?

2004-08-10 Thread raditha dissanayake
John W. Holmes wrote: From: "raditha dissanayake" <[EMAIL PROTECTED]> What has squirrelmail/horde scalability got to do with PHP? Is this the mantra of the PHP list, now? Come on... those are both programs written in PHP and discussing how better one is over the other i

Re: [PHP] PHP/MySQL based webmail?

2004-08-10 Thread raditha dissanayake
an run on some number of specific server boxes? Are the boxes doing anything else, perhaps running the IMAP daemon that Horde/SquirrelMail talk to? What has squirrelmail/horde scalability got to do with PHP? -- Raditha Dissa

Re: [PHP] 5.0.0 NT and Mail()

2004-08-10 Thread raditha dissanayake
ithout success. Mike This was discussed just a few hours ago. -- 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] [Newbie Guide] For the benefit of new members

2004-08-08 Thread raditha dissanayake
Me thinks a note about 'if you don't follow these guidelines your questions will not be answered' is a good idea. keep up the good work siva kumar. -- Raditha Dissanayake. http://www.radinks.com/sftp/

Re: [PHP] any javascript gurus?

2004-08-08 Thread raditha dissanayake
Aris Santillan wrote: i need help on this ask in a javascript group. read the list newby guide before posting. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean

Re: [PHP] How PHP handles multiple inclusions of the same file?

2004-08-08 Thread raditha dissanayake
Gambler ZG wrote: > If you want to cache the > compiled php script look at Turck MMCache. Thanks for the info, but I'll probably just use create_function() for "caching". what do you mean by that? -

Re: [PHP] How PHP handles multiple inclusions of the same file?

2004-08-08 Thread raditha dissanayake
i understnad your question. If you want to cache the compiled php script look at Turck MMCache. If you want to avoid the same file being included twice in your script look at include_once() or require_once() -- Raditha Dissanayake.

Re: [PHP] WYSIWyG

2004-08-08 Thread raditha dissanayake
Matthew Sims wrote: And how does this relate to PHP?? Matthew, you are now sure to be flamed by all those who believe off topic maililngs by those who do not read the newby guide should be allowed and encouraged. -- Raditha Dissanayake

Re: [PHP] WYSIWyG

2004-08-08 Thread raditha dissanayake
Please read the list newbie guide -- 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] SQL Join query

2004-08-07 Thread raditha dissanayake
Lenar Lõhmus wrote: Raditha Dissanayake wrote: try postgres instead http://www.postgresql.org/ It's the most helpful comment I've seen for a long time. You are most welcome. -- Raditha Dissanayake. ---

Re: [PHP] SQL Join query

2004-08-07 Thread raditha dissanayake
Mattias Jönsson wrote: I have a problem with my mysql query try postgres instead http://www.postgresql.org/ -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean

Re: [PHP] String formatting

2004-08-06 Thread raditha dissanayake
that load to the db server by using the mysql replace() function instead ;-) -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload

Re: [PHP] how to use HTTP_REFERER

2004-08-06 Thread raditha dissanayake
ago. you might want to look it up in the archives. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Gra

Re: [PHP] File Upload Problems

2004-08-05 Thread raditha dissanayake
- it shows how to configure php for handling large uploads. -- 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] $HTTP_REFERER

2004-08-05 Thread raditha dissanayake
filter out referer information so it's not likely to be reliable. Referer details can also be forged. Thanks for your help -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megau

Re: [PHP] dynamic RAM file for real media

2004-08-05 Thread raditha dissanayake
achives had quite a bit on this. If so, how? __ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail -- Raditha Dissanayake. -

Re: [PHP] File Uploading Issue

2004-08-05 Thread raditha dissanayake
most often call the chmod() function to rectify this issue on your upload handler. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega U

Re: [PHP] need help with $HTTP_RAW_POST_DATA

2004-08-05 Thread raditha dissanayake
nding raw post data is available only if the content type is unrecognized by the php engine - assuming that you were infact using such a content type then it shouldn't stop working all of a sudden. -- Raditha Dissanayake. ---

Re: [PHP] javascript type cast

2004-08-03 Thread raditha dissanayake
thers would have run into the same issue while doing this. Would it have made it better if I talked a little about the php work that was being done on the page also? All this is doing is making me like php less and less. ah I get it because you can't understand javascript you dislike PHP.

Re: [PHP] javascript type cast OT

2004-08-03 Thread raditha dissanayake
answers in this list. -- 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 128

Re: [PHP] javascript type cast

2004-08-03 Thread raditha dissanayake
nless it's about PEAR. or the muscat API. ;) -- 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] javascript type cast

2004-08-03 Thread raditha dissanayake
loses it's value. If you posted these questions on a perl list or the qmail list you will see how polite the content police in this list really is. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://w

Re: [PHP] function similar to to sizeof

2004-07-31 Thread raditha dissanayake
ad of doing this manually. but i need to be able to determine the size of the object... not sure why you want to do that. any thoughts/comments..??? quick and dirty way to copy and object serialize it into a string and deserialize it back again. thanks -bruce

Re: [PHP] mail() function not working

2004-07-31 Thread raditha dissanayake
() function just send via an external smtp server? yes edit your php.ini Thanks in advance Robin -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet

Re: [PHP] Conversion of Field Value to Hyperlink OT

2004-07-29 Thread raditha dissanayake
Harlequin wrote: Jay I am new. we all are at something at some point or other in our lives. If you are newbie please read the newbie guide for the benefit of new members before posting. -- Raditha Dissanayake. http

Re: [PHP] image field in MSSQL db

2004-07-29 Thread raditha dissanayake
so it can be diplayed? not an expert on MSSQL but I simply can't echo out the contents as it shows the code, not the image. could be something as simple had not sending the correct header. -- Raditha Dissan

Re: [PHP] php5 and object

2004-07-28 Thread raditha dissanayake
needs to get expanded a little bit to define exactly how an for what use an abstract class can be used. indeed. Abstract classes can contain code - but abstract methods cannot. -- Raditha Dissanayake. http://www.radinks.com

Re: [PHP] Newbie image manipulation question

2004-07-28 Thread raditha dissanayake
to manage with them. Even without google hotscripts etc will have hundreds more. You can try mine if you are interested http://www.raditha.com/megaupload/image.php - Thanks for any clueing-in, - Brian -- Raditha Dissanayake. --

Re: [PHP] Extracting string from shell_exec call

2004-07-27 Thread raditha dissanayake
split command the split up the output from the shell command into an array. then you can do a string comparision on each element - less elegent but easier to master if you are not familiar with regular expressions. -- Raditha Dissanayake

Re: [PHP] Urgent..my MYSQL dies..

2004-07-27 Thread raditha dissanayake
Fitra Alfina wrote: please give me a command line to startup MySQL using safe_mysqld try the mysql list -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP

Re: [PHP] exists max number of case block in switch steatment ?

2004-07-27 Thread raditha dissanayake
al. Thank you very much !! By By, Gianni from Italy... -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader

Re: [PHP] PHP vs. Java

2004-07-26 Thread raditha dissanayake
contest when it comes to mobiles or desktop applications. I know this is probably one of those religious war topics, but I'd still like your feedback. -Ed -- Raditha Dissanayake. http://www.radinks.com/sftp/ |

Re: [PHP] How to get all links from a webpage?

2004-07-24 Thread raditha dissanayake
Wudi wrote: Hm, Perl is OK. Could you send that program to me? I have searched the class in phpclasses.org, but not found. The classes I searched only can replace the link, can't get links. I am refering to the perl html parser module available for download at CPAN. -- Raditha Dissan

Re: [PHP] How to get all links from a webpage?

2004-07-23 Thread raditha dissanayake
Wudi wrote: How can I get all links from a webpage? You need to parse the HTML of the web page first there may be several classes already available taht does it for you. The best I have seen though is not in PHP but in perl. -- Raditha Dissanayake

Re: [PHP] Using Post like Get

2004-07-23 Thread raditha dissanayake
why even bother? Maybe you should just say what you're actually trying to achieve and why, then we could offer better alternatives. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.c

Re: [PHP] Using Post like Get

2004-07-23 Thread raditha dissanayake
t type you want it to be. THis is not something that you can do with javascript because you do not get direct access to the streams with javascript. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://

Re: [PHP] what is difference between php and perl

2004-07-22 Thread raditha dissanayake
Manuel Lemos wrote: Hello, On 07/22/2004 09:26 PM, Raditha Dissanayake wrote: I would have thought perl and php programmer would want to get together and trash asp or something. I think you mean, VBScript because ASP itself is not a language but rather a framework for using languages. You can

Re: [PHP] what is difference between php and perl

2004-07-22 Thread raditha dissanayake
I would have thought perl and php programmer would want to get together and trash asp or something. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP

Re: [PHP] background="#"

2004-07-22 Thread raditha dissanayake
l come up with plenty of examples. The problem is that when I run the page, the log files show that the page was accessed twice. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload

Re: [PHP] run perl script with php

2004-07-22 Thread raditha dissanayake
Matt M. wrote: I never tried but i think it is possible using the pecl extension: http://pecl.php.net/package/perl Here is a short tutorial http://www.zend.com/php5/articles/php5-perl.php?print=1 Hey thanks that looks very interesting indeed. -- Raditha Dissanayake

Re: [PHP] Intant Messengers and PHP

2004-07-21 Thread raditha dissanayake
site specificaly for jabber related projects. -- 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] Zend Enc and 0T Q

2004-07-21 Thread raditha dissanayake
t have ssh installed. -- 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 128 KB | wit

Re: [PHP] Zend Enc and 0T Q

2004-07-21 Thread raditha dissanayake
ance. -Mag Please start your signature with the '--' sequence and not '' as you have used. = - The faulty interface lies between the chair and the keyboard. -- Raditha Dissanayake. http://www.ra

Re: [PHP] imagecreatefromjpeg fails on large files

2004-07-20 Thread raditha dissanayake
n, it ran the same php page that was being served up by the server. It's like exec was not actually launching any new process, and I had the same trouble with system() and back-tics. -- Raditha Dissanayake. http://www.r

Re: [PHP] OT but need guidance in timing page views

2004-07-20 Thread raditha dissanayake
cript when the page is left. The problem with all this is that you will prevent the honest students from cheating but not the ones who want to cheat. Sure, not entirely accurate, and you can still fool it if you have the know-how, -- Raditha Dissan

Re: [PHP] Apache 2 and PHP for Production?

2004-07-20 Thread raditha dissanayake
or another message by Rasmus that persuaded us to switch back to 1.3x of apache. I should have mentioned that my post wasn't a complaint against the php developers :-) Curt -- Raditha Dissanayake. http

<    1   2   3   4   5   6   7   8   >