It means the $_GET or $_POST doesn't exist, just verify that it exists.
a GET is on your URL like lala.php?irc=1 and $_GET['irc] = 1;
a POST is on your form and it will appear like $_POST['lol'].

Nicos - CHAILLAN Nicolas
[EMAIL PROTECTED]
www.WorldAKT.com - Hébergement de sites Internet

----- Original Message -----
From: <[EMAIL PROTECTED]>
Newsgroups: php.notes
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 18, 2002 10:42 AM
Subject: note 25286 added to function.mb-strcut


> I always receive the error message:
>
> "Call to underfined function:..."
>
> when call this kind ( multiby string ) of function
> --
> http://www.php.net/manual/en/function.mb-strcut.php
> http://master.php.net/manage/user-notes.php?action=edit+25286
> http://master.php.net/manage/user-notes.php?action=delete+25286
> http://master.php.net/manage/user-notes.php?action=reject+25286
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to