Re: [PHP] Query bug

2002-03-27 Thread Daniel Ferreira Castro
rote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > On Wednesday, March 27, 2002, at 04:00 PM, Daniel Ferreira Castro wrote: > > > I want to select the fields nome,id_proj,arquivo FROM ALGORITMO and > > ATAS. But when I use the query below, I receive the error &qu

[PHP] Query bug

2002-03-27 Thread Daniel Ferreira Castro
id_proj,arquivo FROM ALGORITMO,ATAS WHERE id_proj=0 AND eng=1 OR nome="teste" OR nome="de" OR nome="parse"; Thank you Daniel Ferreira Castro [EMAIL PROTECTED]

[PHP] Merging Results of Queries

2002-03-26 Thread Daniel Ferreira Castro
Hello guys I have a database system that has many databases and many tables on each database. I am trying to create a kind of search engine to seek data all over my database. I need to know if is possible to merge the results of my queries to later show them on a table or it is easier to perfor

[PHP] Getting values of Checkboxes

2002-03-18 Thread Daniel Ferreira Castro
I have checkboxes on my FORM and I want to get the values of thoses checkboxes with my PHP script. My html use the post method I am trying to use $HTTP_POST_FORM['name_of_the_checkbox'] but I am not beeing successfull. How can I do it?? Thank you Daniel; F. Castro -- PHP General Mailing Li

Re: [PHP] printing in HTML or PHP

2002-03-18 Thread Daniel Ferreira Castro
It doesnt work I need to use it with fwrite not print :-) "Erik Price" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > On Monday, March 18, 2002, at 02:57 PM, Daniel Ferreira Castro wrote: > > > I would like to print

[PHP] printing in HTML or PHP

2002-03-18 Thread Daniel Ferreira Castro
I would like to print the line bellow on my HTML generated by a PHP file. How can I do it? The line is: Thank you Daniel Ferreira Castro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] GET values from Checkboxes

2002-03-14 Thread Daniel Ferreira Castro
When I have Textboxes I can retrieve their values whne the method POST is used by the $HTTP_POST_VARS['name_of_the_textbox'] But when I try to use it on a checkbox it doesn't work. How can I retireve that value from a checkbox, to know if it was checked or not? Thank you Daniel F. Castro [EMA

[PHP] session problems

2002-03-14 Thread Daniel Ferreira Castro
I am working with a login system and on my login I want to star a session that has the variables login and password registered. This is the way of my files are organized. I have a login.htm that has a form which POST the two fields of this form called 'ct_login' and 'ct_pass' and has the action =