[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, e

Re: [PHP-DB] sessions and page has expired warning

2001-04-10 Thread Marc Bragg
Could you briefly outline how you store variables using sessions until the forms are completed? Or point to a tutorial? thanx. olinux wrote: > I am using sessions to store variables until all forms have been filled out. at this >point they are put into the db. > I would like to know how i can

[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: http://www.chescolawyers.com/BB/index2.shtml"> ?> to no avail. help thanx -- PHP Database Mailin

[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 mem

[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

[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: [EMA

[PHP-DB] insert - hours of time - help

2001-02-10 Thread Marc Bragg
Help, I have a data input form which collects information from users, and then transmits to a page for user to view. How do I pass the input date into the table. Have tried the following: input.php3 Please enter your last name (required): This then displays to us

[PHP-DB] web interface for table design

2001-02-08 Thread Marc Bragg
Is there a web interface, like dreamweaver for html, for Php. Am aware of phpmyadmin, but am looking for the graphics side of things, i.e, make a bod this size, color, and put this date into it? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For add

[PHP-DB] logs

2001-02-04 Thread Marc Bragg
Does php log its activity anywere? especially for debugging purposes? Some of my scripts don't show any browser window areas, but also don't show any results int he browser, i.e., a blank screen, and yet aren't working. thanx. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP-DB] parsing error // functions

2001-02-04 Thread Marc Bragg
Thanx, will try. Curious: using the Professional PHP Programming book, and got the other code which didn't work. How is one to know how to move these things around? Just practice and error? Can you help with this also, can't get the Generate . . . functions to respond, such as: test"); } ?> is t

[PHP-DB] parsing error

2001-02-03 Thread Marc Bragg
Another strange error, parsing: Error " . mysql_errno() . ": " . mysql_error() . ""); elseif (mysql_num_rows($result) == 0); echo("Query executed successfully!"); else: ?> on the 'elseif' statement. suggestions? is there a parse checker, that identifies errors? -- PHP Database Mailing List (

[PHP-DB] parse

2001-02-03 Thread Marc Bragg
Why would the following: give me an error message, unable to parse the first line . . .$host ? any help appreciated. thanx -- 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 adm