[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

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

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

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

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

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

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

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

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

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

[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] Error connecting to MySQL server

2001-01-18 Thread Rosen
Hi, When I try to connect to MySQL server I get message "Can't connect to MySQL server (10060 )! Please Help! 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

Re: [PHP] Error connecting to MySQL server

2001-01-19 Thread Rosen
When I connect via WEB based admin, there is no problems ! The MySQL Server is remote. But when I install on my computer software ( Artronoc Admin, DbTools ) I receive error "Can't connect to MySQL server on host . (10060). Please Help ! Thanks, Rosen Marinov "Brian

[PHP] Problem with $REMOTE_ADDR

2001-02-23 Thread Rosen
Hi, I have problem with using of "$REMOTE_ADDR" variable. The variable always return me "127.0.0.1" ( localhost ), How can I get the IP of the remote host ? Thanks, Rosen Marinov -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

Re: [PHP] Problem with $REMOTE_ADDR

2001-02-23 Thread Rosen
No, the server is remote. "Kurth Bemis" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 09:54 AM 2/23/2001, Rosen wrote: > > is the machine that your browsing on the same machine that you have your > serving software

[PHP] Get remote IP ot Host

2001-03-05 Thread Rosen
Hi, I have problem with "REMOTE_ADDR" or "REMOTE_DOST". "REMOTE_ADDR" always return me 127.0.0.1 (localhost) !!! The php program is on remote server ( not locally ) - www.f2s.com. How can I get IP or HOST of the visitor ? Thanks, Rosen Marinov --

[PHP] Tree menu

2001-03-09 Thread Rosen
Hi, can someone tell me where I can get some Tree Menu ? 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 administrators, e-mail: [EMAIL PROTECTED]

[PHP] Using sessions

2001-03-13 Thread Rosen
Hi, When I use sessions, on the URL row of the browser shows "PHPSESSID=CXXX". Can I hide id ? 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 contac

Re: [PHP] Using sessions

2001-03-14 Thread Rosen
Thanks, but cookies are disabled ! Rosen Marinov ""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message 98nai7$2gb$[EMAIL PROTECTED]">news:98nai7$2gb$[EMAIL PROTECTED]... > "Rosen" <[EMAIL PROTECTED]> wrote in message > 98n8ut$m26$[EMAIL

[PHP] Problem with the HTTP_REFERER

2001-04-26 Thread Rosen
Hi, I have BIG problem using "HTTP_REFERER". I have two pages: main.php: Click here test.php: .somecode echo "window.location.href=\"http://$web\";;"; $web - some website. But on the $web site (some site) I can't get the REFERER !!! -- PHP General Ma

Re: [PHP] Problem with the HTTP_REFERER

2001-04-26 Thread Rosen
The problem is thath: I don't want to reflect to "REFERRER" on the client's site. I want the REFERER on the client site to be my site ! Tnahks Rosen marinov ""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message 9c974s$o3n$[EMAIL PROTECTED]"

Re: [PHP] Problem with the HTTP_REFERER

2001-04-26 Thread Rosen
Is anybody knows how can I redirect to another page and the REFERER to another page to be my page ? Thanks, Rosen Marinov ""Rosen"" <[EMAIL PROTECTED]> wrote in message 9c912a$had$[EMAIL PROTECTED]">news:9c912a$had$[EMAIL PROTECTED]... > Hi, > I have BI

Re: [PHP] Problem with the HTTP_REFERER

2001-04-27 Thread Rosen
Thanks very much !!! Rosen Marinov "Simon Ould" <[EMAIL PROTECTED]> wrote in message 511B289BD436D41199AE0001021A9B5E05C5AB@SERVER">news:511B289BD436D41199AE0001021A9B5E05C5AB@SERVER... > My interpretation of the problem is: > You want a link on page A.php which

[PHP] Days between two dates

2001-05-07 Thread Rosen
Hi, How can I calculate days between two dates ? 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 administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Days between two dates

2001-05-07 Thread Rosen
Sorry, it doesn't work !! Rosen Marinov ""Boget, Chris"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hi, > > How can I calculate days between two dates ? > > This should work: > > $first

Re: [PHP] Days between two dates

2001-05-07 Thread Rosen
It really Work !!! Sorry, thath was my syntax error! Thanks very much !! Rosen Marinov ""Boget, Chris"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Sorry, > > it doesn't work !! > > Why do you

[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] 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] 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] 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: 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] 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] Checking URL & mail

2001-03-23 Thread Rosen
Hi, How can I check for existing site (e.g. http://www.somehost.com/someone) and check for existing mail ? 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

[PHP] Check URL & Mail

2001-03-23 Thread Rosen
Hi, How can I check for existing site (e.g. http://www.somehost.com/someone) and check for existing mail (e.g. [EMAIL PROTECTED])? Thanks, Rosen Marinov -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] free webspace supporting PHP/MySQL

2001-03-27 Thread Rosen
Hi, The adress is: www.f2s.com Rosen Marinov "Alaiddin Tayeh" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > is there any comapany (like freeservers.com and geocities.com)give a > free web space and supporting PHP/My

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

[PHP] Starting session

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

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

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

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

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

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

[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

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

[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

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

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

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

[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

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

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

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

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

[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

[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

[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

  1   2   >