Re: [PHP-DB] PHP and MYSQL query

2001-03-10 Thread David Balatero
First, try just calling the form action like: form action="luquery.php?DB=csjoaTA=associatesSortField=company" method="POST" Turning the amp; into chars (maybe my mail prog formatted it like this? ...nevertheless..) Also, try doing: $result=mysql_query("select * from $TA where

Re: [PHP-DB] my sql text query

2001-03-10 Thread Phil Driscoll
Nope, you change the field to not null then it won't allow null values in the database. Since the data already has null values, the Alter Table would probably fail. I should have been clearer - change the text field to non-null - this will cause the null entries to become empty strings (and

[PHP-DB] SSI and PHP?

2001-03-10 Thread Dan Eskildsen
Hi there, Can anyone tell me if it is possible to combine Server Side Includes with PHP? If not, is there a work around? Please cc your comments to [EMAIL PROTECTED] I would like everyone who commented on my queries the last couple of days. I went from not knowing a single thing about PHP and

Re: [PHP-DB] SSI and PHP?

2001-03-10 Thread Dan Eskildsen
I meant: I would like to THANK everyone who commented on my queries the last couple of days. ""Dan Eskildsen"" [EMAIL PROTECTED] skrev i en meddelelse 98cvq8$7dr$[EMAIL PROTECTED]">news:98cvq8$7dr$[EMAIL PROTECTED]... Hi there, Can anyone tell me if it is possible to combine Server Side

[PHP-DB] Kostenlos Computer, Bauteile, Zubehör, Handyzubehör und mehr !

2001-03-10 Thread Sparletterman
## Sparletterausgabe vom 09.03.2001 # 1.) Fr maximal 2,- DM pro Monat Millionengewinne absahnen! 2.) Wir verschenken: Computer, Hardware, Telekommunikationswaren, Bcher und anderes! 3.) Hacker's Blackbook - Das kultige Geschenk fr Computer- und Internetfreaks ! Zu

Re: [PHP-DB] SSI and PHP?

2001-03-10 Thread Fernando Gabriel Ranea
Dear Dan, Yes, you can! In PHP you must use: ? include("filename") ? or ? require("filename") ? Include evaluates andd executes the code in the external. And replace just replaces the contents of the file. Regards, Dan Eskildsen wrote: Hi there, Can anyone tell me if it is

[PHP-DB] help on modifications / subscribe / unsubscribe script

2001-03-10 Thread Marc Bragg
Am using the following subscribe/unsubscribe script with great success, but it does not have all the functionality I would like. Any one have any ideas on how to: 1. open in a java window, and once info is put, and person is subscribed, java window closes and a selected http page comes up? 2.

RE: [PHP-DB] help on modifications / subscribe / unsubscribe script

2001-03-10 Thread Cal Evans
I'll take the easy one... #3: instead of: input type="TEXT" name="password" use input type="PASSWORD" name="password" Cal http://www.calevans.com -Original Message- From: Marc Bragg [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 10, 2001 11:46 AM To: [EMAIL PROTECTED] Subject: