[PHP] Debug recursion

2007-04-23 Thread kioto
Hi all i have found a bug in my db class when i use the recursion. I try to use the adjacency list model to develop a three menu but when i call the function in recursive way i loose data because the value returned from the fetch seem to be empty. I have db table like this: table catalog ID |

[PHP] Socket server in PHP

2005-06-23 Thread kioto
Hi all sorry for the ignorance :D.This is my first time with Socket and i have a question for you.I want create a script that run like daemon in background and listen incoming request.It's possible with socket open a stream to a directory and check any change on this directory ? I want send

[PHP] PHP 5.1 release

2005-05-29 Thread kioto
Hi all, i have question about the PHP 5.1 version. The PHP-GTk2 it's proud to start and require PHP5.1 version to work. When it's possible to use a stable version and what are the new features of this release. Thanks so much to all. -- PHP General Mailing List (http://www.php.net/) To

[PHP] PHP safe_mode

2005-04-26 Thread kioto
Hi all i have problem with safe_mode i don't understand the logic to apply to avoid owners problem with script. Can you step by step ho to solve ? Thanks so much in advice. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem with recorset

2005-04-13 Thread kioto
Hi all sorry for the newbie's question but i want understand the problem. I have use a simple command with sqlite to get a data from a table. $dbFile = realpath(./)./data.db; $db = sqlite_open($dbFile); if (!(is_resource($db))) { die(Impossibile aprire uno stream: .

[PHP] in_array and annidated path

2005-04-11 Thread kioto
Hi all sory for the double post but i have deleted the first email that i have send to the list. The problem that i have found is that in_array function don't work with annidate path. I have created a function that update a list of filepath from a directory to DB but when i use particular path

[PHP] Problem with in_array function

2005-04-08 Thread kioto
Hi all i have problem with in_array() function to comparing string of filepath. I read from a directory and write the filepath into database if the flag is off. If the file is modified i update the last time of modify and if there are new file i add this file into Db. i have write a function to

[PHP] How to compile PHP5 with VC++ 6.0

2005-04-04 Thread kioto
Hi all i have a question. There si an how-to that explain step by step all necessary to create a myself compiled php distribution ? I have read about: http://docs.php.net/en/install.windows.building.html Can you send a new link about this issue. Thanks so much again and good work to all. -- PHP

[PHP] Logging with PHP to SMTP server

2005-02-28 Thread kioto
Hi all, there is a way to create log-system to authenticate to smtp server ? Thanks so much to all. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to compile a script into executable file

2005-01-13 Thread kioto
Hi all and sorry for my ignorance. I have used the Bcompiler to compiler a script into .exe file to distribuited on Windows System but i don't have any result. Can you explain how to realize with a simple example ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] PHP Accellerator into Zend Engine2 by default

2005-01-10 Thread kioto
PHP is scripting language interpreted and not compiled. I want know about the difference beetwean the bytecode of JSP and ASP.NET than PHP-Accelerator. Why this extension isn't a built-in into Zend Engine parsing ? This is a better solution to comparison the performace of PHP versus other

[PHP] PHP parse Excel and Access files

2004-12-20 Thread kioto
How to read and get data from Excel Files and Access Files. Can you post me articles and tutorials on the web-sites that explain the basic concept to create an interface for PHP and this files-type. Thanks so much to all. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Problem with Regular expression

2004-10-27 Thread kioto
Hi all. I have a problem: i want subs any characters from a string but i don't have fix the problem. The string that i want to manipulate is the value from a text field of a search engine. The characters that i want to try substitute is , , +, -, |, ||, or, and, not in not case-sensitive mode

[PHP] Class PHP4 problem

2004-09-29 Thread kioto
variable: query in c:\programmi\apache group\apache\users\kioto\db_class2.php on line 66 Impossibile eseguire query al database Dettagli: Errore No: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Virtual Host problem

2004-09-23 Thread a.k.a kioto
Hi all i've try to configure Apache with Virtual Host in the main configuration file of Apache i have modify like this: #NameVirtualHost *:80 NameVirtualHost * # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for

[PHP] Drop directory with PHP

2004-09-04 Thread kioto
Hi all I have create this function to delete directory and file but i have no result . When i call the function i don't receive any errors by PHP. I have test this function with PHP 4.3.6 and Apache for NT version 1.3.1 on Windows Xp Professional I write this code : ?php error_reporting(E_ALL);