Hello,
why this array_push($x ? $a : $b, 'value'); produce error(Fatal error:
Only variables can be passed by reference)
http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
when applying patch on version 4.2.1 then in phpinfo(); is still PHP
Version 4.2.1 but SERVER_SOFTWARE: Apache/1.3.26 (Unix) PHP/4.2.2
mod_ssl/2.8.9 OpenSSL/0.9.6d-beta1
Regards,
Michal Dvoracek [EMAIL PROTECTED]
Capitol Internet Publisher, Korunovacni 6, 170 00
Hello,
IMHO string is array of characters
so is possible:
$str = 'string';
for ($i = 0; $ < count($str); $i++)
echo $str[$i];
Regards,
Michal Dvoracek [EMAIL PROTECTED]
Capitol Internet Publisher, Korunovacni 6, 170 00 Prague 7, Czech Republic
tel.:
>
> ?>>
> >
> ?>>
> } ?>>
> ?>>
> >
>
better is (IMHO):
>
>
Regards,
Michal Dvoracek [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
replaceunset($_SESSION['test']); with
session_unregister('test'); and repeat process - here will be
everything OK.
http://www.php.net/manual/en/ref.session.php (see Example 3.)
Tested on PHP 4.2.1 (win, Debian).
Epilogue: usi
= 'Michal';
when redirect on next page - session is empty but when a change first define to:
define('S_USER', 'user');
everything works ok.
So in session isn't possible use numeric indexes ?
Regards,
Michal Dvoracek [EMAIL PROTECTED]
So
.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status
make: *** [php] Error 1
Can you help me please ? (I urgent need php binary to execute some
scripts from crontab)
Thank you.
Regards,
Michal Dvoracek [EMAIL PROTECTED]
--
PHP General Mai
Hello,
try this version :)
if (($this->checkReferralCB($this->benefitRef, $this->benefitNo, $this->childDOB)) &&
(!$this->checkLocation($this->post, "W")) && (!empty($this->childDOB)) ||
($this->checkPregnancy($this->bene
Hello,
what is better syntax (for perfomance option, not code-style)
e.g. html code out of php tags
text
or
';
while (...)
$table .= ''.$something.'text';
$table .= '';
?>
Hi,
error_reporting(E_ALL);
BTW: RTFM!
Regards
Michal Dvoracek [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
try sourceforge.net or freshmeat.net.
There are very usefull programs.
Try search: mail mime
Regards
Michal Dvoracek [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
when will be possible to compile php as static module with apache 2?
Regards,
Michal Dvoracek [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
i have problem with %subj%.
It's possible to build php without apxs2 ?
Building php with apxs2 - apxs must be instaled before (e.g. apache
must be instaled first ?)
Regards,
Michal Dvoracek [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.ph
Hello,
i think that unset($a['color']); is the best way :)
Regards
Michal Dvoracek [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
store value in hidden field in form, like this:
when form is submitted field id contains required value.
or use cookie (but here is test if cookie enabled)
Regards
Michal Dvoracek [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To
yboard and chair (that's myself too :))
Regards
Michal Dvoracek [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
i want to write some application that requires users login.
So i have question how i can check duplicity login (eg. browser crash,
login from one computer using two browsers, ...). I need some idea
(the best will be some example code :) ).
Thank you.
Michal Dvoracek
Hello,
can someone test this code and send me results ?
http://www.php.net/";);
exit();
}
?>
?>
XXX
" method="post">
i want to know if apache fails (returns no response) or if it passed.
And then try please again but with this line in function: /
18 matches
Mail list logo