Search found 2 matches
- Tue Dec 03, 2002 1:48 pm
- Forum: PHP - Code
- Topic: Selecting records to print
- Replies: 0
- Views: 336
Selecting records to print
Looking for guidance; want to display a list (table of MySQL records to user with a way that the user can select one or as many records as desired for a custom print. Thinking of a check box in one cell of terminal, but not sure how I can tie a yes/no value to that check box and then print only thos...
- Sat Oct 26, 2002 4:46 pm
- Forum: PHP - Code
- Topic: undefined variable in script
- Replies: 1
- Views: 393
undefined variable in script
I have what seems a simple enough script where I use the line If ($userid && $password) at the beginning to set up a mysql login script. The form is built within php echo statements and displays fine, but the page gives warnings that the variables are undefined. I have used the same script o...