RE: [PHP] problem with mysql / auto increment fields.. ?

2003-02-19 Thread Chris McCluskey
MySql should insert a value into that column when you update if you are using an auto_increment field. this value will always be unique. period. -Chris -Original Message- From: Chad Day [mailto:[EMAIL PROTECTED]] Sent: Wed 2/19/2003 1:16 PM

RE: [PHP] File upload problem

2003-02-18 Thread Chris McCluskey
Try if(isset($_REQUEST[Submit])) If that doesn't work, perhaps you could just diagnose this by print_r'ing the variables you are getting from the form: (at the very top of your code, put): die(print_r($_REQUEST)); -Chris -Original Message- From: Manuel Ochoa [mailto:[EMAIL

RE: [PHP] Forms Question

2003-02-15 Thread Chris McCluskey
Hey there, Maintaining state in a web application is always a difficult thing.. fortunatly, you use PHP, which makes it a bit easier. However, if you do not want anything written to the server or to the user's drive you are out of luck, simply because at very least you will need to have

RE: [PHP] XML PHP question

2003-01-30 Thread Chris McCluskey
.html hope that helps. -Original Message- From: Hardik Doshi [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 10:33 AM To: Chris McCluskey Cc: [EMAIL PROTECTED] Subject: RE: [PHP] XML PHP question Hi Chris

RE: [PHP] php performance

2003-01-23 Thread Chris McCluskey
I'm going to ask the really stupid question... Is mysql, php, apache running on the same box as the box you are using to test from? -Chris -Original Message- From: arch [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 1:42 PM To: [EMAIL PROTECTED] Subject: [PHP] php

[PHP] $object-function($parameter)-function();

2003-01-22 Thread Chris McCluskey
--- _ _ _ _ |'|(_)|_)(_)|_(_)`-, * * * Chris McCluskeyWeb Applications Engineer Modulus, LLC 1720 Willow Creek Circle, Suite 520 Eugene, OR 97402 Email: [EMAIL PROTECTED] Voice: +1 (541) 434-1024