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
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
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
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
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
> 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
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
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
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
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 :
Title here!