Apache Hosting your Django app with a PHP app There might come a time when you need to host a Django and PHP site side by side on a single Linux box (Ubuntu in this case). After installing your LAMP box simply create a new conf file with the site name such as
attack Why mysql_real_escape_string() isn't enough to stop SQL injection attacks! We have all been there writing PHP code and trusting mysql_real_escape_string(). Alas it seems it is not enough, let us look at the example below ; $id = “0; DELETE FROM users”; $id = mysql_real_escape_string($id); // 0; DELETE FROM users mysql_
grandpa From the beginning please Hi there. Summer over and so is my work with the company RENKO ITH. IHR. LTD. STI.. Worked for peanuts doing lots. Proud of it. Paid my school tuition with the peanuts. I think this makes my school a three ring circus :D. Work
embedded device Knowing when to fold ( i.e. SSH is better than Telnet ) You have probably seen my previous post on connecting to Telnet through PHP although it was a novel idea I have just learned that (from a Novell site. No pun intended.) Telnet is very insecure!! To make things clearer Telnet usually creates connections as
embedded device Connecting to PHP using telnet and sending data to the same port using Java Hi there! Have been busy busy busy. What I needed was a way to the following; Above you are looking at a very simple layout. ( Almost childishly simple ) The embedded device has Linux installed with a supposedly very light JVM ( Java Virtual Machine ) So