Jump to content

Help with a small script


shmideo

Recommended Posts

You need to apply some common sense to how you write your code.  For example - you begin by moving all of your POST inputs into local vars without looking at them at all.  Then you start looking at the POST vars once again to see if you want them.  What was the point of grabbing the local vars?  Waste of memory resources and computing resources and a contributor to code bloat.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.