[PHP] Save email as .eml file

2007-07-18 Thread Rosen
Hi, Is there a way to create e-mail with PHP and save it to .eml file (without sending)? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PDFlib problem

2006-12-27 Thread Rosen
-- Restarting. And nothing happens - I receive Problem loading page. Can someone help? Thanks in advance, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PDFlib problem

2006-12-27 Thread Rosen
Thank you all, But from where I can download new version ( binary) of PDFlib for windows ? Rosen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I have problem with PDFlib on Windows 2000, PHP 5.2.0 and Apache 2.2.3 When I try to execute: $p = new PDFlib

[PHP] Reading and changing XML

2006-12-06 Thread Rosen
Hi, I need some help. Which is the best way to parse XML file ( reading some fields ) and change some of them ? Thanks in advance, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Resolution in .pdf

2006-11-22 Thread Rosen
Hi, I must create .pdf file with resolution as 300 dpi not by default 72 dpi. Is there a way to create this with PHP? Thanks in advance, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XML Sending problem

2006-11-05 Thread Rosen
Hi, I need to create an XML file and send it to another server, where script process the XML. With creation and processing of XML I don't have a promlems, but how I can send XML to the processing script on another server ? Thanks in advance, Rosen -- PHP General Mailing List (http

Re: [PHP] XML Sending problem

2006-11-05 Thread Rosen
Unknown Sender [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi Rosen, You can do this for some ways. The simplest: 1. Send via ftp - http://php.net/ftp 2. Send via scp using ssh2 - http://php.net/ssh2 Regards Michael Thanks Michael, but I want if it is possible to do

[PHP] Problem with manual running PHP script

2006-10-27 Thread Rosen
( in ll.txt): Call to undefined function: ocilogon() in This is function for connect to Oracle database. When I try to connect to MySQL database with the same script ( just for test) , there in no problem. Can someone help me ? Thanks in advance, Rosen -- PHP General Mailing List (http

[PHP] Uploading pic

2006-04-27 Thread Rosen
, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] problem with greek language

2006-04-04 Thread Rosen
no problems - everything shows ok, but when I pass this greek encoded string to javascript - i.e. alert('tau;eta;'); the browser doesn't decode the greek symbols and the alert shows me the same :tau;eta; Have someone some idea how to solve this problem ? Thanks in advance, Rosen -- PHP General Mailing

Re: [PHP] problem with greek language

2006-04-04 Thread Rosen
Thanks, But the problem is thath I can't put directly into code the greek text with copy/paste from the .doc file in the PHP editor. I chahged the encoding for the editor to greek charset, but when I paste it, the result is ??? ( questiomarks ) . rouvas wrote: Hi Rosen

[PHP] Session problem

2005-03-31 Thread Rosen
? Thanks in advance! Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Search engine

2005-01-20 Thread Rosen
Hi, Can someone recommend me a search engine script in PHP for inside one site? Thanks in advance! Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Search engine

2005-01-20 Thread Rosen
in a set of database fields and even kreates a 'ranking'). however this only works if you have a few hundread records - less than this and the results are unpredictable. Have you tries googeling for php search scripts? Ben On Thu, 20 Jan 2005 14:04:44 +0200, Rosen [EMAIL PROTECTED] wrote

Re: [PHP] Search engine

2005-01-20 Thread Rosen
not really have any static pages atall. Ben On Thu, 20 Jan 2005 14:18:49 +0200, Rosen [EMAIL PROTECTED] wrote: I try many scripts for searching, but they don't work how I want. The problem is, that part of site is static text ( not in database ) , other part ( products ) are in MySQL

[PHP] Executing command in Linux

2005-01-15 Thread Rosen
allowed only for root user ) ? P.S. I own this server - i.e. I have user pass for root. Thanks in advance! Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Subclassing website

2005-01-06 Thread Henning Sato von Rosen
Hi all! I want to subclass a large website mainly written in PHP. The sublassing is useful for testing when you want to test a change, a bugfix or a new design, and only a few pages change. The subclass would consist of an almost empty representation of the website containing only the changed

[PHP] Sending text file to users

2004-11-26 Thread Rosen
Hi, How can I send 3 text files to user generated from PHP script? Should I must to generate them first and then to send them to user? Is there a way to send 3 text files to user in just one PHP script ? Thanks in advance ! -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] URL encode/decode problem

2004-09-13 Thread Rosen
in my PHP script. How to unescape data with PHP? Can someone help me ? Thanks in advance, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] URL encode/decode problem

2004-09-13 Thread Rosen
It will not work - Javascript function escape() return string as unicode data - something like %u0431%u043E%u044F. And I don't know how to decode these data as normal chars. Greg Donald [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Mon, 13 Sep 2004 16:51:59 +0300, Rosen [EMAIL

Re: [PHP] URL encode/decode problem

2004-09-13 Thread Rosen
I changed the JScript to encode data not as unicode - now it code data as %20%2B%20. But when I get data with $_REQUEST[var] - I loose symbol + - with code %2B. Greg Donald [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Mon, 13 Sep 2004 17:21:48 +0300, Rosen [EMAIL PROTECTED

Re: [PHP] URL encode/decode problem

2004-09-13 Thread Rosen
] On Mon, 13 Sep 2004 18:35:58 +0300, Rosen [EMAIL PROTECTED] wrote: I changed the JScript to encode data not as unicode - now it code data as %20%2B%20. But when I get data with $_REQUEST[var] - I loose symbol + - with code %2B. Can you change it back before you decode it? Maybe

[PHP] Upload problems

2004-08-15 Thread Rosen
Hi, I try to upload a .zip file via PHP. I change directive upload_max_filesize = 500M. The first file is about 5 MB and no problems with upload. The second file is about 17 MB and script doesn't do nothing - no upload :( Can someone help with this ? Thanks in advance! -- PHP General Mailing

[PHP] Re: Upload problems

2004-08-15 Thread Rosen
Thanks, I change the post_max_size variable in php.ini and it worked ! Rosen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I try to upload a .zip file via PHP. I change directive upload_max_filesize = 500M. The first file is about 5 MB and no problems with upload. The second

[PHP] PHP and Apache 2

2004-08-08 Thread Rosen
Hi, What is the reason, thath in the installation manual of PHP writes: WARNING: Do not use Apache 2.0 and PHP in a production environment neither on Unix nor on Windows. Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: Re[2]: [PHP] Disk serial number

2004-07-25 Thread Rosen
This didn't work :( Apache crashes after execution of script. Tom Rogers [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Friday, July 23, 2004, 8:08:22 PM, you wrote: R I receive an error: R Warning: dl(): Not supported in multithreaded Web servers - use extension R

Re: Re[2]: [PHP] Disk serial number

2004-07-25 Thread Rosen
This didn't work :( Apache crashes after execution of script on this row: $api-registerfunction(long GetLastError Alias GetError () From kernel32.dll); Tom Rogers [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Friday, July 23, 2004, 8:08:22 PM, you wrote: R I

Re: [PHP] Disk serial number

2004-07-24 Thread Rosen
Thanks, But how I can parse this output ? Burhan Khalid [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Rosen wrote: Yes, on Linux there is a command to get this info, but on windows I think there'n no thath command. Is there a module for PHP to do this ? c:\dir c:\test.txt

Re: [PHP] Disk serial number

2004-07-23 Thread Rosen
I receive an error: Warning: dl(): Not supported in multithreaded Web servers - use extension statements in your php.ini Tom Rogers [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Friday, July 23, 2004, 8:26:56 AM, you wrote: R Hi, R Is there a way to get with PHP script (

[PHP] Disk serial number

2004-07-22 Thread Rosen
Hi, Is there a way to get with PHP script ( maybe with some module) serial number of the hard disk? Thanks in advance! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Disk serial number

2004-07-22 Thread Rosen
Yes, on Linux there is a command to get this info, but on windows I think there'n no thath command. Is there a module for PHP to do this ? Thanks! Matthew Sims [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Is there a way to get with PHP script ( maybe with some module)

Re: [PHP] Disk serial number

2004-07-22 Thread Rosen
I can write it to another language ( like C, Delphi ) but I don't know how to integrate this with PHP - i.e. to create it as module for PHP. Matthew Sims [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Yes, on Linux there is a command to get this info, but on windows I think

Re: [PHP] Disk serial number

2004-07-22 Thread Rosen
Is there a documentation how to create a module for PHP ? Thanks in advance! Curt Zirzow [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] * Thus wrote Rosen: Hi, Is there a way to get with PHP script ( maybe with some module) serial number of the hard disk? There has been

Re: [PHP] Disk serial number

2004-07-22 Thread Rosen
I would like to create it as module for PHP like function - like gethdserial() - and function to retrieve me serial number of HDD. I know how to retrieve serial number in C, Delphi. Lars Torben Wilson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Rosen wrote: I can write

[PHP] Problem with calculate

2004-07-16 Thread Rosen
, ., ) and it return me -0.00 Can someone help me ? Thanks in advance! Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem with calculate

2004-07-16 Thread Rosen
Thanks ! abs() will not work for me, because I may have na negative numbers, but with round() it worked ! 10x John W. Holmes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Rosen wrote: I use some numbers from mysql table and other local vars to calculate one number

Re: [PHP] Client IP

2004-07-08 Thread Rosen
Ok - thie is enought for me - to see the adres of proxy server. :) Tim Van Wassenhove [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] In article [EMAIL PROTECTED], Rosen wrote: :) Ok - then how linux server communicate with client - the server must have IP adress to whitch to send

Re: [PHP] Client IP

2004-07-08 Thread Rosen
I don't understand :) John Nichel [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] John W. Holmes wrote: Trust me. Riggtt. Like we're going to trust the likes of you. I guess the cheque's in the mail too, eh? ;) -- By-Tor.com It's all about the Rush

[PHP] Re: Running php scripts stored in mysql

2004-07-08 Thread Rosen
Try with eval() function. Martin Bálint [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, is this possible? I have a script stored in mysql database. For simplicity let's say: ? phpinfo(); ? is stored in db. Is it somehow possible to include this script to a running

[PHP] Client IP

2004-07-07 Thread Rosen
Hi, How can I get remote IP adress of client? I use the fillow script:: $ip=getenv('HTTP_X_FORWARDED_FOR'); if (!$ip) { $ip = getenv('REMOTE_ADDR'); } But sometime it return me unknown sa IP adress. Can someone help me ? Thanks in advance! -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Client IP

2004-07-07 Thread Rosen
IP adress not send ?!? And how server communicate with client ? John W. Holmes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Matthew Sims wrote: Hi, How can I get remote IP adress of client? I use the fillow script:: $ip=getenv('HTTP_X_FORWARDED_FOR'); if (!$ip) { $ip =

Re: [PHP] Client IP

2004-07-07 Thread Rosen
:) Ok - then how linux server communicate with client - the server must have IP adress to whitch to send data. John W. Holmes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Rosen wrote: IP adress not send ?!? And how server communicate with client ? A variety of ways. What I

Re: [PHP] Client IP

2004-07-07 Thread Rosen
Thanks, This for the users, thath come from one IP adress - I know about it, but, Can I get just adress of the IP, with which the server communicates ? Lars Torben Wilson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Rosen wrote: IP adress not send ?!? And how server communicate

Re: [PHP] Client IP

2004-07-07 Thread Rosen
Ok, I don't understand why IP adress will bi invisible for $_SERVER variable. John W. Holmes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Rosen wrote: Can I get just adress of the IP, with which the server communicates ? If you don't see the IP address somewhere in the $_SERVER

[PHP] Problem with strcasecmp() function

2004-07-03 Thread Rosen
Hi, I have the following problem with strcasecmp() function. It should be compare strings case insensitive. When I use it on my local computer, - it works correctly. But when I upload file on some internet server - the function doesn't work . I use the function with cyrillic charset. Can someone

Re: [PHP] Problem with strcasecmp() function

2004-07-03 Thread Rosen
Both versions are Version 4.3.7 of PHP. Scot L. Harris [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Sat, 2004-07-03 at 16:57, Rosen wrote: Hi, I have the following problem with strcasecmp() function. It should be compare strings case insensitive. When I use it on my

Re: [PHP] Problem with strcasecmp() function

2004-07-03 Thread Rosen
The code: echo strcasecmp(Òåñò , òåñò); // This are Test and test in cyrillic echo br; echo strcasecmp(Test, test);// This no problem - it works Results: -32 0 Scot L. Harris [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Sat, 2004-07-03 at 17:08, Rosen wrote: Both

[PHP] Export data

2003-11-30 Thread Rosen
Hi, Is it possible to export some data to MSOffice format ( .doc and .xls ) , OOffice ( .sxw and sxc ) or .rtf format with PHP Thanks in advance ! Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] https detection

2003-10-12 Thread Rosen
Hi, Is there a way to determite with PHP thath site visitor is in https (SSL) mode or in normal mode ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] https detection

2003-10-12 Thread Rosen
I.e. if I use _SERVER[SERVER_PORT] = 443 - for https connection and 80 for normal - i'll be able to determite if user is in https mode - I think thath should be works . ? Thanks, Rosen Tom Rogers [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Sunday, October 12, 2003, 9

[PHP] Upload files

2003-07-28 Thread Rosen
Hi, I have some problem with uploading files on server with PHP. The upload is ok, but I must set directory permissions with FULL Access - but this is not a good idea :(( Have someone idea how I can do this with no setting permissions to full acess ? Thanks, Rosen -- PHP General Mailing List

[PHP] Upload problem

2003-07-28 Thread Rosen
Hi, I have some problem with uploading files on server with PHP. The upload is ok, but I must set directory permissions with FULL Access - but this is not a good idea :(( Have someone idea how I can do this with no setting permissions to full acess ? Thanks, Rosen reserved! -- PHP General

[PHP] Re: urldecode problem :(

2003-06-09 Thread Rosen
Thanks, But how can I understand when to decode string and when not ? Rosen Seairth Jacobs [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Rosen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] HI, I'm using urldecode function to decode string from getenv

[PHP] urldecode problem :(

2003-06-06 Thread Rosen
($a); echo brb= . urldecode($b); On the second string it works correctly, but on first it don't. These two vars are getted from two different pages ( as refferers ). I think the problem could be in encoding used in two pages. Can someone help me ? Thanks, Rosen -- PHP General Mailing List (http

Re: [PHP] Date problem

2002-12-02 Thread Rosen
Thanks for this, I understand how to update in date in database, but I need when I get date from database to increase or decrease before to save in database. Can you help me for this ? John W. Holmes [EMAIL PROTECTED] wrote in message

[PHP] Date problem

2002-12-01 Thread Rosen
Hi, I have one problem: Date field in MySql database with value as 2002-31-12. I want to increment or decrement this date and to put it again in table. Can someone help me to increment or decrement date with some days? Thanks, Rosen -- PHP General Mailing List (http://www.php.net

Re: [PHP] Date problem

2002-12-01 Thread Rosen
Thanks, But I need before to save date in database to do some checks with the inc/dec date. Cal you help me ? Thanks, Rosen John W. Holmes [EMAIL PROTECTED] wrote in message 002301c29960$21d6a360$7c02a8c0@coconut">news:002301c29960$21d6a360$7c02a8c0@coconut... I have one problem: Da

Re: [PHP] Date problem

2002-12-01 Thread Rosen
I want to get date from database, to increment ot decrement it with some days, to show the date and after thath if user confirm it to save it to database. Can you help me ? Thanks, Rosen John W. Holmes [EMAIL PROTECTED] wrote in message 002601c29965$7862e950$7c02a8c0@coconut">news:0026

Re: [PHP] Date problem

2002-12-01 Thread Rosen
It's in -MM-YY Justin French [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... on 02/12/02 9:59 AM, Rosen ([EMAIL PROTECTED]) wrote: I want to get date from database, to increment ot decrement it with some days, to show the date and after thath

[PHP] Web site analysys

2002-09-22 Thread Rosen
Hi, Can someone tell me where I can find a PHP script for tracking visitors on WEB site ( IP, Refferer, e.t.c ) (Like http://extremetracking.com ) Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Print page

2002-08-29 Thread Rosen
Hi, I'm using PHP to generate some report for printing. But when I print report from IE 5.0 browser, in the bottom of page IE prints URL of page. Can I remove it ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Print page

2002-08-29 Thread Rosen
Thanks very much Rosen Jay Blanchard [EMAIL PROTECTED] wrote in message 003601c24f79$7ed376a0$8102a8c0@000347D72515">news:003601c24f79$7ed376a0$8102a8c0@000347D72515... [snip] I'm using PHP to generate some report for printing. But when I print report from IE 5.0 browser, in th

Re: [PHP] Print page

2002-08-29 Thread Rosen
Thanks very much Rosen Robert Collins [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... yes, but that is a browser function not php goto file - page setup - then remove the header and footer data Robert W. Collins II Webmaster New Orleans

Re: [PHP] Determine week

2002-06-16 Thread Rosen
Thanks, but I think you didn't understand me. I have the number of week in a year ( some number of week, not current week ) and I must determite start end date of given week. Can you help me with some ides ? Thanks, Rosen John Holmes [EMAIL PROTECTED] wrote in message 006101c214d9$dc9423f0

[PHP] Determine week

2002-06-15 Thread Rosen
Hi, how can I determine dates (start end ) in one week. I.e. 30th week is between 22.07.2002 and 28.07.2002 . -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Shut down server

2002-06-14 Thread Rosen
Thanks, but the idea is another user only to start and shutdown the server. Any ideas ? Thanks, Rosen Bruce Karstedt [EMAIL PROTECTED] wrote in message 00ea01c21339$e7856d60$4773d73f@c3">news:00ea01c21339$e7856d60$4773d73f@c3... This is a bad idea from a security standpoint. If you

Re: [PHP] Shut down server

2002-06-14 Thread Rosen
administrative rights on server. I tried to shut down server with exex(/sbin/poweroff) but nothing happened! Can someone tell me how I could make shut down the server via PHP command or executing Linux command? Is it possible ? Thanks, Rosen Ed Lazor [EMAIL PROTECTED] wrote in message [EMAIL

[PHP] Shut down server

2002-06-13 Thread Rosen
Hi, I tried to shut down my server with exex(/sbin/poweroff) but nothing happened! Can someone tell me how I could make shut down the server ? Is it possible ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Shut down server

2002-06-13 Thread Rosen
Hi, I tried to shut down my server with exex(/sbin/poweroff) but nothing happened! Can someone tell me how I could make shut down the server ? Is it possible ? The server is Linux Red Hat 7.2. Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Shut down server

2002-06-13 Thread Rosen
nothing happened! Can someone tell me how I could make shut down the server ? Is it possible ? Thanks, Rosen This message is intended for the sole use of the individual and entity to whom it is addressed, and may

[PHP] E-mail via WAP

2002-05-26 Thread Rosen
Hi, can someone tell me is there a script for sending and receiving a mail via WAP ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem with sending information with quotes

2002-05-17 Thread Rosen
is the problem ? } Thanks, Rosen Marinov -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Creating mail account on Linux server

2002-05-07 Thread Rosen
Hi, How can I create a mail account on Linux server with PHP ? Can I do it ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Javascript question

2001-10-29 Thread Rosen
Hi, This is not a PHP question, but can someone help me how to convert in lowercase the text into INPUT statment online ? (i.e. when the user press a key , the script automaticly to convert char in lowercase ) Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

[PHP] Check mail user

2001-10-24 Thread Rosen
Hi, can someone give me script for syntax check of username for mail server ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP] Re: Check mail user

2001-10-24 Thread Rosen
Thanks !!! Rosen Rosen [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, can someone give me script for syntax check of username for mail server ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] Re: Session ID

2001-10-05 Thread Rosen
Sorry, I can't access php.ini. It's on server, outside !!! Thanks, Rosen Richard Lynch [EMAIL PROTECTED] wrote in message 046301c14d62$865a8ea0$c801a8c0@Lynchux100">news:046301c14d62$865a8ea0$c801a8c0@Lynchux100... Read php.ini Not sure you can set it on a site-by-site basis o

[PHP] Session ID

2001-10-04 Thread Rosen
Hi, I'm creating web site with sessions. Normally the site uses PHPSESSID to pass session ID to next page. I want to use some script whitch use SID to pass session ID. Can I set standart (i.e. PHPSESSID ) to use to pass session ID ? Thanks, Rosen -- PHP General Mailing List (http

[PHP] Creating POP3 account

2001-10-03 Thread Rosen
Hi, Can I create POP3 account with PHP on Linux mail server ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] WebMail Client

2001-10-02 Thread Rosen
Hi, Can someone recommend me some free php script for WebMail client (like Squerriemail) ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail

[PHP] IMAP server

2001-09-21 Thread Rosen
Hi, Can someone tell me where can I find IMAP server for windows ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Problem with session_destroy

2001-09-11 Thread Rosen
make Refresh of page, there is no error !! Can someone any ideas ? Thanks Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Problem with microtime()

2001-08-31 Thread Rosen
Hi, I'm using the following code: for ($i = 0; $i 100; $i++) { $k = (int) microtime(); echo br$k; for ($j = 0; $j 1; $j++) $m = $j *3; } but it prints me only 0.. Where can be problem ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

Re: [PHP] Problem with microtime()

2001-08-31 Thread Rosen
Hi, The problem is, thath I want to generate random number between 1 and 1 How can I do it ? Thanks, Rosen Lawrence Sheed [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED] ... You are casting microtimes results as an integer value. It isn't an intege

[PHP] Send mail via exact account

2001-08-30 Thread Rosen
Hi, I want to send mail via exact account ( i.e. [EMAIL PROTECTED] ). can I do it with php ? Thanks Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail

[PHP] HTML mail

2001-08-30 Thread Rosen
Hi, how can I send HTML mail via mail() function ? I readed the tutorial, but can someone write me example ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] Random number

2001-08-30 Thread Rosen
Hi, I'm using PHP code from manual: srand( (double) microtime() * 100); // Get random User ID $uid=rand(); but it dowsn't work ! Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] Problem using session

2001-08-28 Thread Rosen
there are no the variables. Any ideas why ? Thanks, Rosen Marinov

[PHP] Re: Problem using session

2001-08-28 Thread Rosen
And one question: Should I use session_start() in every php file on my site ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP] Refresh Main frame

2001-08-28 Thread Rosen
Hi, how can I tell to refresh the main frame ( index.php ) from some subframe I use frames ) ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

Re: [PHP] Refresh Main frame

2001-08-28 Thread Rosen
Can I send params to main frame ? Thanks, Rosen * RZe: [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Original message From: Rosen [EMAIL PROTECTED] Date: Tue, Aug 28, 2001 at 04:29:05PM +0300 Message-ID: [EMAIL PROTECTED] Subject: [PHP] Refresh Ma

[PHP] Destroy object

2001-07-23 Thread ROsen
Hi, how can I destroy an object created with new ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Check for exist function

2001-07-23 Thread ROsen
Hi, How can I check, thath some function is declared and to do not declare it second time ( with require ) ? Thanks, Rosen Marinov -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP] Help you with our programming skills and experience

2001-07-15 Thread David Rosen
Hello, We are a team of experienced programmers with skills of PHP/Perl/JAVA/C++/VB/Servlet/JSP/ASP/PowerBuilder/XML/ DHTML/WAP WML with database of MySQL/MS Access/ MS SQL/ORACLE/DB2/Sybase/Informix. We are experienced in programming for various E-Commerce web site and standalone

[PHP] Web Mail

2001-06-25 Thread Rosen
Hi Can comeone reccomend me PHP script for Web Mail , which can create mail accounts on mail server? Thanks, Rosen Marinov -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] Saving to a file

2001-06-20 Thread Rosen
Hi, Sorry for the stupid question, but i don't have at me a PHP manual and I want to save some string to file from PHP. Can someone tell me how ( with what function to do this ) ? Thanks Rosen

[PHP] Forum script

2001-06-20 Thread Rosen
Hi Can someone recommend me some good script for forums ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] WebMail client

2001-06-19 Thread Rosen
Hi, I want to find some Web Mail script in PHP with possibilities to create mail accounts directly on Linux Mail server. Thanks Rosen Marinov

[PHP] Starting session

2001-06-19 Thread Rosen
. to startsession only if user has logged in ? Thanks, Rosen Marinov

[PHP] Starting session

2001-06-19 Thread Rosen
. to startsession only if user has logged in ? Thanks, Rosen Marinov

  1   2   >