Search found 3 matches

by dreamfly
Wed Nov 10, 2004 9:21 pm
Forum: PHP - Code
Topic: PHP, mySQL Date Question
Replies: 1
Views: 261

i don't understand your meaning really .
by dreamfly
Wed Nov 10, 2004 9:12 pm
Forum: PHP - Code
Topic: problems with form's variables
Replies: 8
Views: 1260

register_globals = Off => register_globals = On in php.ini file
by dreamfly
Wed Nov 10, 2004 9:07 pm
Forum: PHP - Code
Topic: PHP and Array problem
Replies: 9
Views: 1201

Code: Select all

<?php

# $_POST[var];
# var is a array variable posted by prev page.
echo $_POST[var][0];

?>