[PHP] call to undefined function: mysql_connect

2002-07-27 Thread lfindle
Hi. I'm running PHP 4.2.1 & MySQL 3.23. I'm getting the error message "Call to undefined function: mysql_connect()" when I try to use it in my code. If anyone has any ideas as to why this might be happening, I'd be appreciative. Thanks! -- PHP General Mailing List (http://www.php.n

[PHP] New to PHP- Form Validation Logic/Design Question

2002-06-01 Thread lfindle
I am *very* new to PHP & am trying to write a tool where a user can add books to a library MySQL database. The user fills out an HTML form. I do some form validation & if the form entries are ok, I need to run some SQL queries using the form variables. I have the HTML form posting back to i