Re: [PHP-DB] Concatenate two strings

2003-01-16 Thread Fred Wright
On mine its just $valor1$valor2 Mark Snijders [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] om... with a dot $valor=$valor1 . . $valor2 :-) -Original Message- From: Bruno Pereira [mailto:[EMAIL PROTECTED]] Sent: woensdag 15 januari 2003 15:48 Cc: [EMAIL

[PHP-DB] Undefined index and variables

2003-01-15 Thread Fred Wright
Hi to all Being new to PHP I am naturally experiencing some minor problems. I have a form which processes Ref and Chassis data, when I load Add.php which does work but on loading get errors Notice: Undefined index: Ref in C:\Xitami\webpages\add.php on line 22 Notice: Undefined index: Chassis in

[PHP-DB] Re: Undefined index and variables

2003-01-15 Thread Fred Wright
%%\); printf(TRTDReference:/TD); printf(TDINPUT TYPE=text SIZE=5 NAME=Ref/TD/TR); printf(TRTDChassis:/TD); printf(TDINPUT TYPE=text SIZE=25 NAME=Chassis /TD/TR); printf(/TABLE); printf(INPUT TYPE=submit name=\submit\); printf(/FORM ); } Fred Wright [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED

[PHP-DB] Re: Undefined index and variables

2003-01-15 Thread Fred Wright
here are the files to make add.php work. thanks to Richard Hutchins for his answer, that I do not yet understand:-) Fred Wright [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi to all Being new to PHP I am naturally experiencing some minor problems.

Re: [PHP-DB] Re: Undefined index and variables

2003-01-15 Thread Fred Wright
Of course, but that would solve the problem I have, albeit it would look more elegant. Have tried everything except the solution which I cannot find, see the zip file earlier up the list from Fred Wright Ben Joyce [EMAIL PROTECTED] wrote in message DF1220D4F915D4119C6B00306E00103E0252EDB7

[PHP-DB] Re: Undefined index and variables

2003-01-15 Thread Fred Wright
Problem solved with //Init variables $HTTP_POST_VARS['Ref']=A; etc Thanks guys for your help :-)) Fred Wright [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi to all Being new to PHP I am naturally experiencing some minor problems. I have a fo