[PHP-DB] Strange string from MEMO field in FireBird

2008-12-13 Thread Kamil Walas
HPACJENTOW"]=> int(41) ["DODATNIEZLECENIA"]=> string(18) "0x000c" ["NAZWAGRUPY1"]=> string(14) "(nieokreślony)" ["NAZWAGRUPY2"]=> string(14) "(nieokreślony)" } I don't know what I'm doing

Re: [PHP-DB] Strange string from MEMO field in FireBird

2008-12-14 Thread Kamil Walas
PHP Version 5.3.0alpha3-dev Source: $qry = ibase_query($database, $sql); $row = ibase_fetch_assoc($qry); Lester Caine pisze: Kamil Walas wrote: Hi, I new in PHP. I work with FireBird and I have query looks: "select Y.Organizm as Nazwa, count(Y.ID) as LiczbaPrzypadkow, count(Y.Organiz

[PHP-DB] Not Valid URL

2009-02-23 Thread Kamil Walas
the same. Problem is somewhere in my computer. I think in my php configuration, but I don't know where to look. Would appreciate it greatly if anyone can help. Regards, Kamil Walas -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Not Valid URL

2009-02-23 Thread Kamil Walas
Yes, it is \". But in my file i have only href="../index.php">aaa. There is no '. I figured out that: echo stripslashes( file_get_contents('test.html') ); works for the link but it didn't work when I try to print entire website. So I'm stuck,

Re: [PHP-DB] scheduler

2009-09-23 Thread Kamil Walas
Hi, try this: http://cronw.sourceforge.net/ Kamil Walas Vinay Kannan pisze: Hi, I am developing a web application in PHP, the db is mysql. I want to develop something like a batch file, which would run everyday, query mysql and throw the output to another table which would then perform some

Re: [PHP-DB] php_warn

2010-02-11 Thread Kamil Walas
include_once()? Link: http://www.php.net/manual/en/function.include-once.php W dniu 2010-02-11 14:49, madunix pisze: some of my web pages having the following issue when i call them Warning:main(main_page.html.php): failed to open stream: No such file or directory in /www/htdocs/web/public/publ

[PHP-DB] Fwd: Apache log: database shutdown

2010-04-20 Thread Kamil Walas
going on. Any help will be appropriated. Kamil Walas -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Fwd: Apache log: database shutdown

2010-04-20 Thread Kamil Walas
22:18 2010 INET/inet_error: send errno = 104 Regards Kamil W dniu 2010-04-20 13:25, Peter Lind pisze: On 20 April 2010 13:20, Kamil Walas wrote: Since yesterday I have following situation. 1) Everything works fine for about one hour. 2) Site didn't show up and apache log is follow

Re: [PHP-DB] Fwd: Apache log: database shutdown

2010-04-20 Thread Kamil Walas
still the main questions remains. Why apache drops connections to database? These PHP scripts are running in over 30 different servers and problem is only with this one. Regards, Kamil 2010/4/20, Peter Lind : > On 20 April 2010 13:37, Kamil Walas wrote: >> I checked. It's looks fine