[PHP] Starting session

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

[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

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

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

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

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

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

[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

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

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

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

[PHP] Redirect page

2001-02-20 Thread Rosen
Hi, I have php script and I want to redirect user to different pages. I tryed with header("Location: main.php"); but i receive error: Warning: Cannot add header information - headers already sent by (output started at F:\Inetpub\wwwroot\pernik\go.php:2) in F:\Inetpub\wwwroot\pernik\go.php on lin

[PHP] sending variables

2001-02-20 Thread Rosen
Hi, I have two simple php files: main.php: LIST test1.php: But this doesn't work ! please HELP ! Rsen 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 admini

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

<    1   2