[PHP-DB] Showing all mysql query results!

2004-10-18 Thread Juan Stiller
Hi, im using this script, to show all entrys of a mysql database on a flash movieclip, but i was told at flash forums, that this code is not ok, because its showing only the last entry not all of them, maybe you someone can recommend what to add to this little script?. ?php $conn =

RE: [PHP-DB] Showing all mysql query results!

2004-10-18 Thread Juan Stiller
: Juan Stiller [mailto:[EMAIL PROTECTED] Sent: Monday, October 18, 2004 11:07 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Showing all mysql query results! Hi, im using this script, to show all entrys of a mysql database on a flash movieclip, but i was told at flash forums, that this code

[PHP-DB] Changing this php code to show multiple variables!

2004-10-20 Thread Juan Stiller
Hi, i´ve got this php code that sends a query to a mysql server, and when it gets the query results, it send it to a flash movieclip, everything works fine when i´ve got only one entry on the database, but when there´s more than one enrty, the variable is overwritten and as reslt, it shows only

[PHP-DB] Making php to make xml file with mysql query results.

2004-10-22 Thread Juan Stiller
Ok guys, after reading some tutorials, and seraching flash mailing lists, i don´t remember if someone here recommend me it too, i need to make php to insert a mysql query results on an xml file. I don´t have a clue how to do that, can anyone help me with this? This is the php content that sends

[PHP-DB] Fixing this code to show all variables!

2004-11-01 Thread Juan Stiller
Hi, im trying to use this code to send a query to a mysql database, and then display the query results and put the results on variables, the problem is that i don´t know how to make it so that if there is more than one result, it uses xvariables as results are, using this script just like it is,

RE: [PHP-DB] Fixing this code to show all variables!

2004-11-01 Thread Juan Stiller
...when you finish the debugging, then you can add them back in. bastien From: Juan Stiller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP-DB] Fixing this code to show all variables! Date: Mon, 1 Nov 2004 10:50:12 -0300 (ART) Hi, im trying to use this code to send a query

Re: [PHP-DB] Forms list from database

2004-11-01 Thread Juan Stiller
It might be usefull to see the code you are using to show the query results. --- Jason T. Davidson [EMAIL PROTECTED] escribió: I am trying to take information from a database and show that info in a forms list. I have been trying this with while(), but it never comes out and displays

Re: [PHP-DB] Fixing this code to show all variables!

2004-11-01 Thread Juan Stiller
Thanks for the response, Now its fixed, and this is the output for the code: Id=28Apellido=sadfsadfNombre=asdfsdfDni=sadfsdfTelefono=sadfsadfDia=1Mes=12Ano=2004Hora=9Minutos=50Abogado=Dra. Claudia I. GornoNombre=asdfsdfAsunto=asdfsdDonde=Guia Barrial

[PHP-DB] Showing various result from a mysql query

2005-09-29 Thread Juan Stiller
Hi, im working on a php file that its supposed to retrieve data from a mysql database, to send it to a flash animation to show the results. Thing is that im testing some modifications to the code, so if there is more than one entry, it shows all the results. For some reason probably a mistake on

[PHP-DB] Showing various result from a mysql query

2005-09-29 Thread Juan Stiller
Hi, im working on a php file that its supposed to retrieve data from a mysql database, to send it to a flash animation to show the results. Thing is that im testing some modifications to the code, so if there is more than one entry, it shows all the results. For some reason probably a mistake on

Re: [PHP-DB] Re: Showing various result from a mysql query

2005-10-04 Thread Juan Stiller
a mysql query From: Juan Stiller [EMAIL PROTECTED] Date: Thu, 29 Sep 2005 20:11:27 + (GMT) To: php-db@lists.php.net Hi, im working on a php file that its supposed to retrieve data from a mysql database, to send it to a flash animation to show the results. Thing is that im testing some

[PHP-DB] MySQL query result with some errors!

2005-10-11 Thread Juan Stiller
Hi, Im trying to get a query result from mysql database to show it on a flash animation, so far i have this code that its supposed to connect to mysql server , make the query and get the results, store them on variables so that flash can read them. Basically i have these main fileds like :

[PHP-DB] MySQL query result with some errors!

2005-10-11 Thread Juan Stiller
Hi, Im trying to get a query result from mysql database to show it on a flash animation, so far i have this code that its supposed to connect to mysql server , make the query and get the results, store them on variables so that flash can read them. Basically i have these main fileds like :

[PHP-DB] MySQL query result with some errors!

2005-10-11 Thread Juan Stiller
Hi, Im trying to get a query result from mysql database to show it on a flash animation, so far i have this code that its supposed to connect to mysql server , make the query and get the results, store them on variables so that flash can read them. Basically i have these main fileds like :

[PHP-DB] Need help with delete and modify functions on a form.

2005-10-17 Thread Juan Stiller
Hi, i ´ve got a php page that shows records from a database (mysql), basically the php code retrieve info from the database and display it, and with some htm i ´ve made a table to show the recods, i need to add several things to the page, but i´ve no idea how to... A) I need to add a modify

RE: [PHP-DB] Need help with delete and modify functions on a form.

2005-10-17 Thread Juan Stiller
--- Bastien Koert [EMAIL PROTECTED] escribió: something like this example (http://www.weberdev.com/get_example-4085.html)? Bastien Thanks Bastien, that would do the job, ill study it to adapt it to my needs. Another thing, i have some flash buttons, (im ussing dreamweaver), so once the

[PHP-DB] Modifying or deleting checked records###

2005-10-19 Thread Juan Stiller
Hi, based to some help from this great list , some tuts , i´ve finlly make this php page, that shows existing records on a database, with a checkbox each record so users can check it to modify the record or to check it to delete it. Plus, as im using dreamweaver, i´ve downloaded an extension ,

[PHP-DB] Showing search results with links

2009-10-29 Thread Juan Stiller
Hi there i`got this php script that shows results when the user type letters in a searchbox, stretching the results every time the user enters a new letter. But i would like every result shown, to have a link to a specific html page, how can i do that. I mean i am using a small guestbook

[PHP-DB] Rv: Showing search results with links ... sorry forgot to post php code

2009-10-29 Thread Juan Stiller
Hi there i`got this php script that shows results when the user type letters in a searchbox, stretching the results every time the user enters a new letter. But i would like every result shown, to have a link to a specific html page, how can i do that. I mean i am using a small guestbook