Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
Filename like the user name
I am creating a form and storing the values in file. Could anyone please tell me how to write a code
Firewall / visited websites logger
Hi.
I have a firewall implementation and I want to log all the websites visited on the machine. S
Creating a function
Basically i wanna put all this code in a seperate file
Code: <?php
PHP Programming error. Please help!
Hi there,
Am making a website for a friend and have encountered a problem that i need fixing
Preventing SQL Injection
I have a question about SQL Injection, In some of our code we use this:
view plaincopy to clipboa
Calculus Help (and by help I mean homework)
Hrmmm, I hate posting about math homework, partly because it's homework, and partly because I hate w
Loops and Classes
I am making a template system and everything seems to be going well up until I have to loop in a var
PHP & Java
Hello,
can PHP code be used inside java code?
Code: [Select]<SCRIPT LANGUAGE=&q
Echoing ASCII code
I have a php page that splits a string into chars and then echoes the ASCII code for each char. I'm