RE: [PHP] inputted value not being correctly ready by php

2002-05-13 Thread John Holmes
essage- > From: Peter [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 9:47 PM > To: 'Php' > Subject: RE: [PHP] inputted value not being correctly ready by php > > I am displaying the results here... this is just a very rough implemtation > of what I want it

RE: [PHP] inputted value not being correctly ready by php

2002-05-13 Thread Peter
o:[EMAIL PROTECTED]] Sent: Tuesday, 14 May 2002 11:36 AM To: 'Peter'; 'Php' Subject: RE: [PHP] inputted value not being correctly ready by php > $sql = "SELECT id, user_name, name FROM table1, table2, table3 WHERE ('id > = > table1.id') AND ('table1.userid

RE: [PHP] inputted value not being correctly ready by php

2002-05-13 Thread John Holmes
> $sql = "SELECT id, user_name, name FROM table1, table2, table3 WHERE ('id > = > table1.id') AND ('table1.userid = table2.id') AND ('table2.nameid = > table3.id')"; > $result=mysql_query( $sql ); > > > echo ("your id is $id"); > echo (""); > echo ("your name is $name"); > echo (""); > echo ("yo

[PHP] inputted value not being correctly ready by php

2002-05-13 Thread Peter
Hi all, with the script below can any one see why the value of $user is always something like MjpwZXRlcmg6YWNhYjQ4M2IzMThjMmNiMzk2NDE3NmEyODFkNzBiZTk6MTA6OjA6MDowOjE6OjQw OTY= instead of the value inserted in the form, everything else works as it's suposed to with in the script/form. ");