[PHP-WIN] Re: Combinig 2 Variables into 1

2005-04-29 Thread Jason Barnett
Maxwell Brodie wrote: Hello, Could someone help me out here, I am tryimg to make two variables into one for example: $to = 'server'; $subject = test; $message = $variable1, $variable2; $message = $variable1 . $variable2; $headers = 'From: webmaster@' . $_SERVER['SERVER_NAME'] . "\r\n" . '

[PHP-WIN] new column in mysql

2005-04-29 Thread Ross Hulford
Hi, I have a table with 15 columns or so that has been inherited from an older db and am trying to insert an auto increment column (in mysql) without having to number it manually. This is fine when I add new colums via a form but the old entries have a null value Alternatively It has been conver

[PHP-WIN] new column in mysql

2005-04-29 Thread Ross Hulford
Hi, I have a table with 15 columns or so that has been inherited from an older db and am trying to insert an auto increment column (in mysql) without having to number it manually. This is fine when I add new colums via a form but the old entries have a null value Alternatively It has been conver

Re: [PHP-WIN] [Resolved] Re: Problem 1 of 2 - Sessions not working

2005-04-29 Thread lists
Louis, I feel kinda shamefaced over this, but it seems awfully strange . I tried setting my config to the values you published, but made no difference. Then, while proofing, I noticed the you had session.save_handler files files, and I had session.save_handler file file, I changed the singula

[PHP-WIN] Phpize

2005-04-29 Thread Terry Watts
I'm new to PHP and I have just installed PHP for windows on my server, I'm now trying to install PHP for Image Magick. The docs for this say I have to run "phpize" but I can't find it anywhere. Can someone please tell me where it lives. Thanks in advance. Terry -- PHP Windows

[PHP-WIN] A question on password policies . . .

2005-04-29 Thread lists
Folk, I'm curious if anyone has any advice on setting up multi-level password access? The site is being developed on Win2K/IIS 5.x, but will be published on a Linux server, which phpinfo() reports as: Linux {domain name} 2.4.20-28.8HEsmp #1 SMP Thu Jun 17 16:21:50 BST 2004 i686. What I'm wonde

Re: [PHP-WIN] new column in mysql

2005-04-29 Thread Randy Clamons
Ross, How are you inserting the data into your mySql table? If you create your table definition before you insert the data, the column data will be filled in for you. Randy Clamons Systems Programming Novaspace.com > Original Message > From: "Ross Hulford" <[EMAIL PROT