Search found 4 matches
- Thu Dec 04, 2008 4:48 pm
- Forum: PHP - Code
- Topic: Getting started
- Replies: 6
- Views: 309
Re: Getting started
From php.ini ... ; You should do your best to write your scripts so that they do not require ; register_globals to be on; Using form variables as globals can easily lead ; to possible security problems, if the code is not very well thought of. My word, how could you possibly suggest that!! Do you wa...
- Thu Dec 04, 2008 11:45 am
- Forum: PHP - Code
- Topic: Getting started
- Replies: 6
- Views: 309
Re: Getting started
Yes, thanks, that makes a lot of sense. If default is "off" is that the standard setting that most people use? Is this a security issue?
- Thu Dec 04, 2008 10:58 am
- Forum: PHP - Code
- Topic: Getting started
- Replies: 6
- Views: 309
Re: Getting started
Copy and Pasted and it worked! Now the question is, how can I sit here and watch the video tutorial and it works just fine without this line of code? I hate to just blindly accept this fix without knowing why the author would just leave this out, and apparently doesn't need it. Seriously, thanks a b...
- Thu Dec 04, 2008 10:40 am
- Forum: PHP - Code
- Topic: Getting started
- Replies: 6
- Views: 309
Getting started
I am having a real problem with a tutorial I am trying to get thru. I am running this in Dreamweaver with WAMP and PHPMyAdmin on a Vista machine. I can't figure out why this single simple line of code is not working. <form name="dataEnter" id= "enterForm" method="post" ...