[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:

[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

[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: html na ?php echo 'na';? /html - html na /html php tags can be : ? ?or ?= ? or script language='php'/script /i Merci. . -- PHP General Mailing List

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

[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] 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

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=value1var2=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 Bret I know how get var are

[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 ? // Author : David Devidal [EMAIL PROTECTED] // Licence : GPL // // include one time this script at the beginnig of the script // file will do the mapping // // for the revers mapping think of using

[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

[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] 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,

[PHP] php + javascript hard day together ?

2002-07-13 Thread David D
Hi all, I can manage this script to work. Js warn about listid[], he doesnt like [] in a var name ! Php needs them to collect an array from form checkboxes. Here is my source : !doctype html public -//W3C//DTD HTML 4.0 //EN html head titleTitle here!/title SCRIPT LANGUAGE=JavaScript

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

2002-07-13 Thread David D
I hack js no need to change in php : SCRIPT LANGUAGE=JavaScript !-- Begin var checkflag = false; // on va se ballader parmis les elements de formualire et toucher // au case a cocher function check(formulaire) { if (checkflag == false) { for (i = 0; i formulaire.length; i++) { if

[PHP] a little authentification handler doesnt work ...

2002-05-13 Thread David D
Hi all, I try to use your session handler, but didnt mange to I can debug the script and notice that $GLOBALS['HTTP_SESSION_VARS']; doesnt exist ...so $_SESSION became null ? I donwload that at http://adnoctum.netfirms.com/auth/. The shity code : /** * Utility function called implicitly

[PHP] rdf utf-8 to sql mysql latin1

2002-03-26 Thread David D
Hi all, My purpose is to transform an rdf utf-8 file into sql for mysql. Data are both in french/english, in french there are stange caractere that doesnt render well (çèé...) What the output had to be ? Mysql only support latin1 ? I m lost in all that encodage ! Help me I dont know how to