-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
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
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
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
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
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
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
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
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
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
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
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
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
101 - 113 of 113 matches
Mail list logo