[PHP-WIN] Re: [PHP] slow performance

2007-04-25 Thread Richard Lynch
On Wed, April 25, 2007 4:45 am, Zoltán Németh wrote: > 2007. 04. 25, szerda keltezéssel 11.33-kor Henning Eiben ezt írta: >> Hi, >> >> I wrote a small sample-application once using PHP (with propel and >> smarty) and once using Java (JBoss, EJB3, JSP & Servlets). Both apps >> are >> being served

[PHP-WIN] Re: [PHP] Re: Problems when trying to use ibm_db2 extension

2007-04-17 Thread Richard Lynch
On Tue, April 17, 2007 1:21 am, Leo Jokinen wrote: > Problem solved: > I restarted my computer and after that apache loaded ibm_db2 > extension. > > My conclusion: > 1. When you add some extensions to php.ini, you need to restart > windows > in order to get those extensions available through apache

[PHP-WIN] Re: [PHP] Problems when trying to use ibm_db2 extension

2007-04-16 Thread Richard Lynch
On Mon, April 16, 2007 9:21 am, Leo Jokinen wrote: > Also, phpinfo() won't say nothing that module ibm_db2 is in use Did you re-start Apache? Actually, Windows being Windows, just re-boot the dang thing... You should be used to that. :-) Is the php.ini file named in phpinfo() the one you are edi

[PHP-WIN] Re: [PHP] Re: [PHP-WIN] Re: [PHP] Re: Question on virus/worms

2007-03-15 Thread Richard Lynch
On Thu, March 15, 2007 9:15 am, Seak, Teng-Fong wrote: > Stut wrote: >> Seak, Teng-Fong wrote: >>> But after I've spent some time reading the log files, I've >>> finally >>> found out how the hackers managed to achieve worm infiltration. >>> >>> Actually, they're using an URL like this: >>>

[PHP-WIN] Re: [PHP] Localhost not working with cookies

2005-04-18 Thread Richard Lynch
On Sun, April 17, 2005 1:05 pm, Proudly Pinoy said: > I've read from php.net/setcookie and codecomments.com that using localhost > won't work with cookies and neither are IP addresses. So how do I test > cookies on local system? Works for me. Maybe doesn't work with specific broken browsers or so

[PHP-WIN] Re: [PHP] Not able to add data to a MySQL database

2005-02-28 Thread Richard Lynch
Vaibhav Sibal wrote: > Hi, > I am not able to insert data into my mysql database using php even if > i use a simple code as follows : > $link=mysql_connect("localhost","username","password"); > mysql_select_db("test_db"); > $query="INSERT INTO 'login' ('uname','access') VALUES ('try','super')"; >

[PHP-WIN] Re: [PHP] Is there a way I can read full path names of files on the server and enter it into the database ?

2005-02-21 Thread Richard Lynch
Vaibhav Sibal wrote: > I wanted to ask whether there is a way whereby a script can read > filenames from a particular directory on the server and enter those > filenames with the complete path into the MySQL database? I am trying > to do this, because I am developing an application where a supervis