Gossamer Forum
Home : General : Internet Technologies :

Re: [Redz^] insert problem

Quote Reply
Re: [Redz^] insert problem In reply to
Regarding your problem. You seem to be going around it the wrong way. You should not really be using an array. Something like this would do;

Firstname<INPUT TYPE="text" NAME="Firstname" size=20><BR>

Then to grab that value, use something like;

global $_POST;

$FirstName = $_POST['Firstname'];

You may want to read up on arrays, to see why yours is not working. I don't think it is as simple as you seem to think Tongue

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread insert problem Redz^ 6437 May 26, 2003, 6:31 AM
Post Re: [Redz^] insert problem
Andy 6230 May 26, 2003, 8:11 AM
Thread Re: [Redz^] insert problem
Andy 6240 May 26, 2003, 8:14 AM
Post Re: [Andy] insert problem
Redz^ 6217 May 26, 2003, 9:37 AM