RE: [PHP] Re: PHP should know my data!

2003-07-24 Thread Chris Hubbard
and if you've gotten this far, then please don't change your php.ini file. -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 5:39 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] Re: PHP should know my data! One possibility cou

RE: [PHP] Re: PHP should know my data!

2003-07-24 Thread David Smith
One possibility could be that your register_globals is off...maybe. David -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of J. Cox Sent: Thursday, July 24, 2003 8:26 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: PHP should know my data! "Chris Hubbard&quo

[PHP] Re: PHP should know my data!

2003-07-24 Thread J. Cox
"Chris Hubbard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hmm. You're right. Maybe something like the following would help: > > if ($_SESSION["irony"]) > { > $rs = enjoyJoke($_POST["msg"]) > }else{ > $rs = fixProblem($_POST["msg"]) > } > echo "". $rs .""; > > ?> This isn't

[PHP] Re: PHP should know my data!

2003-07-24 Thread Bobby Patel
auto-populate data, as in putting in mock data depending on column type? or transferring data from another data source. If the former, you can look at 3rd party sources (I think I saw one from winSQL), if the latter you can convert any data source to a (tab, comma, etc.) delimeted file which you c