[PHP] session destroy ??

2001-12-19 Thread Olivier Masudi
In my online store i use session. I use a script to check that a user dont make 2 order during the same session using the back button for that i put his sessionid in the db and check it before processing the order. My probleme is how can i give a new session_id to the person when he goes back

RE: [PHP] How to backup records in mySQL DB?

2001-12-20 Thread Olivier Masudi
Personnaly i use this method with phpMyAdmin. I make a dump of each table Structure and data.copy and paste it into a txt file. You can also use de csv format. Hope you don't hae a lot of table :=) I know it's very simple but it work. -Message d'origine- De : Thomas Edison Jr.

TR: [PHP] How to backup records in mySQL DB?

2001-12-20 Thread Olivier Masudi
-Message d'origine- De : Olivier Masudi [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 20 décembre 2001 09:24 À : Thomas Edison Jr. Objet : RE: [PHP] How to backup records in mySQL DB? I think thirs you have to install phpMYAdmin in your server you can find it here : http://phpwizard.net

[PHP] HELP URGENT VARS !!!

2001-11-30 Thread Olivier Masudi
$name1=a; $name2=b; I want to do this for($i=0;$i$nbname;$i++) echo \$name$i; output : a b where \$name$i= $name1 , $name2 , $name3 .. I try to print tha value of the vars $name1,. not the string $name1, Is it possible REM : The vars $name1, com from a

[PHP] HELP XML XML XML HELP

2001-12-05 Thread Olivier Masudi
http://www.test.com/test.php?orderid=xyz test.php has to make a request to DB mysql and return a xml page like this : DOCTYPE= orderID=xyz amount=1234 currency=BEF How can I do that ? Should I just use echo ? Help -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] TR: HELP XML XML XML HELP

2001-12-05 Thread Olivier Masudi
http://www.test.com/test.php?orderid=xyz test.php has to make a request to DB mysql and return a xml page like this : DOCTYPE= orderID=xyz amount=1234 currency=BEF How can I do that ? Should I just use echo ? Help -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] HELP XML XML XML HELP

2001-12-05 Thread Olivier Masudi
http://www.test.com/test.php?orderid=xyz test.php has to make a request to DB mysql and return a xml page like this : DOCTYPE= orderID=xyz amount=1234 currency=BEF How can I do that ? Should I just use echo ? Help -- PHP General Mailing List (http://www.php.net/) To

[PHP] HELP XML XML XML HELP

2001-12-06 Thread Olivier Masudi
http://www.test.com/test.php?orderid=xyz test.php has to make a request to DB mysql and return a xml page like this : DOCTYPE= orderID=xyz amount=1234 currency=BEF How can I do that ? Should I just use echo ? Help -- PHP General Mailing List (http://www.php.net/) To unsubscribe,