Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    1,491

    Re: Improving the SQL statement

    Fully your decision...just my .02 on the matter.



    Php5 and above allows for Object Oriented programming
    PHP: Classes and Objects - Manual
  2. Replies
    9
    Views
    1,491

    Re: Improving the SQL statement

    I mean create a PHP class (or some alternative) which is function based that delegates the SQL calls for the client. Thus, all the web service file does is create an instance of the class and call...
  3. Replies
    9
    Views
    1,491

    Re: Improving the SQL statement

    Agree with the above advice...your code is susceptible to injection and a PreparedStatement could alleviate that danger, help with the updates, and allow you to rollback changes if one fails. You...
Results 1 to 3 of 3