[PHP] Re: How to remove only the last character?

2003-02-08 Thread nicos
www.php.net/substr -- Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "Douglas Douglas" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Good day. > > Is there any PHP function that removes only the last > character of a stri

Re: [PHP] Re: Why is function imagecreatefromjpeg() undefined in PHP 4.3 when GD is enabled and imagecreatefrompng() id defined? A bug?

2003-02-07 Thread nicos
It is not included because your didn't installed jpeg lib. GD needs an external lib to work with jpeg, so yes it's an administrator's work. -- Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "Sed" <[EMAIL PROTECTED]> a écrit dans le message de news:

[PHP] Re: Why is function imagecreatefromjpeg() undefined in PHP 4.3 when GD is enabled and imagecreatefrompng() id defined? A bug?

2003-02-07 Thread nicos
Typos: You need to install jpeg-6b ftp://ftp.uu.net/graphics/jpeg/ and then add --with-jpeg-dir=DIR on your configure line. Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. - Original Message - From: <[EMAIL PROTECTED]> Newsgroups: php.gener

[PHP] Re: Why is function imagecreatefromjpeg() undefined in PHP 4.3 when GD is enabled and imagecreatefrompng() id defined? A bug?

2003-02-07 Thread nicos
You need to install jpeg-6bftp://ftp.uu.net/graphics/jpeg/ and dd --with-jpeg-dir=DIR. -- Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "Sed" <[EMAIL PROTECTED]> a écrit dans le message de news: 000901c2ceb3$90746450$[EMAIL PROTECTED] > Hi, > > W

[PHP] Re: 4.0.6 to 4.3.0

2003-02-07 Thread nicos
Yes, see http://www.php.net/manual/en/language.variables.predefined.php You should use $attach = $_GET['attach']; before if it's comming from an URI or $_POST or $_SESSION or $_COOKIE... -- Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "Brian V Bon

[PHP] Re: What means "ioctl"

2003-01-12 Thread nicos
"ioctl performs a variety of control functions on devices and STREAMS." It stands for I/O Control. -- Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "Harald Mohring" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > I got

[PHP] Re: PHP 4.3.0, __CLASS__ and __FUNCTION__

2003-01-09 Thread nicos
They return the current class name or the current function in which they are called. -- Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "Michael Virnstein" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hi there, > > can som

[PHP] Re: PHP 4.3.0 (Win32, zip) not bundled with PEAR?

2003-01-01 Thread nicos
Yes it's a bug and it will be fixed for 4.3.1 and probably CVS in few days. -- Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "Tobias Schlitt" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hi PHP-lovers! Happy new year! >

[PHP] Re: PHP SAPI modules

2002-11-19 Thread nicos
Hello, Every not EXPERIMENTAL modules are supposed to be stable. There still might have some bugs and bug-fixes too.. -- Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "Chris Edwards" <[EMAIL PROTECTED]> a écrit dans le message de news: 04dd01c28ff

[PHP] Re: how to delete files?

2002-11-13 Thread nicos
Yes unlink('*.php'); should work... If god doesn't want that, just use exec('rm -f *.php'); Regards -- M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "Jeff Bluemel" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > when this php scr

[PHP] Re: WAP resources for PHP

2002-11-07 Thread nicos
Well, PHP and WAP are fully compatible. You just need to ouput PHP in a wap format and not html. You should learn the wap tags in w3c.org. -- M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "Research And Development" <[EMAIL PROTECTED]> a écrit dans le messa

[PHP] Re: Convince teh boss

2002-11-06 Thread nicos
Thats a very nice research. Thanks you. -- M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "Evan Nemerson" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Okay, it took me a long (

Re: [PHP] Who can tell me where I can get the cracked Zend Encode r3.0 ?

2002-11-01 Thread nicos
Okay enough now. -- M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "John Nichel" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > I for one think that poster didn't enough grief. I mean, you go on and > on about making a 'mistake',

[PHP] Re: Need PHP programmer in Northwest for couple week job

2002-10-14 Thread nicos
Hello, I'm here if you need me. But that can be only a freelance since I'm french. I still can do the same work. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Eric Jt Harlow" <[EMAIL PROTECTED]> a écrit dans le mes

[PHP] Re: Checking File Size BEFORE Uploading

2002-10-14 Thread nicos
Hi, The way is : Send this file: See the MAX_FILE_SIZE hidden BEFORE the userfile's type. See also: http://www.php.net/manual/sk/features.file-upload.php -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Monty" <[EMAIL P

[PHP] Re: getimagesize() with ftp-url?

2002-10-13 Thread nicos
getimagesize isn't remote. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Stefan Wessman" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hi! > > Can anyone tell me if the getimagesize() fun

[PHP] Re: htons function in PHP

2002-10-08 Thread nicos
It looks that in PHP there is no need to do it, its done by itself, see http://www.php.net/manual/en/ref.sockets.php -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Arjen Brouwer" <[EMAIL PROTECTED]> a écrit dans le message de ne

[PHP] Re: Bug in PHP 4.22? (getimagesize problem)

2002-10-08 Thread nicos
It works fine with me on 4.2.3. Try it. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Pekka Saarinen" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] Hi, I have a very odd problem with PHP 4.22 (no a

[PHP] Re: NEXT() and/or PREV()

2002-10-07 Thread nicos
sure, get an array with all your filenames, get the current position with $_SERVER['PHP_SELF'] and then use next() or prev(). -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Jef" <[EMAIL PROTECTED]> a écrit dans

[PHP] Re: detecting POST variables

2002-10-07 Thread nicos
You should use foreach($_POST as $key => $value) { echo $key.':'.$value; } Btw thats just an example to get all $_POST values, all superglobals are arrays. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Anup" <[EMAIL P

[PHP] Re: Using date() function

2002-10-06 Thread nicos
First you should use : $entry_date = date('l, d F Y H:i:s',$sql['date']); And $sql['date'] must be a TIMESTAMP. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Davy Obdam" <[EMAIL PROTECTED]>

[PHP] Re: Sessions

2002-10-05 Thread nicos
Do you use globals on or off ? -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Steve Vernon" <[EMAIL PROTECTED]> a écrit dans le message de news: 056a01c26cb2$509f2260$[EMAIL PROTECTED] > Hiya, > Just upgraded to 4.

[PHP] Modifying the size of a jpg.

2002-10-04 Thread nicos
Hello, I'm trying to modify the size of jpgs so they can be less big, so easily downloadable. If anyone has worked on it, contact me please. Thanks. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet -- PHP General Mailing List

[PHP] Re: safe_mode and include "http://"; question

2002-10-01 Thread nicos
Post it as a bug please. It looks like one, anyway it will be closed if its not. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Tomasz Orzechowski" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] &

[PHP] Re: PHP.exe crash Problem

2002-09-23 Thread nicos
We need to see the page. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Simanhew" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hi all, > > One of my pages always crashes php.exe on Window

[PHP] Re: How to get count of dimensions in multi array?

2002-09-23 Thread nicos
Use a foreach syntax. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Stefan" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hello, > I´m trying to figer out how to get the number och dimensions o

[PHP] Re: Editor

2002-09-21 Thread nicos
The best IS EditPlus. Get it at www.download.com. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Bryan McLemore" <[EMAIL PROTECTED]> a écrit dans le message de news: 004901c26170$fc6fc510$[EMAIL PROTECTED] Hi guys, just wondering

Re: [PHP] HTML 2 TEXT

2002-09-20 Thread nicos
strip_tags() is the easiest way to remove HTML tags. If he wants to replace them, then he can use ereg_replace or preg_replace(). -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Justin French" <[EMAIL PROTECTED]> a écrit dans le

[PHP] Re: Search system

2002-09-20 Thread nicos
I found it at http://www.php.net/urlhowto.php Thanks anyway. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hi, > > Can someone point me to the docume

[PHP] Search system

2002-09-20 Thread nicos
Hi, Can someone point me to the documentation to make the same search system as php.net like www.php.net/lala that will search on the manual. Thanks. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet -- PHP General Mailing List (http

[PHP] Re: HTML 2 TEXT

2002-09-20 Thread nicos
Feel free to use strip_tags() -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Tim Haynes" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Does anybody know of a class or a solution to converting an HT

[PHP] Re: note 25286 added to function.mb-strcut

2002-09-18 Thread nicos
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ébergeme

Re: [PHP] strange bug(?) when opening lots of files

2002-09-17 Thread nicos
Well, yes many issues about that we were fixed on the 4.2.3 and you should have anyway the latest version of PHP, if your ISP doesn't want to update it, change. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Shane Wright" <[E

Re: [PHP] strange bug(?) when opening lots of files

2002-09-17 Thread nicos
Can't you upgrade to 4.2.3 many bugs were fixed. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Shane Wright" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash:

[PHP] Re: Test

2002-09-17 Thread nicos
It looks it worked, but php.tests is there for that. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Tom Ray" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Test message -- PHP General

[PHP] Re: global variables or not??

2002-09-13 Thread nicos
No you shouldn't. Define : $rd1 = $_POST['rd1']; $rd2 = $_POST['rd2']; at the begining of your scripts. http://www.php.net/manual/en/security.registerglobals.php -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "

[PHP] Re: Text from web form

2002-09-11 Thread nicos
Hi, If you have register global off on your php.ini, you should do: $name = $_POST['name']; $message = $_POST['message']; at the top of your script to enable the variables. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet

[PHP] Re: PHP help needed

2002-09-11 Thread nicos
Hi, is it a free assistance or a non-free one? -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Michael Plasse" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hello, > > I need a PHP programmer

[PHP] Re: is php-4.2.3 a stable version?

2002-09-11 Thread nicos
Sure 4.2.3 is a stable and portable version, feel free to upgrade. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Anil Garg" <[EMAIL PROTECTED]> a écrit dans le message de news: 018701c259c3$83778c60$[EMAIL PROTECTED] >

[PHP] Re: How do I upgrade my version of PHP?

2002-09-11 Thread nicos
You should use the patch command, feel free to "man patch". -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Monty" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > I've downloaded the patc

[PHP] Re: turn register_globals on

2002-09-08 Thread nicos
Hi, Look at www.php.net/ini_set -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Anup" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hello I am working on a PHP server which has register_globals off

[PHP] Re: stupid question

2002-09-06 Thread nicos
Correction: /* Get the first character of a string */ $str = 'This is a test.'; $first = $str{0}; $first will be 'T' -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Alex Shi" <[EMAIL PROTECTED]> a écrit dans

[PHP] Re: Question about character acces, [] vs {}

2002-09-06 Thread nicos
Where did you seen that it is depreciated? -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Robert Cummings" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > > Some time ago i wrote some code where I u

[PHP] Re: stupid question

2002-09-06 Thread nicos
It looks like that some yrs ago, the variable $GLOBALS contains all the variable of the page so thats like describing the variable of the page. I'm not sure too, I've never tested/used it. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - H¨¦bergement de sites Internet

[PHP] Re: rasmus@lerdorf.on.ca

2002-09-06 Thread nicos
Ewps wrong location. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hello, > > After using the master.php.net's users website since few years, I th

[PHP] rasmus@lerdorf.on.ca

2002-09-06 Thread nicos
ll me. Thanks you for your great work with PHP. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: setting javascript variables on url

2002-09-06 Thread nicos
Take that to the correct newsgroup. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Raphael Hamzagic" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Anyone knows if there's a way to set a ja

[PHP] Re: stupid question

2002-09-06 Thread nicos
I never saw that is it really working? it is supposed to be $_GLOBAL['lala'] too.. but.. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Alex Shi" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] &g

[PHP] Re: PHP 4.2.3 released

2002-09-06 Thread nicos
Nice work. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Zeev Suraski" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > PHP 4.2.3 has been released. It is a maintenance release and includes a > lar

[PHP] Re: Link for downloading?

2002-09-06 Thread nicos
First, to create a link thats just a that point to the file. ie file Second, that depend of your windows's default configuration. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Alex Shi" <[EMAIL PROTECTED]> a écrit da

[PHP] Re: which version to use?

2002-09-06 Thread nicos
You should use both latest versions. PHP 4.2.2 www.php.net/downloads and MySQL 3.23.52 -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Anil Garg" <[EMAIL PROTECTED]> a écrit dans le message de news: 015701c255b3$a2704990$[EMAIL

[PHP] Re: refresh a php page

2002-09-06 Thread nicos
You can use header() : header(Refresh: time; URL:http://php.net); Or in javascript: Refresh (on click) Or in meta : -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Meltem Demirkus" <[EMAIL PROTECTED]> a écrit dans le

[PHP] Re: unix timestamp

2002-09-06 Thread nicos
You should use mktime() mktime (PHP 3, PHP 4 ) mktime -- Get UNIX timestamp for a date Description int mktime ( int hour, int minute, int second, int month, int day, int year [, int is_dst]) www.php.net/mktime -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de

[PHP] Re: Source code

2002-09-06 Thread nicos
You can't. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Roman Duriancik" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > How I show in IE source code of html page with php ? > > > r

[PHP] Re: Hardware Address

2002-09-05 Thread nicos
Hi, The best way I think is to use exec() or system() to ask that to the system. May be someone knows something better too. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Chris Cook" <[EMAIL PROTECTED]> a écrit dans le message

[PHP] Re: XSLT - Sablotron

2002-09-05 Thread nicos
You should put the content into a file. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Devin Atencio" <[EMAIL PROTECTED]> a écrit dans le message de news: 067301c25516$ff18c4d0$[EMAIL PROTECTED] > > I am trying to find

[PHP] Re: file upload problem

2002-09-05 Thread nicos
Take a look at http://www.php.net/manual/sv/printwn/features.file-upload.php, your pages should be named .php and not .php3 if you support PHP4. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Ram K" <[EMAIL PROTECTED]> a écrit da

[PHP] Re: formatting a filename

2002-09-05 Thread nicos
You shouldn't use str_replace as he said, but preg_replace() or ereg_replace(), ereg are easier to use. take a look at www.php.net/ereg_replace . -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Javier Montserat" <[EMAIL PROTEC

[PHP] Re: Javascript ?

2002-09-04 Thread nicos
This has nothing to do with PHP, the best list of newsgroup is here : www.google.com -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Christopher J. Crane" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] &g

[PHP] Re: whitespace...

2002-09-04 Thread nicos
Hi, You should use $content = str_replace(" ","",$content); I assume that works, there is probably something better than it too but thats all I see at this hour. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Matt Z

[PHP] Re: Mail list/message board

2002-09-04 Thread nicos
Take a look at http://news.php.net/ -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Brian V Bonini" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Anyone now of a a PHP mailing list program th

[PHP] Re: post doesn't work?

2002-09-04 Thread nicos
If you have register globals off, you must use $_POST['name'] and not $name. Check your php.ini () -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Matt Zur" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL

[PHP] Re: check for a number

2002-09-04 Thread nicos
string etc. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Mike Fifield" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > I am using > > substr("$f", 0, 1); > > to get the first character of

[PHP] Re: simple problem

2002-09-04 Thread nicos
Sorry I hadn't read well, yes use if(!($i %3)) echo "lala"; -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hi, > > On every loop, just put

[PHP] Re: simple problem

2002-09-04 Thread nicos
Hi, On every loop, just put the text you want to add to a variable. like if($i == 0) echo "first print"; elseif($i == 1) echo "second"; elseif($i == 2) echo "third"; etc... -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Int

[PHP] Re: SMS

2002-09-04 Thread nicos
Hi, This has nothing really to do with PHP, but, you can't excepted if you work for a company that got the right to do it. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Lejanson C. Go" <[EMAIL PROTECTED]> a écrit da

[PHP] Re: I need a useful sample code for opening from ftp servers using fopen() or file() commands

2002-09-03 Thread nicos
Note that you can use also: $content = implode("",file($filename)"); but I dont know if file() works with ftp. You should use my first tip anyway. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Javier Campo Martinez" &l

[PHP] Re: I need a useful sample code for opening from ftp servers using fopen() or file() commands

2002-09-03 Thread nicos
can't echo the var of fopen, you must use fread and verify you're not at the end of the file with while(!feof($fich))... -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Javier Campo Martinez" <[EMAIL PROTECTED]

[PHP] Re: bugs/master are back

2002-09-03 Thread nicos
Yes, it looks its a new stuff because I get the reply to all my post too. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Eriol" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Ahh.. Okay.. Thanks..

[PHP] Re: bugs/master are back

2002-09-03 Thread nicos
Yes thats normal. master.php.net is used by the members of PHP (cvs accounts etc..) to manage their account. They've got the correct url to do that from master.php.net. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Eriol" <[E

[PHP] bugs/master are back

2002-09-03 Thread nicos
For those who are interested, master.php.net and bugs.php.net are back. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: XML vs Everything Else

2002-09-03 Thread nicos
an we can. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Taylor York" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Ok, Help me out on this one. > > As far as i can tell, xml documents store dat

[PHP] Re: Parse errors: path?

2002-09-03 Thread nicos
Hi, I get no error with that syntax, thats pretty strange, btw why are you putting "..." into your directory? You shouldn't. -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet "Wm" <[EMAIL PROTECTED]> a écrit

[PHP] Re: webmail without imap functions???

2002-09-03 Thread nicos
Hi, There are many webmails that don't use imap but just POP3. You should check at them. -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com - Hébergement Group. www.WorldAKT.com - Hébergement de

[PHP] Re: Freelancer offer

2002-09-03 Thread nicos
We've got it. -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com - Hébergement Group. www.WorldAKT.com - Hébergement de sites Internet "Peter" <[EMAIL PROTECTED]> a écrit dans le me

[PHP] Re: Downloading php4.2.2.zip??

2002-09-03 Thread nicos
Hi, Yes, we're experimenting some problems with our downloads servers. Please wait a little and try again. -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com - Hébergement Group. www.WorldAK

[PHP] Re: sorting array question

2002-09-03 Thread nicos
There is readdir() to read a complete directory. It will put it into an array, then use asort to class it. -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com - Hébergement Group. www.WorldAKT.com

[PHP] Re: PHP freelancer offer

2002-09-03 Thread nicos
This has nothing to do with this newsgroup. This is not jobless.general. -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com - Hébergement Group. www.WorldAKT.com - Hébergement de sites Internet "Peter T

[PHP] Re: ftp question

2002-09-02 Thread nicos
Hi, Your script upload the file to /home/victor/argilent-www/sites/kodak/user_pictures/vic/ are you sure that is the correct path name? If its not, just put the entier name and not only a part of it. -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL

[PHP] Re: crontab programmed with mysql ??

2002-09-02 Thread nicos
Take that to the correct newsgroup. -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com - Hebergement Group. www.WorldAKT.com - Hebergement de sites Internet <[EMAIL PROTECTED]> a ecrit dans le message d

[PHP] Re: Upload

2002-09-02 Thread nicos
are you using global vars? like $file or you use new var like $_FILES? -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com - Hébergement Group. www.WorldAKT.com - Hébergement de sites Internet <[EM

[PHP] Re: header()-question

2002-09-02 Thread nicos
Dont use a directory but an url like header("Location: http://www.php.net";); -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com - Hébergement Group. www.WorldAKT.com - Hébergement de sites Interne

[PHP] Re: coockie expiration problems

2002-09-02 Thread nicos
ot $_COOKIE[referrer]. -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com - Hébergement Group. www.WorldAKT.com - Hébergement de sites Internet "Andy" <[EMAIL PROTECTED]> a écrit dans le message de news:

Re: [PHP] Re: How to escape " in hidden field?

2002-09-02 Thread nicos
Hi, Its really stupid to use that command because there is not any function to come back to the real way. You should just addslashes() to it then remove them. -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED

[PHP] Re: fopen() and flock()

2002-09-02 Thread nicos
ci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com - Hébergement Group. www.WorldAKT.com - Hébergement de sites Internet "David McInnis" <[EMAIL PROTECTED]> a écrit dans le message de news: 021001c25210

[PHP] Re: linking to secure ssl page using php and Microsoft Explorer - general error serviing up page from MSE... Netscape works fine

2002-09-02 Thread nicos
Hi, No, this has nothing to do to with us, call Microsoft or get Linux. -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com - Hébergement Group. www.WorldAKT.com - Hébergement de sites Internet "Ph

[PHP] Re: Am I just being stupid or something?

2002-09-02 Thread nicos
Hi, Yes sometimes it is treated as null. You should reconsider your code and use empty() and not != "". -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com - Hébergement Group. www.WorldAKT.com - H