Re: [PHP] Re: preg guru question

2004-02-13 Thread André Cerqueira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 lol i meant you, but i wrote the other name instead... sorry again Adam Bregenzer wrote: On Sat, 2004-02-14 at 00:24, André Cerqueira wrote: strange bug happened on my newsreader... 'joel boonstra' regex seems to be the better one hehe all others forgo

[PHP] General Function usage question (simple)

2004-02-13 Thread Dave Carrera
Hi List, Here is an easy one for you :-) --- Example1 Function --- Function MyTestFunction(){ // do something here } --- Example2 Function --- Function MyTestFunction($var1,$var2){ // do something here } My question is what do or where do or why are the $var1 and or $var2 included inside th

[PHP] Syntax

2004-02-13 Thread PETCOL
Hi People, PHP Newbie here again. trying to get HTML and PHP to work together really stumps me at times, I'm trying to output a selection from a form as so: Aruba \n"$_POST["Country"];"\n"; } else { echo "Australia\n"; } ?> Austria This line is w

[PHP] Re: Constant PHP_OS and Mac Server

2004-02-13 Thread - Edwin -
I don't have a Mac Server here; only a G5 with the "ordinary" Panther ;) The answer must be the same though... Gerard Samuel wrote: I dont have a Mac handy to get the value of the constant PHP_OS. If anyone has access to a Mac, please reply to me with the output of var_dump( PHP_OS ); var_du

Re: [PHP] General Function usage question (simple)

2004-02-13 Thread Jason Wong
On Saturday 14 February 2004 15:31, Dave Carrera wrote: > Here is an easy one for you :-) Indeed. > --- Example1 Function --- > > Function MyTestFunction(){ > // do something here > } > > --- Example2 Function --- > > Function MyTestFunction($var1,$var2){ > // do something here > } > > My ques

Re: [PHP] Syntax

2004-02-13 Thread John Nichel
PETCOL wrote: This line is whats causing me all the greif: echo "\n"$_POST["Country"];"\n"; Parse error: parse error, expecting `','' or `';'' Suggestions or tutorials please ;-) Col You're wrapping the whole string in double quotes ("), not escaping the double quotes in your form e

Re: [PHP] Japanese Language

2004-02-13 Thread - Edwin -
Once upon a time, KidLat Ngayon wrote: whenever i've open the file in staroffice, it can read the nihongo, however when i open it in microsoft office, it turns out that the nihongo are something like a garbage character. *Maybe* the problem lies with the fact that the file was saved (encod

[PHP] Apache+modssl+php problem??? possible IE bug?

2004-02-13 Thread Chris Wilson
When in IE, submitting any form on our https page, the post variables intermittantly don't come through. The get variables come through fine. Just not the $_POST variables. I have tried everything to get this to work. Everything was working fine but it seems after we updated IE with the last cri

[PHP] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-13 Thread Scott Fletcher
Try the $_REQUEST variable, this is where both the $_GET and $_POST come from and let us know how it goes... Scott F. "Chris Wilson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > When in IE, submitting any form on our https page, the post variables > intermittantly don't come thro

[PHP] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-13 Thread Scott Fletcher
I mean, I sometime found a few POST data had incorrectly went over to the GET data. I don't know it's a PHP problem but more of a web browser problem. Scott F. "Scott Fletcher" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Try the $_REQUEST variable, this is where both the $_GET a

[PHP] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-13 Thread Al
Did you try print_r($_SESSION); to see if anything is getting into the buffer? Chris Wilson wrote: When in IE, submitting any form on our https page, the post variables intermittantly don't come through. The get variables come through fine. Just not the $_POST variables. I have tried everyth

[PHP] Fedora FC1 + PHP 4.3.4 + phpMyAdmin 2.5.6 rc1 - Problems Resolving Included Files

2004-02-13 Thread Radi Shourbaji
Hello All! I'm struggling to get phpMyAdmin working correctly on a new installation of Fedora FC1. Despite my best efforts, phpMyAdmin keeps running into problems resolving included files. I'm sure that it has something to do with the settings in Apache / php.ini / .htaccess, etc but I've been pu

Re: [PHP] Fedora FC1 + PHP 4.3.4 + phpMyAdmin 2.5.6 rc1 - Problems Resolving Included Files

2004-02-13 Thread BAO RuiXian
Radi Shourbaji wrote: Hello All! I'm struggling to get phpMyAdmin working correctly on a new installation of Fedora FC1. Despite my best efforts, phpMyAdmin keeps running into problems resolving included files. I'm sure that it has something to do with the settings in Apache / php.ini / .htacc

<    1   2