search in google
php +prepend +htaccess
http://www.codingforums.com/showthread.php?t=78287
bye bye
Claudio
blackwater dev wrote:
Is there a way to intercept and add code at the beginning and end of every
http request - WITHOUT having to put an include at the top and bottom of
every page
Hi,
you need to finish every line with ;
$host="localhost" ;
$user="ray" ;
$password="*" ;
Bye
Ray Cantwell wrote:
Hi all,
I am a noob and super confused right now. I have some really simple
code and i am getting an error that reads:
*Parse error*: syntax error, unexpected T_VARIABLE in
if someone else already had this
problem and I found that, while PERL resolve it, PHP does not provide a
solution. So I decided to subscribe this list, maybe someone here knows
how to resolve this problem?
Thanks in advance!
Claudio
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Is it possible to process the file in second php instance?
An only get its output?
Claudio
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
is http://pear.php.net offline?
Warning: Invalid argument supplied for foreach() in
/usr/local/www/pearweb/include/pear-format-html.php on line 360
Warning: Invalid argument supplied for foreach() in
/usr/local/www/pearweb/include/pear-format-html.php on line 360
Warning: Invalid argument sup
hp file. Doesn't maintend
by me. It works fine.
The file1.php5 represents a newer application. File2 will not work, because
$abc is not a global var.
Ok, I could search for all declared vars and add a global to it. Thats not
realy a "nice" solution.
Do anyone have a better Idea?
Clau
ot;include" possible?
Thanks,
Claudio
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I've used loadHTML() to read a HTML file to DOM. This file starts with a
string like
Do someone know how I can access this string? By reading the doctype back
from DOMDocument I only found the name (HTML) but nothing more...
Thanks,
Claudio
--
PHP General Mailing List
"M. Sokolewicz" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> ob_start buffers both `normal` output AND headers.
Humm, now it works...
Is there something else that must be set, so that ob_start() works or not?
Something like an php.ini entry?
Here is the listing of ob_start.php5
";
$x = ob_get_cl
Hi,
is there a way to buffering headers before sending like "ob_start()" ?
Thanks,
Claudio
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
@richard
> I dunno about that whole try/catch thing, but if you're not going to USE
> it to catch the errors, then you might as well be old school and check the
> return values of all these functions.
that sounds good, but , so far I know, if the API says that a function _can_
throw an exception,
> php.net/dom
??
Like this?
---
try {
$dom = new DOMDocument();
$config =
$dom->appendChild($dom->importNode(dom_import_simplexml($this->configXML),true));
$config->appendChild( $dom->createElement(($mode? 'softactive':'active')) );
$this->configXML = simplexml_import_dom($config);
} catc
Hi,
I probably have a stupid question... how can I add a node into an existing
simplexml object.
I create the object by
$xml = simplexml_load_file('test.xml');
the xml file shows like this:
Thanks for help...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:/
Can I use the CGI executable at the command-line?
In other words, what is the diference between the CLI and CGI Version?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
4.3.10 (cgi) (built: Feb 3 2005 22:59:02)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
now it runs... PHP4 as CGI and PHP5 as module
Thanks!!
"Marek Kilimajer" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROT
Maybe... What is the diference?
In /usr/local/php-4.3.10/ I have 5 files after "make install"
(pear php php-config phpextdist phpsize)
What should I do? How can I "make" the cgi-executable?
"Marek Kilimajer" wrote:
> My guess cli binary is executed instead
Hi,
Im trying to use PHP4 and PHP5 at the same time. PHP4 as CGI and PHP5 as
module.
PHP5 ist actually not present and not installed
PHP4 runs find as module, when I try to use it as CGI I receive the error
message:
"Premature end of script headers: php"
Can someone help me?
Here my used configu
Hello,
I've recently installed Mandrake v 8.1 on my computer and then successfully
compiled and installed PostgreSQL and Apache 1.3.24 and PHP 4.2.1... All
that works well...
When I installed Frontpage 2002 extensions on the same computer, PhP didn't
work any more.
I then tried to compile again
Bonjour,
Sur mon poste qui tourne avec une distribution Mandrake 8.1 j'ai compiler et
installé PostgreSQL ainsi que apache 1.3.24 et php 4.2.1 tous ça fonctionne
très bien.
Lorsque j'ai installé les extension FrontPage 2002 sur mon serveur Apache,
PHP ne tourne plus.
j'ai essaier de recompiler
hi there,
I'm trying to upload a file using php on an apache server running on
linux.
The code of the form I'm using is as follow:
File to upload:
Upload
when I press the submit button after selecting the file, nothing
happens.
I tried to print the filename passed by the form but it is
Does anybody know how to do load balancing with php and apache ? can
you recomend me any tutorial document or how to? Thank you.
Claudio.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To
21 matches
Mail list logo