Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
How to validate from 2 possible answers
Hi
I hope somebody can help me with what will probably be really simple, I'm pulling my hair
Problem with "dynamic" index page
Hi. I have one question. In my index.php page I have this kind of code:
Code: // listaa sivut
How to secure my login data to my database?
Hi there,
It may be a stupid question but I don't know how to secure my login data to my data
Problems generating word documents on server side for security reasons
I have a problem with word documentation generation when generating a word document (docx) with PHP.
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)
server trace logs
could any one tell me from where do i get error logs in xMII??I want to check the reason for dtabase
some questions
Hello,
I am looking for the answers for following questions:
1) Does PHP support overl
Alternate messaging
I have 4 strings in MySQL db1
$string1 : Hello
$string2 : Hi
$string3 : Great
$strin
php - xml what is the best way to do this.
IN essence I want to have a script calling the info from the database.. I have no problem thus far,