Re: [PHP] Problem with IE parsing of PHP output

2003-09-02 Thread Raditha Dissanayake
Hello Are you using POST instead of GET? hecchan wrote: Hi, I have a class which write a menu, it works fine with Mozilla and Opera but with IE (6 on XP) got a extrange behaviour. Links works and submenus are open, but the second time the page is loaded I can not see the source and if I try to

[PHP] mime_mail PEAR class with no access to server

2003-09-02 Thread DougD
My goal is to setup a PHP form that will send a JPG attachment. A "send a picture to a friend" script. Everything I see says I need additional PEAR classes. With only FTP access to the host server, is this possible? Are there easier solutions? Thanks! -Doug -- PHP General Mailing List (http://

[PHP] editing using msword(similar) via php

2003-09-02 Thread Louie Miranda
Hi, I saw an ASP kind of a msword type editor that edit's webcontents. And it runs asp :(. I was wondering if php can do similar things like this? I can't give you the website url because its on a intranet. --- - Thanks, Louie Miranda -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: [PHP] Session var read by form C++ CGI prog ?

2003-09-02 Thread andu
On Tue, 2 Sep 2003 15:48:46 -0700 (PDT) Chris Shiflett <[EMAIL PROTECTED]> wrote: > --- John Bryan <[EMAIL PROTECTED]> wrote: > > Was/am thinking I could use php to set 'session' variable(s) that > > would also be visible to an existing cpp prog currently invoked > > from a form. > > I missed mos

Re: [PHP] opening remote tar.gz files

2003-09-02 Thread John Ryan
it definately always only contains one file "Curt Zirzow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote John Ryan ([EMAIL PROTECTED]): > > is it possible with PHP to download and open a remote tar.gz file?? I read > > in the manual that it is, but it never seems to work

Re: [PHP] editing using msword(similar) via php

2003-09-02 Thread Louie Miranda
oh yes we can! http://www.snippetmaster.com/ --- - Thanks, Louie Miranda - Original Message - From: "Louie Miranda" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 03, 2003 9:51 AM Subject: [PHP] editing using msword(similar) via php > Hi, > > I saw an ASP ki

[PHP] Ob_start question

2003-09-02 Thread Beauford.2005
I am getting this error: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /usr/local/apache/php/includes/2004server.inc:24) in /usr/local/apache/php/includes/restricted.inc on line 5 I have ob_start(); and ob_end_flush(

[PHP] search result highlighting / regexp voodoo

2003-09-02 Thread Lee O'Mara
At the risk of this looking like a cheap tactic for getting someone else to do my work for me, I'll put the disclaimer at the top. Understand that what I'm looking for is new perspective on a problem that I've spent too much time dealing with. PROBLEM: I want to produce short "snippets" for sea

Re: [PHP] search result highlighting / regexp voodoo

2003-09-02 Thread John W. Holmes
Lee O'Mara wrote: PROBLEM: I want to produce short "snippets" for search result pages. The search results are already partially processed (search terms get wrapped in [strong] tags), but I keep hitting dead-ends with this step. Now, I've tried a wide number of approaches, spent an embarasing am

[PHP] register_globals

2003-09-02 Thread Deependra b. Tandukar
Hi, I have configured PHP 4.3.3 in which register_gloabals is set to be off. I modified etc/php.ini and set it to be On but still it shows it is off and some developed applications in php are asking for it to be turned on. How do I do this? Regards, DT -- PHP General Mailing List (http://www

Re: [PHP] register_globals

2003-09-02 Thread John W. Holmes
Deependra b. Tandukar wrote: Hi, I have configured PHP 4.3.3 in which register_gloabals is set to be off. I modified etc/php.ini and set it to be On but still it shows it is off and some developed applications in php are asking for it to be turned on. How do I do this? Did you restart the web

Re: [PHP] register_globals

2003-09-02 Thread murugesan
Try restarting your apache. -murugesan - Original Message - From: "Deependra b. Tandukar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 03, 2003 10:09 AM Subject: [PHP] register_globals > Hi, > > I have configured PHP 4.3.3 in which register_gloabals is set to b

Re: [PHP] Block HTML Control

2003-09-02 Thread Viraj Kalinga Abayarathna
you mean after "" ??? no you do not put. just think this way, if you want to diplay the HTML content just jump out by the php code by typing "?>" and back to PHP by " > You do realize that you don't need a semicolon right after correct? > > -Dan > > On Tue, 2003-09-02 at 04:59, Viraj Kalinga A

Re: [PHP] gif support not in GD 2.01?

2003-09-02 Thread Jaakko Hyvätti
Hi! On Mon, 1 Sep 2003, Merlin wrote: > I have included a imagecreatefromgif() into my code which runns pretty > fine on my testsystem 4.3.3 > > Now I uploaded it to the live system where an older version is running > and is build with GD2.0.1. This is causing an error. Is this function > not i

Re: [PHP] Animating with GD?

2003-09-02 Thread Jaakko Hyvätti
On Wed, 27 Aug 2003, Simon Fredriksson wrote: > Is it possible to create GIF animations using GD? Yes, with patches from: http://www.iki.fi/hyvatti/sw/ . -Jaakko Animated GIF output for PHP php-4.3.2-gifanim.diff - patch to php-4.3.2 and php-4.3.3RC1 to implement LZW compressed GIF i

[PHP] Help choosing on-line transactions company

2003-09-02 Thread Cesar Aracena
Hi all, I’m about to start building e-commerce credit/debit card processing Web Sites in a regular basis but I don’t have a clue on how to do that using PHP. I have to consider a couple of things before subscribing with VeriSign or any other company. I wonder if anyone how had implemented this bef

Re: [PHP] Ob_start question

2003-09-02 Thread Raditha Dissanayake
Most common cause of this problem is whitespace before the ' I am getting this error: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /usr/local/apache/php/includes/2004server.inc:24) in /usr/local/apache/php/includes/r

<    1   2