Re: [PHP] Trying to Integrate PHP 4.3.4 w/ JDK 1.5.0

2004-10-22 Thread raditha dissanayake
this particular error so i will not be in a position to comment. -- 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 sessions question

2004-10-21 Thread raditha dissanayake
... Is userid something that is defined by the server when making sessions? no. If not, i don't have any clue what is going wrong... Can someone help me on this? So i know what is wrong? Thx in advance Pout -- Raditha Dissanayake

Re: [PHP] Sessions question

2004-10-21 Thread raditha dissanayake
hi, Please don't send multiple posts, I just replied to your previous message thinking that it had not been answered, a little further down I come across this. It's very confusing to everyone. thanks -- Raditha Dissanayake

Re: [PHP] Trying to Integrate PHP 4.3.4 w/ JDK 1.5.0

2004-10-21 Thread raditha dissanayake
The file php_java.jar is in that directory! And what is that directory? :-) here is what worked for me http://www.raditha.com/php/java.php i originally wrote it for version 1.4.2 but use thed same settings with 1.5.0 -- Raditha Dissanayake

Re: [PHP] php sessions question

2004-10-21 Thread raditha dissanayake
others) by keeping two column table with session id and userid in it. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP

Re: [PHP] mysql and the PHP transition from 4 to 5.

2004-10-21 Thread raditha dissanayake
of mysql in which way you look at it. thanks, -Nick -- 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] CPU usage @5% during 2 minutes

2004-10-19 Thread raditha dissanayake
identify where the problem is. -- 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] header problem for mobile browser

2004-10-19 Thread raditha dissanayake
); header(Content-Length: $download_size); @readfile($SRC_FILE); -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload

Re: [PHP] Is there a way to...

2004-10-17 Thread raditha dissanayake
GH wrote: Is there a way to make sure that a page is only loaded via a require or include statement? or other type of SSI? I would like to make sure that a 'parent document' (namely admin_template.php) only calls the php file? Thanks leave if outside htdocs -- Raditha Dissanayake

Re: [PHP] Best practise for resolving potential conflicts when editing db content?

2004-10-11 Thread raditha dissanayake
table locking. -- 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

Re: [PHP] config.php

2004-10-11 Thread raditha dissanayake
bigmark wrote: Is there anyway of creating a config.php file on the fly using a form. yes there is -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP

Re: [PHP] Re: php and print

2004-10-11 Thread raditha dissanayake
] That may be os use to you... -- 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] header redirect with POST?

2004-10-08 Thread raditha dissanayake
. If you are sending a lot of data, there is the possibility of opening a socket from your first script and making it post the data to the second. best regards raditha Thanks! -- Raditha Dissanayake. http://www.radinks.com

Re: [PHP] header redirect with POST?

2004-10-08 Thread raditha dissanayake
of times myself. btw jay, if your machine has perl installed and the LWP module is also installed (usually will be) you might find the POST binary on your server. If it's there you can forget about sockets and make use of this program to send the data to the second page. -- Raditha Dissanayake

Re: [PHP] Securing Servers

2004-10-08 Thread raditha dissanayake
, Stephen Craton -- 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

Re: [PHP] Session Problem

2004-10-05 Thread raditha dissanayake
this far. Kevin. -- 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

Re: [PHP] Read word documents on a Linux server

2004-10-05 Thread raditha dissanayake
, Jacob -- 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

Re: [PHP] Upload problems

2004-10-05 Thread raditha dissanayake
Dennis Gearon wrote: Would you mind sharing what it was so that it hits the archives and a few 'enquiring minds'? it probably was the LimitRequestBody apache directive which is set to 512 Kb in some 'out of the box' installations. -- Raditha Dissanayake

Re: [PHP] How do I know whether PHP is installed as CGI or Apache Module.

2004-10-04 Thread raditha dissanayake
Mulley, Nikhil wrote: Hi All, Is there any way out finding ,How do the PHP is installed ,whether as Apache Module or CGI. phpinfo() Thanks, Nikhil. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http

Re: [PHP] I'm looking to have a simple webpage send an email . ..

2004-10-04 Thread raditha dissanayake
news.php.net wrote: Can anyone help me out? I just need a simple single webpage to send an email from the server. Since your name is 'news.php.net' you should be well aware that you ought to RTFM before posting in newsgroups. -- Raditha Dissanayake

Re: [PHP] Downloadcounter

2004-10-03 Thread raditha dissanayake
files can be several gigs big. Will this be a problem? no. //Simon -- 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] successive imap_open calls result in failure

2004-10-01 Thread raditha dissanayake
you will find it's reached the allowed limit. -- 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] PHP sandbox discussion

2004-10-01 Thread raditha dissanayake
to open a socket on localhost host. You will then need to watch out for include or fopen urls that will eat up bandwidth or worse. all in all i think this is pretty dangerous. THanks Jason -- Raditha Dissanayake. http

Re: [PHP] Session handlers

2004-10-01 Thread raditha dissanayake
of the session data if they are stored in files. (of course you should not save sensitive data in the session anyway). TIA, Shawn -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload

Re: [PHP] Get part of URL address

2004-09-30 Thread raditha dissanayake
php mysql wrote: How to get information from URL. I need to get information after / http://www.domain.com/thisIneedtoget. I want to get information after / 'thisIneedtoget a bit suprised that someone whose name is 'php mysql' needs to ask such questions. -- Raditha Dissanayake

Re: [PHP] PHP Data cache ideas/solutions

2004-09-29 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

Re: [PHP] I have a really stupid question, just trying to debug a script though.

2004-09-29 Thread raditha dissanayake
ping it? Thanks, Brent -- 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] splitting string into array

2004-09-29 Thread raditha dissanayake
blackwater dev wrote: How can I take a string and create an array? Example, A12B05C45D34 I need to split this into chunks of three A12,B05,C45..etc? split() chunk_split() substr() preg_split() Thanks! -- Raditha Dissanayake

Re: [PHP] Input to PHP from Java

2004-09-29 Thread raditha dissanayake
. You might want to write to the log file using error_log() so that you can get debuging information that way in case the response is not picked up by the java app. -- Raditha Dissanayake. http://www.radinks.com/sftp

Re: [PHP] can't upload files

2004-09-28 Thread raditha dissanayake
blackwater dev wrote: Doesn't print out anything. then try phpinfo() it will tell you everything about your server, your script and data that is being passed to it. Look for anything amiss. print_r() those two variables (and any others you can think of). -- Raditha Dissanayake

Re: [PHP] Website with a Instant Messenger

2004-09-27 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

Re: [PHP] Re: problem with file upload script

2004-09-27 Thread raditha dissanayake
that Jay has sent. It seems obvious that you have not read it. -- 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] submit to a remote form without the use of curl?? Is it possible?

2004-09-27 Thread raditha dissanayake
This message was sent using IMP, the Internet Messaging Program. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP

Re: [PHP] php security on shared hosts

2004-09-26 Thread raditha dissanayake
' execute to get an additional measure of protection. -- 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] ftp_put Problems

2004-09-25 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

Re: [PHP] is that possible with Objects in php 4 or php5 ?

2004-09-25 Thread raditha dissanayake
the issue (possibly by mering the two classes) will definitely save you countless hours of hair pulling in the future. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean

Re: [PHP] PHP 4.3.8 and Turck MMCache compatibility

2004-09-24 Thread raditha dissanayake
Binay wrote: So how to check whether php is installled as Apache module or CGI mode? phpinfo(); Did you try out what I said in my reply to your Original Post? -- Raditha Dissanayake. http://www.radinks.com/sftp

Re: [PHP] PHP as CGI or Module

2004-09-24 Thread raditha dissanayake
turck. To cut a long story short you should compile php with --disbable-cgi to use turck. Please google next time before posting. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com

Re: [PHP] PHP as CGI or Module

2004-09-24 Thread raditha dissanayake
my hat to you. best regards raditha -- 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] PHP 4.3.8 and Turck MMCache compatibility

2004-09-23 Thread raditha dissanayake
goes to the right location. I will bet that make install didn't copy it -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP

Re: [PHP] QUERY_STRING from command line

2004-09-22 Thread raditha dissanayake
of the url. try $usepath=http://10.10.10.10/pageone.php?hellohowareyou;; and use GET instead of POST. been a while since I read the RFC but if you use 1.1 i think you have to send the host header. -- Raditha Dissanayake. http

Re: [PHP] Does PHP need another mailing list???

2004-09-22 Thread raditha dissanayake
Gerard Samuel wrote: Just wondering. With the advent of php5 with its OO capabilities, is php-general too *general* for advanced php5 users? This topic has been discussed at least once a month. Please refer to list archives. -- Raditha Dissanayake

Re: [PHP] Does PHP need another mailing list???

2004-09-22 Thread raditha dissanayake
is an appropriate name for the list some people (specially mysql and javascript users) believe it should just be named the general list. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean

Re: [PHP] choose upload folder

2004-09-22 Thread raditha dissanayake
is an applet that can do just that. -- 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] Fork PHP script X at a time.

2004-09-20 Thread raditha dissanayake
threading but since others have already given good advice on the howto i will refrain from adding my 0.02 -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure

Re: [PHP] thumbnail of webpage

2004-09-20 Thread raditha dissanayake
be able to do 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 128 KB

Re: [PHP] mysql_connect does not connect

2004-09-18 Thread raditha dissanayake
Sam Hobbs wrote: I have posted over 12,000 messages in the CodeGuru.com Visual C++ forum, Do you have a life ? -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean

Re: [PHP] Instal or config this package UnxUtils.zip under windows

2004-09-17 Thread raditha dissanayake
Andre wrote: Hello Anyone knows how to install or config this package UnxUtils.zip under windows. someone in the microsoft support mailing list might know. -- Raditha Dissanayake. http://www.radinks.com/sftp

Re: Fw: [PHP] mysql_connect does not connect

2004-09-17 Thread raditha dissanayake
or the other john or chris (or the other chris) or curt et al. My appologies to the people I haven't mentioned by name but you will be getting your letters of termination shortly. ---John Holmes... -- Raditha Dissanayake. http

Re: [PHP] mysql_connect does not connect

2004-09-17 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

Re: [PHP] Re: Server upload test

2004-09-17 Thread raditha dissanayake
at all with PHP because the php script gets into the action only after all the post data has been recieved. On the other hand you could write a PHP script that does a form post and place a timer in that code. ie PHP acts as the client. -- Raditha Dissanayake

Re: [PHP] thumbnail of webpage

2004-09-17 Thread raditha dissanayake
Michael Mao wrote: Is there a way to capture a snapshot of a html page and save it as a jpg using php? This is something that's very very hard to do with PHP but can be easily done with Java. -- Raditha Dissanayake

Re: [PHP] very interesting post problem

2004-09-17 Thread raditha dissanayake
message they will be individually accessible by the servlet. -- 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] DROP TABLE IF EXISTS

2004-09-17 Thread raditha dissanayake
John Taylor-Johnston wrote: MySQL question: DROP TABLE IF EXISTS Instead of dropping the table, I want to truncate the table if it contains something. ANyone know of a way? I couldn't find anything under truncate in the manual. some one in the mysql list might know. -- Raditha Dissanayake

Re: [PHP] Re: mysql_connect does not connect

2004-09-16 Thread raditha dissanayake
Jason Wong wrote: On Thursday 16 September 2004 11:51, raditha dissanayake wrote: me thinks it's time to look very closely at http://www.postgresql.org Not just you sam, all of us. If everyone subscribes to your reasoning then nobody would be using Windows (yay!). I am a recent convert

Re: [PHP] Submitting info from a form to a db

2004-09-15 Thread raditha dissanayake
happening -- 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

Re: [PHP] Power failure = php failure: HELP!

2004-09-15 Thread raditha dissanayake
? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload

Re: [PHP] Multiple web sites, one IP address...

2004-09-15 Thread raditha dissanayake
in the apache manual which will definitely help you get started. Further discussion of course will definitely be off topic. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean

Re: [PHP] Re: mysql_connect does not connect

2004-09-15 Thread raditha dissanayake
me thinks it's time to look very closely at http://www.postgresql.org Not just you sam, all of us. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP

Re: [PHP] Capturing an Image of a web page

2004-09-14 Thread raditha dissanayake
instead. -- 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

Re: [PHP] Display data's from sql file

2004-09-14 Thread raditha dissanayake
in the mysql prompt that time it is showing the original content. While viewing through the browser this error is coming. Is there any where i am wrong ? it's pretty hard to tell with out knowing what your code looks like. Please post the most relevent section of the code. Regards, Uma -- Raditha

Re: [PHP] group queries result

2004-09-13 Thread raditha dissanayake
This is off topic and please don't send multiple copies of the same message. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload

Re: [PHP] if syntax using multiple conditions

2004-09-13 Thread raditha dissanayake
; } I am trying to translate this from asp to php: how about using the asp2php program? -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet

Re: [PHP] Re: Very OT [PHP] CSS not picked up

2004-09-12 Thread raditha dissanayake
? js Hi Jeff, This is totally OT for a PHP list but I'll give you an answer. if it's off topic please don't answer. Lot's of off topic messages add to the traffic in the list and make it harder to keep track of on topic posts. Not the mention the waste of bandwidth. -- Raditha Dissanayake

Re: [PHP] Outputting HTML with PHP - Buffer Problem?

2004-09-12 Thread raditha dissanayake
(); ? to see some output. The english word you are looking for is procedure. It is true that in some programming languages 'functions that do not return values' are called procedure but I don't think that practice is wide spread among PHP programmers. -- Raditha Dissanayake

Re: [PHP] move_uploaded_file() access error

2004-09-12 Thread raditha dissanayake
on smoothly. -- 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

Re: [PHP] CSS not picked up

2004-09-11 Thread raditha dissanayake
div class=footer style=position:absolute; top:680px; left:60px; width:500; height:2; vertical-align:bottom; z-index:1; copy; 2004 Keatley Photography - a href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/a - 206 240-5543 /div/td/tr There is no PHP here. -- Raditha Dissanayake

Re: [PHP] imap and multipart

2004-09-10 Thread raditha dissanayake
. thx --maxime-- -- 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] A somewhat faster alternative to is_dir and is_file?

2004-09-09 Thread raditha dissanayake
that was found is either a directory or a file, based on that it will do some things. Fine, works. Don't lose hair over it. 800 files is quite a lot even to produce a directory listing in the command prompt would probably take as long. -- Raditha Dissanayake

Re: [PHP] why should $_SESSION be slower than other arrays?

2004-09-09 Thread raditha dissanayake
described? Do you have links to these docs?? The following code gives me this: Normal $val: 9.4890594482422E-05 Session var: 1.1920928955078E-05 The key here is the 'to the power of -05' bit. -- Raditha Dissanayake. http

Re: [PHP] why should $_SESSION be slower than other arrays?

2004-09-09 Thread raditha dissanayake
John Holmes wrote: From: raditha dissanayake [EMAIL PROTECTED] The following code gives me this: Normal $val: 9.4890594482422E-05 Session var: 1.1920928955078E-05 The key here is the 'to the power of -05' bit. Yeah? 0.948 0.112 Which one is larger? The answer is that for such small

Re: [PHP] imap_open() on windows extremely slow?

2004-09-08 Thread raditha dissanayake
string looks like the following: {ip.ip.ip.ip:143/imap/notls}INBOX let me guess ip.ip.ip.ip=127.0.0.1 ? (when in linux) if yes this behaviour isn't really worth worrying about. -- Raditha Dissanayake. http

Re: [PHP] Re: imap_open() on windows extremely slow?

2004-09-08 Thread raditha dissanayake
Michael Wallner wrote: Hi Raditha Dissanayake, you wrote: let me guess ip.ip.ip.ip=127.0.0.1 ? (when in linux) Yes, that's true. if yes this behaviour isn't really worth worrying about. So you say it'd take equally long to call imap_open() from a remote linux machine? 5 seconds

Re: [PHP] unzipping

2004-09-07 Thread raditha dissanayake
Mag wrote: Hi, Anybody know of a good class, tutorial or something easy to let me unzip a file on my server? well you could just use `unzip filename` but make sure you update your zip installation because some older versions had some vulnerabilities. -- Raditha Dissanayake

Re: [PHP] create a zip file

2004-09-07 Thread raditha dissanayake
48 hours. thanks matt -- 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] Byte size of text?

2004-09-07 Thread raditha dissanayake
John Smith wrote: What's the most accurate way to get the byte count of some text? Is strlen() accurate with Unicode, ASCII, etc.? if you are working with non ASCII characters you might want to install the mulitbyte string extension. -- Raditha Dissanayake

Re: [PHP] Upload not working...

2004-09-07 Thread raditha dissanayake
at all the shouldbe : enctype=multipart/form-data DT -- 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] PDF, MSWORD, GRAPHS

2004-09-06 Thread raditha dissanayake
Read the previous message in this thread. the first sentence applies to you. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload

Re: [PHP] Multi-User Text-Editing

2004-09-06 Thread raditha dissanayake
in the table. Inserts on the other hand do get slowed down often significantly. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP

Re: [PHP] Instant private messenger

2004-09-06 Thread raditha dissanayake
window with my message. How can i do that? I've googled but all i found was expensive. I need a tutorial or something. Could someone help me please !!! Thank you there is a PHP class for jabber at jabberstudio.org -- Raditha Dissanayake

Re: [PHP] PHP site ?

2004-09-05 Thread raditha dissanayake
are in the way, you will see a proxy address rather than the real machine. very true. Some 'nice' proxies will oblige by sending an X-Forwarded-For header . -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http

Re: [PHP] Slow upload

2004-09-05 Thread raditha dissanayake
- but for such files PHP may take up a lot of clocks and ram and thereby slow down on a busy server. Simon Rigt -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP

Re: Fw: [PHP] ERROR IN THIS CODE

2004-09-05 Thread raditha dissanayake
with a field called id.My php version es 4.3.38 and of mysql is 3.23.58 thank you in advance -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet

Re: [PHP] Session again !!!

2004-09-05 Thread raditha dissanayake
Dre wrote: according to what little i know this should give you a parse error. if($_SESSION['uname'] = = ) -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean

Re: [PHP] How develop reports in MS WORD?

2004-09-04 Thread raditha dissanayake
| VAL 2 - VAL3 | VAL 4 VAL 5 | VAL 6 How to print these multiple rows on word in this format. Thanks in advance. Bharadwaj. -- Raditha Dissanayake

Re: [PHP] Completing dream of connect with Java RDBMS with php

2004-09-04 Thread raditha dissanayake
in php source(php cvs ) , so it will available free to developers with php source. Can anybody suggest me. Reagards, Manoj Kr. Sheoran Software Engg. SCO-42 ,3rd Floor OJC, Civil Lines Gurgoan (HARYANA) INDIA mailto: [EMAIL PROTECTED] www.daffodildb.com -- Raditha Dissanayake

Re: [PHP] can PHP talk to mail server?

2004-09-04 Thread raditha dissanayake
since they are mail server specific. -- 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] File Transfer

2004-09-03 Thread raditha dissanayake
from one server to another i don't think any servers have implemented that part of the RFC not to mention the clients. Regards syed -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com

Re: [PHP] Rsync

2004-09-03 Thread raditha dissanayake
Syed Ghouse wrote: Hi all will anybody tell me how to use rsync command to transfer files in php probably not because rsync has a man page and you have another page on executing shell commands through php. Syed -- Raditha Dissanayake

Re: [PHP] Re: Load Data Local Infile

2004-09-03 Thread raditha dissanayake
Harlequin wrote: Dark forces indeed...! Any ideas guys...? someone in a mysql list might have. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP

Re: [PHP] Sessions Problems

2004-09-03 Thread raditha dissanayake
opened in the admin page, how can I avoid this?' What exactly do you mean by overwrites your session? are you refering to the data stored in the session? if you attempt to store two items with the same key in session it will definitely get overwritten. thank you very much Octavio -- Raditha

Re: [PHP] List Slow?

2004-09-03 Thread raditha dissanayake
topic for 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 KB

Re: [PHP] Regex for Validating URL

2004-09-03 Thread raditha dissanayake
Just shows your IQ levels. Just because PHP is open source does not make this an open source. Justin Palmer wrote: Is PHP not open source. What a joke. Justin -Original Message- From: raditha dissanayake [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 10:24 AM To: [EMAIL

Re: [PHP] Function Get Error

2004-09-03 Thread raditha dissanayake
be recommended for a web app. In other words it's very dangerous to do something like this from a web app because you can never rule out the possibility of something going wrong. -- Raditha Dissanayake. http://www.radinks.com/sftp

Re: [PHP] File Transfer

2004-09-03 Thread raditha dissanayake
Marek Kilimajer wrote: raditha dissanayake wrote: Syed Ghouse wrote: Hi All i have to transfer files from one server to another server thru php program.will anybody tell me how to do it? PHP is not the way to do it! use SCP you don't have to write a single line of code. Don't look at FTP. even

Re: [PHP] Sessions Problems

2004-09-03 Thread raditha dissanayake
cookies, are you usuing two browser windows in the same machine? etc etc. btw since you have trimmed all of the previous messages, people would now lose track of the thread. you will be better of starting a new thread instead of posting a reply to this message. -- Raditha Dissanayake

Re: [PHP] Is it possible using php ?

2004-09-03 Thread raditha dissanayake
, instead be played from the local disk - which makes faster access ! Since your webserver does not know what files exist in the client's hard disk this is impossible for a php script to do. What you are looking for is probably some kind of plug in for your browser. -- Raditha Dissanayake

Re: [PHP] Web Fetch Process

2004-09-03 Thread raditha dissanayake
there is a perl module (name HTMLParse) available from CPAN that behaves somewhat like the sax parse api in PHP. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP

Re: [PHP] Load Data Local Infile

2004-09-02 Thread raditha dissanayake
'; 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 mysql -- Raditha Dissanayake

Re: [PHP] Session understanding

2004-09-02 Thread raditha dissanayake
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.radinks.com/sftp

<    1   2   3   4   5   6   7   8   >