[PHP] Re: turn off a warning with $GET_['var'];

2002-09-01 Thread CHAILLAN Nicolas
What about switch(@isset($_GET['status'])) ? or @switch(isset($_GET['status'])) -- 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 Mr

[PHP] Re: problem with links

2002-09-01 Thread CHAILLAN Nicolas
If you use global variables in your scripts, please put register global on into php.ini. -- 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

[PHP] Re: image manipulation

2002-09-01 Thread CHAILLAN Nicolas
- CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com - Hébergement Group. www.WorldAKT.com - Hébergement de sites Internet Tux [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Hey all, I was just wondering if anyone could recommend any tutorials or books

[PHP] Re: getimagesize with image in database

2002-09-01 Thread CHAILLAN Nicolas
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 Chuck Barnett [EMAIL PROTECTED] a écrit dans le message de news: 006901c251d8$3ce1ec20$[EMAIL PROTECTED] Hi, I'm trying to get

[PHP] Re: str_replace question

2002-09-01 Thread CHAILLAN Nicolas
What about a str_replace($reserved_words, b$reserved_words/b,$string); Tell me. -- 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

[PHP] Re: PHP shopping

2002-09-01 Thread CHAILLAN Nicolas
for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com - Hébergement Group. www.WorldAKT.com - Hébergement de sites Internet Ryan A [EMAIL PROTECTED] a écrit dans le message de news: 000a01c251f7$d80eb650$[EMAIL PROTECTED] Hi guys, Kinda reached the end of my

[PHP] Re: Setting HTACCESS user/pass with php?

2002-09-01 Thread CHAILLAN Nicolas
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 Brian J. Celenza [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Is it possible to set, delete

[PHP] Re: UPDATE Query

2002-08-31 Thread CHAILLAN Nicolas
Can you please post the exact error? -- 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 Sascha Braun [EMAIL PROTECTED] a écrit dans le

[PHP] Re: newest entry in db

2002-08-31 Thread CHAILLAN Nicolas
Hi, You should do a select into your db, order them by date DESC then you get with mysql_fetch_row the first row ie $row[O]. -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com - Hébergement Group

[PHP] Re: Script Execution via URL

2002-08-31 Thread CHAILLAN Nicolas
Yes you can use that syntax. -- 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 Sascha Braun [EMAIL PROTECTED] a écrit dans le message de

[PHP] Re: Script Execution via URL

2002-08-31 Thread CHAILLAN Nicolas
Note that ./? is better than ? -- 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 Sascha Braun [EMAIL PROTECTED] a écrit dans le message

[PHP] Re: alter switch variable inside case?

2002-08-31 Thread CHAILLAN Nicolas
Yes you can. -- 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 Joe Janitor [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL

[PHP] Re: posting form values doesn't work

2002-08-31 Thread CHAILLAN Nicolas
This is not Javascript or HTML's newsgroup. You should read some docs about PHP/HTML before doing that, you're currently using Javascript for nothing. -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com

[PHP] Re: Upgrade from 4.0.6 to 4.1.1

2002-08-30 Thread CHAILLAN Nicolas
Hi, Note that its now 4.2.2 and all globals variables have changed. You must activate register global into your php.ini if you dont want to modify your scripts. -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED

[PHP] Re: Security Permissions

2002-08-30 Thread CHAILLAN Nicolas
Nothing to do with it, verify your permissions on this directory, your user must have read and write permission. chmod -R u=rwx /directory/here . -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com

[PHP] Re: session_unregister - but w00t about the back button?

2002-08-30 Thread CHAILLAN Nicolas
did you also destroyed the session? -- 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 Victor [EMAIL PROTECTED] a écrit dans le message de

[PHP] Re: sessions?

2002-08-27 Thread CHAILLAN Nicolas
Mark Faine [EMAIL PROTECTED] a écrit dans le message de news: 8ioeq3$kg2$[EMAIL PROTECTED] Linux Mandrake 7.1 Apache/PHP4 I'm trying to implement this mysql session scheme as describe here: http://phpbuilder.com/columns/ying2602.php3 A.) my sessions are not being saved into the