Hi
Could the moderators of this list PLEASE remove those auto-responders?
Everytime I post a message, I get at least 10 autoresponders back.
That way, there will be no sensful discussion on the list.
Maybe it is there reason that this is the lowest volume list, I am on?
Regards,
Steffen
smim
Hi
> Is there any "event handling" mechanism in php like there is javascript
such as onmouseclick(), onmouseover() etc. ?
There cannot.
PHP is never parsed at the client and the server does not know about mouse
clicks.
Buy a book, learn the basics.
Regards,
Steffen
smime.p7s
Description: S/M
Hi
Assuming, topic_id is your query parameter:
I guess, you have register_globals set to true on your localhost.
However, your server seems not to have that. Which is propably better.
Have $GET['topic_id'] instead of $topic_id. (or very simmilar, php is long
ago for me.)
Regards,
Steffen
_
Hi
> Yes, but it is where you put it. Searching the archives gives this
solution for two httpd instances:
> http://marc.theaimsgroup.com/?l=php-install&m=109165694131420&w=2
> but it should be possible to separate them out with or
(VirtualHost> sections. Unfortunately I do not have time to try i
Hi
First, thanks for your answer.
But my apache starts to log:
[Fri Aug 20 14:55:41 2004] [notice] Apache/2.0.49 (Debian GNU/Linux)
mod_jk2/2.0.4 PHP/4.3.8 PHP/5.0.1 configured -- resuming normal operations
[Fri Aug 20 14:55:43 2004] [notice] child pid 21674 exit signal Segmentation
fault (11)
[F
Hi
I have the following urgend problem:
I need to use php4 AND php5 on the same apache2 installation on debian
sarge.
Until now, I had php5 running as module and no problems so far.
But now, I need to support ILIAS3, an php-based elearning plattform.
This does not support php5 so far.
What can