hy!
i have a simple problem when i try to report a bug. the captcha doesn't
work. the script doesn't send any output at all. so i think my
bug-report must wait ...
is anybody else expieriencing this problem?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.
ed
?>
it seems that the destructor is called when output buffering is still
deactivated but the connection to the client is active.
i consider it a bit strange that output buffering is deactivated when
there is still the possibility of passing something to the browser.
greets
aRZed
--
PHP
o buffer to delete. in ...
but this functions very well.
it seems that php first ends output buffering and then calls then
destrcuts the objects. so the output buffering is still ended when the
destructor is calles. one has to unset the object to reverse that order
manually.
aRZed
--
PHP
Arzed wrote:
Hy!
I have a relative simple question about mysqli_prepare:
When I prepare a statement and then bind parameters to it, does php
automatically care for escaping strings etc.?
Example:
prepare("SELECT FROM table WHERE x=?");
$p = "5'"
$stmt->
Hy!
I have a relative simple question about mysqli_prepare:
When I prepare a statement and then bind parameters to it, does php
automatically care for escaping strings etc.?
Example:
prepare("SELECT FROM table WHERE x=?");
$p = "5'"
$stmt->bind_param("i",$p);
# is "5'" converted to 5 lik
[snip]
172: $q = $this->DB["cms"]->prepare("SELECT t.Extension FROM Site_Mime
as m,Type as t WHERE m.SNr=? && m.TNr=t.Nr");
173: $q->bind_param("i",$this->Site["Nr"]);
174: $q->execute();
175: $q->store_result();
[/snip]
I've got a very serious problem in big class, but these two lines are
proba
Hy!
You have to restart windows after changing the path-variable, else it
has no effect. it it functioning for me
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
try simply escaping the "\" before the "n" with an additional "\" or in
other words: use "\\n" instead of "\n". PHP will interpret "\\" as an "\".
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
8 matches
Mail list logo