nested arrays in php

  • CazpianXI
  • Proficient
  • Proficient
  • User avatar
  • Joined: Dec 22, 2003
  • Posts: 285
  • Status: Offline

Post June 25th, 2004, 4:50 am

I took a glance at your code. Are you asking if it'll work? It looks like it will... but I'd suggest uploading it and trying it out for yourself. If you get any errors, just post them here...
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post June 25th, 2004, 4:50 am

  • Cae
  • Expert
  • Expert
  • User avatar
  • Joined: Feb 25, 2004
  • Posts: 734
  • Status: Offline

Post June 25th, 2004, 5:52 am

ok, ty, i just wanted to know if i could do it because in the past ive gone out and writtten a bunch of code, and fought with it... and then gone and asked my computer teacher what i was doing wrong, and found out that i couldnt actually do what i was trying to do... :S:p
  • Egeste
  • Born
  • Born
  • No Avatar
  • Joined: Feb 12, 2010
  • Posts: 1
  • Status: Offline

Post February 12th, 2010, 11:28 am

array(
"user_email" => array(true, 255),
"user_fn" => array(true, 45),
"user_mi" => array(false, 45),
"user_ln" => array(true, 45),
"user_fln" => array(false, 45),
"dob_year" => array(true, 4),
"dob_month" => array(true, 2),
"dob_day" => array(true, 2),
"user_street" => array(true, 255),
"user_city" => array(true, 128),
"user_poldiv" => array(true, 128),
"user_postal" => array(true, 45),
"user_country" => array(true, 128),
"user_hpn" => array(true, 45),
"user_wpn" => array(false, 45),
"user_tos" => array(true, "on")
);

Post Information

  • Total Posts in this topic: 18 posts
  • Users browsing this forum: No registered users and 177 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.