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" .
'
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
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
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
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
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
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