Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Basic Realbasic > What Would You ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 3299 of 3314
Post > Topic >>

What Would You Do?

by tigfour Jan 29, 2008 at 12:01 AM

So I am creating an app that sends data to my web server to be stored 
in database. The way I am interfacing right now is, posting the data 
via HTTP POST to a php script I wrote. The script then verifies the 
data, calculates a few things, then enters the data into the database. 
Then, if everything goes well, the php script echoes a return code that 
the RB app reads and handles accordingly.

Now, here is my question. This seems like a jerry rigged method, 
parsing PHP output. It just doesnt seem like a production solution. So 
I was wondering if it would be a good idea to handle all the data and 
security on the RB App side, then just making a secure connection to 
the database (MySQL) and inserting the data through the app. My only 
worries about this method is that I have read about major security 
issues (i.e. SQL Injection) that can be exploited, and since the data 
is not getting checked server side it seems like this would be a major 
flaw.

What would you guys do?

Thnx.

Tig




 1 Posts in Topic:
What Would You Do?
tigfour   2008-01-29 00:01:48 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed May 14 19:07:54 CDT 2008.