[PHP] Re: Question about php forwarding to javascript

2004-02-14 Thread Ammar Ibrahim
I'm not sure i completely understand what you need but you could write dynamic Javascript using PHP e.g; $myString = 'hey dude, help me'; script language = ... ?php if( strstr('help me') ) include('jsfunction.inc'); ? /script The code i wrote is really dumb, but

[PHP] Re: question: installing PHP with mysql isn't working?

2003-04-02 Thread Ryan Vennell
you can try just straight --with-mysql without the = and it may be in the default path... Don[EMAIL PROTECTED] 04/02/03 03:18PM Hi, Trying to install PHP with the ability to interact with MySQL. In my configuration, I've included the option: --with-mysql=shared,/usr There are no compile

[PHP] Re: Question on PHP

2003-02-06 Thread Goetz Lohmann
Karthikeyan.Balasubramanian schrieb: Hi, I would like put this question directly to Rasmus creator of this wonderful server side scripting language. Is there a possibility with the future release of PHP to add extension in a easier manner. For every feature client wants there is a

[PHP] Re: Question about PHP

2002-07-11 Thread Richard Lynch
Hi, I am not sure if it is a right email address to ask question, if it is not plz disregard this email :) if it is this is my Q: I am reading a book about php, in its security section, it says it is more secure, as well as more efficient when installing PHP, to install PHP as a SAPI module

[PHP] Re: Question and PHP DOMXML and Apache

2002-04-23 Thread Christian Stocker
In [EMAIL PROTECTED], Sebastian A. wrote: Have the new DOM XML functions been included in the latest version of PHP (4.2) when I try to use one of the new functions, such as domxml_open_file() I get an error message saying I am calling and undefined function. Has anyone successfully used

[PHP] Re: Question about PHP and images

2001-08-15 Thread Schrotty
Let's i.e. a Bannerexchange, the users just put an img-tag on there site and the image appears. I wnat to know how this is possible. I tried already something like this: $im = imagecreatefromgif(news.jpg); imagegif = (); Schrotty [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL

[PHP] Re: Question about PHP and images

2001-08-15 Thread Schrotty
My problem is solved!!! Schrotty [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I wanted to call a PHP-Skript through a img-Tag and PHP sends a image back. How can I do that? Schrotty.* I'm German, so please be patient with my English. -- PHP

Re: [PHP] Re: Question about PHP and images

2001-08-15 Thread Kunal Jhunjhunwala
How did you solve it? Kunal - Original Message - From: Schrotty [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 15, 2001 11:18 PM Subject: [PHP] Re: Question about PHP and images My problem is solved!!! Schrotty [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL