[PHP] Re: php.ini uploads

2005-05-06 Thread Mehdi Achour
the folder. this is what I have tried c:\upload c:\upload\ "c:\upload" "c:\upload\" c:/upload c:/upload/ "c:/upload" "c:/upload/" ../upload ..\upload what am I doing wrong? Did you stop/start Apache after changing your php.ini configuration ? Mehdi -- PHP Gener

Re: [PHP] Re: Get name of extending class with static method call

2005-01-12 Thread Mehdi Achour
Because it's a change, that should be reverted, or documented. didou M. Sokolewicz wrote: Torsten Roehr wrote: "Morten Rønseth" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, I just tried the example code at http://www.zend.com/lists/php-dev/200307/msg00244.html using PHP 5.0.3 The

[PHP] Re: Classes, instances and NULL

2004-07-29 Thread Mehdi Achour
Hi Oliver, you should test with === instead of == http://php.net/manual/en/language.operators.comparison.php didou Oliver Hitz wrote: Hi all, I have stumbled across something odd related to classes, instances and NULL in PHP 4. Apparently, an instance of a class that doesn't contain any variables

[PHP] NewsML Parser

2004-05-11 Thread Mehdi Achour
Hi there ! Anyone aware of a PHP NewsML Parser ? Google doesn't help :( Thanks in advance. Mehdi Achour -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] recode segmentation fault

2004-02-12 Thread mehdi
hi, I am having problems with recode extension for php 4.3.4. this is the configure options : './configure' '--prefix=/usr/local/linkbynet/php' '--with-gd=/usr/local/linkbynet/gd2' '--enable-gd-native-ttf' '--with-freetype-dir=/usr/local/linkbynet/freetype2' '--with-jpeg-dir=/usr/local/linkbynet/j

[PHP] Re: file writing question

2004-01-14 Thread Mehdi Achour
Please send your questions only to php-general ... Mehdi Achour Hello all, Thanks in advance. I have a quesetion about writing to files. I am successfully opening a file and writing to it, but I'm having problems inserting text. My file currently has the following stru

[PHP] Re: Get fields values from a string.

2003-10-10 Thread Mehdi Achour
Hi, Check this : php.net/explode didou Carles Xavier Munyoz Baldó wrote: Hi, I have a string with the format: "field_value1:field_value2:field_value3" Is there any PHP string manipulation function to extract this values from the string ? Greetings. --- Carles Xavier Munyoz Baldó [EMAIL PROTEC

[PHP] Re: textbox+database

2003-07-30 Thread Mehdi Achour
: TestTestHello is there anyway to save (enter formattions)? echo nl2br($data_from_database); // see php.net/nl2br Mehdi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Refresh a page in another frame

2003-07-30 Thread Mehdi Achour
cript : parent.name_of_the_frame.location = "url"; Mehdi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: downloading a file using headers

2003-07-30 Thread Mehdi Achour
a look at http://www.php.net/ref.outcontrol Mehdi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Using link to submit a form

2003-07-30 Thread Mehdi Achour
t find any info that really applies to my question. This isn't exactly a PHP related question, but php is hugely involved in this project. Yep, you're right, nothing to do with PHP :/ Anyway, you'll got to use javascript. Make sure you place the link after the tag : Submit Mehdi