[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] 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

[PHP] PDFlib problem

2006-12-27 Thread Rosen
status 99 -- 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] 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

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 > T

[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

[PHP] Problem with manual running PHP script

2006-10-27 Thread Rosen
cript gives me an error( 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] Uploading pic

2006-04-27 Thread Rosen
do this with some script ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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 w

[PHP] problem with greek language

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

[PHP] Session problem

2005-03-31 Thread Rosen
his server ). Have someone idea where may be the problem ? 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
sonaly put all content into a database and do 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

Re: [PHP] Search engine

2005-01-20 Thread Rosen
number of > words and it can search for them 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?

[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

[PHP] Executing command in Linux

2005-01-15 Thread Rosen
his is command 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 fil

[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, visit:

Re: [PHP] URL encode/decode problem

2004-09-13 Thread Rosen
IL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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[&

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:[EMAI

Re: [PHP] URL encode/decode problem

2004-09-13 Thread Rosen
e news:[EMAIL PROTECTED] > On Mon, 13 Sep 2004 16:51:59 +0300, Rosen <[EMAIL PROTECTED]> wrote: > > I have follow problem: One form whitch send some text fields to my PHP > > script. But before send data, the form makes > > javascript command "escape" for text fie

[PHP] URL encode/decode problem

2004-09-13 Thread Rosen
n I can't get correctly posted data 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

[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 f

[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] 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 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 wr

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 extensio

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 th

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

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]

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 > &g

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
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

[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] 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

[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

[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

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 abou

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 -

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 ? >

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

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 wi

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'); > >>

[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] Problem with strcasecmp() function

2004-07-03 Thread Rosen
L PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sat, 2004-07-03 at 17:08, Rosen wrote: > > Both versions are Version 4.3.7 of PHP. > > > > Then more information is needed to figure out the problem. > > Sample code plus any error messages or results would h

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

[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 someon

[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

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:[E

[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

[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] 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] 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, > >

[PHP] urldecode problem :(

2003-06-06 Thread Rosen
0"; $b="%d1%ee%f4%f2%f3%e5%f0"; echo "a=" . urldecode($a); echo "b=" . 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 use

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 001501c2999b$d24a71f0$7c02a8c0@coconut">news:001501c2999b

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 &

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$7c02a8

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..

[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.ph

[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

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 > > Robe

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 pr

[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] 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 messa

[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
ithout any 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]&g

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 standpoin

Re: [PHP] Shut down server

2002-06-13 Thread Rosen
n 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] 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 unsubscr

[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] 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-16 Thread Rosen
quot; //here the value of $text is \"TEST\" . The PHP send value to me with backslah. // //How can I get the real entered, i.e. "TEST" ? Where 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 u

[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

[PHP] Check mail user

2001-10-23 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: Session ID

2001-10-04 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 sur

[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

[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
I have the code: "") {session_destroy();} } When the page loads the first time I receive error: "Warning: Session object destruction failed in main.php on line 9" but when I make "Refresh" of page, there is no error !! Can someone any ideas ? Thanks Rose

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 integ

[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 "$k"; for ($j = 0; $j < 1; $j++) $m = $j *3; } but it prints me only "0.." Where can be problem ? Thanks, Rosen -- PHP General Mailin

[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-ma

[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 contac

[PHP] Send mail via exact account

2001-08-29 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

Re: [PHP] Refresh Main frame

2001-08-28 Thread Rosen
Can I send params to main frame ? Thanks, Rosen "* R&Ze:" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > From: Rosen <[EMAIL PROTECTED]> > Date: Tue, Aug 28, 2001 at 04:29:05PM +0300 > Message-ID: <[EMAI

[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

[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-ma

[PHP] Problem using session

2001-08-28 Thread Rosen
tion: $web"); exit; But when I get control in my index.php there are no the variables. Any ideas why ? Thanks, Rosen Marinov

[PHP] Secure Phorum

2001-07-27 Thread ROsen
Hi, can someone help me to secure Phorum on internet 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] 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 c

[PHP] Destroy object

2001-07-22 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] 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 application

[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] 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] 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] Starting session

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

[PHP] Starting session

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

  1   2   >