[PHP-DB] require @name.com in email

2001-04-15 Thread Marc Bragg
Anyone have a simple statement to require th "@name.com" portion of an email address in form input? thanx Marc -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

[PHP-DB] meta tag inside php / redirect / refresh

2001-03-15 Thread Marc Bragg
Crazy after hours of syntax. How do you insert php code so that on different results, 1 or 0, a different the resulting html page is redirected or refreshed to a dfiferent url . . . . i tried: ?php if(check_num == 0) meta http-equiv="refresh"

[PHP-DB] log in script // php-auth_user php_auth-pw

2001-03-14 Thread Marc Bragg
Hi Does anyone have a simple php script for requiring entry of an email and password (settable by user) for access, that is logged in mysql for checking proper combination, and if new, creates new entry? I have a script that adds the info to database, but what I need to do: 1. is if the info 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] members page / email and password

2001-02-20 Thread Marc Bragg
Does anyone have a simple php script for requiring entry of an email and password (settable by user) for access, that is logged in mysql for checking proper combination, and if new, creates new entry? Timothy Aslat wrote: Brandon Feldhahn wrote: im making a webdesign website that has a

[PHP-DB] double posts

2001-02-16 Thread Marc Bragg
Is it possible to post to two forms with one click, one post command? What would statement look like? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[PHP-DB] primary field

2001-02-16 Thread Marc Bragg
Does the first field in a form have special significance? Have two fields in table: last_name member_id member_id is key and autoincrement. mysql won't accept two last names as same when last_name is first field. when member_id is made first field, then can input same last name into last_name