[PHP-WIN] Re: MySQL Security

2003-10-14 Thread Constantin Baciu
You can install a firewall and block all requests on the mysql port (default is 3306) and, in mysql.. you can set the users to be only from localhost... "Rahman Haqparast" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi. > I wanted to know if there is a way to limit access to

[PHP-WIN] Re: Fast template engines

2003-10-12 Thread Constantin Baciu
Wow... faster than Smarty? you can test it against some PEAR based template engines (you can find them in the HTML category). or TemplatePower Can we see some code? Is it a compile-based template engine (like Smarty)? Or just a parse-based template engine? "Donatas" <[EMAIL PROTECTED]>

[PHP-WIN] Re: Date Increment Problem

2002-10-30 Thread Constantin Baciu
You will need to add the seconds that are in 3 days to the current timestamp Try the following: $RegisterDate=date("m/d/y", time()); $ExpireDate=date("m/d/y", time()+4320); "Raheel Hussain" <[EMAIL PROTECTED]> wrote in message news:20021030110432.9579.qmail@;web21202.mail.yahoo.com... > > hi

[PHP-WIN] Re: Simple Question

2002-09-19 Thread Constantin Baciu
"Kit Kerbel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > This is a simple question: > > I'm trying to upload files using php. I'm pretty sure I've got that part > down. However, I am trying to upload pics inside the same form which posts > other informati

Re: [PHP-WIN] Newbie to the news!

2002-09-12 Thread Constantin Baciu
ly access the php.windows postings from: > http://groups.google.com/groups?group=php.windows . That way you can deal > with it when you want to and the messages won't come to your mailbox (at > least not when you don't want them to). > > -Original Message- > From: Cons

Re: [PHP-WIN] Newbie to the news!

2002-09-12 Thread Constantin Baciu
But if I am not subscribed, I cannot post "David Hollister" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > unsubscribe from the mailing list @ php.net > > -----Original Message- > From: Constantin Baciu [mailto

[PHP-WIN] Newbie to the news!

2002-09-12 Thread Constantin Baciu
Hello... Do I really have to get ALL the messages in the mailbox? Isn't it enough to subscribe to the NNTP server?.. THX! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Error after a while???

2002-09-12 Thread Constantin Baciu
If you do a select on that table, before retrieving the results ( while($result_data=mysql_fetch_array($query)) ) verify that the result has rows ie if(mysql_num_rows($query)>0) while($result_data=mysql_fetch_array($query)) { do something with the results } else NO RESULTS. "Rich Gray" <[E

[PHP-WIN] Re: using apache on a network

2002-09-11 Thread Constantin Baciu
see on my ather computers in the network, what > do I have to type in my browser, when I'm listening to the IP from that > computer so that I don't have to make an internetconnection? (I already > tried listening to a port, and then giving an IP to, but that didn'help. >

[PHP-WIN] Re: using apache on a network

2002-09-11 Thread Constantin Baciu
For the second question: try connecting through the IP (not the server name.) "M.B." <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, I have installed PHPTraid so, that went OK. > But I have a network and I would like to see the pages on the computers

[PHP-WIN] Re: I got a little confusion about mysql and php

2002-09-07 Thread Constantin Baciu
"Raheel Hussain" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > hi, > > I m a newbie programmer and has just started working on php, i m not actually having much problem in it as because i have backgroud of C/C++ and vb and ASP and Pascal etc. > I have a l