[PHP] please, php vpopmail windows

2003-06-24 Thread David D
Hi, Can someone compile vpopmail extension for me ? http://www.ionium.org/php/php_vpopmail-0.1.tar.gz I need a php_vpopmail.dll ... I have nothing for compiling this, so if someone can do easily ... Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] vpopmail functions

2003-06-23 Thread David D
http://fr2.php.net/manual/fr/function.vpopmail-add-alias-domain-ex.php How can i do to use vpopmail functions ? What doesnt that means ? vpopmail_add_alias_domain_ex (4.0.5 - 4.2.3 only) ? Is there a set of php scritp that allows to manage vpopmail, I have vqadmin in perl but it has some bug on

[PHP] strip php tags from code ?

2003-01-12 Thread David D
I only want to keep html code of a page. I want to remove php tags. Some tell that strip_tags is not adapted. sample of what i want to do: na -> na php tags can be : or or /i Merci. . -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub

Re: [PHP] $http_host use case

2002-08-09 Thread David D
You re right i will make a if statement ... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] $http_host use case

2002-08-08 Thread David D
Hi all, I make 2 sites with 2 domain names that use same scripts, Each has got its html templates in a special dir selected judgging from $HTTP_HOST values. I was wondering me how a web crawler (search engine robot) could refer those pages. Would crawler bring that parameter in order to refer we

[PHP] Re: I didnt understand the how work pathtovars, a php gpl script

2002-07-25 Thread David D
I make my own : What u think about : begin "; echo "REQUEST_URI $REQUEST_URI "; echo "SCRIPT_NAME $SCRIPT_NAME "; echo "PATH_INFO $PATH_INFO "; echo "PATH_TRANSLATED $PATH_TRANSLATED "; // Array ( ) Array ( ) PHP_SELF /path2vars/index.php/var1,val

Re: [PHP] I didnt understand the how work pathtovars, a php gpl script

2002-07-25 Thread David D
> would look like this: > http://www.domain.com/script.php?var1=value1&var2=value2 > there would be a document name << script.php >> > followed by the << ? >> > then variable and value pairs << var1=value1 >> > separate each variable/value pair with an ampersand << & >> > > Hope this helps > > Bre

[PHP] I didnt understand the how work pathtovars, a php gpl script

2002-07-25 Thread David D
Hello, I was looking for a query_string wrapper for web crawlers I found pathtovars : http://www.phpclasses.org/browse.html/package/561.html English is not my native language. I didnt manage to use efficently this script ! Even with the sample ! I don't know how to map url ? How to generate an

[PHP] an array_key_exists() substitute for php 4.0> <4.1 ?

2002-07-25 Thread David D
hello all, I download a gni script path2vars that manipulate query_string for web crawlers. But I have php 4.06 that doesnt support function : uses array_key_exists() (PHP >= 4.1.0). Is there a way to substitude it ? Is there a way to detect php version and incluse the functions or it substitute

[PHP] strange beahaviour with a mysql query in php

2002-07-16 Thread David D
Hello, I ve got mysql 4.0.1 I don't understand what happen. I use to make replace other than insert in order to avoid error in php scripts. I have a table with on primary key : CREATE TABLE `nlconfig` ( `id` tinyint(4) NOT NULL auto_increment, `nomnews` varchar(255) NOT NULL default '', `

[PHP] waiting for keyboard echo

2002-07-16 Thread David D
Hello, I m trying to make a php command line script, and I m looking for a function that can stop the script until a key is pressed. I modify some args when these are incorrect and put default values, I d like the user to be informed of that when launching the scripts. For the moment I make a s

[PHP] Michalski Luc - Weblog upgrading - Asking for some help

2002-07-14 Thread David D
Hello, my name is lucas I am student in computer science... We are imporving a previous version of phpweblog ( News Management ) in which we have had a DHTML editor and others goodies...For this part we don't have problems... But translations are problematics because we have integrated PHPlang, w

Re: [PHP] php + javascript hard day together ?

2002-07-13 Thread David D
I hack js no need to change in php :