Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
Am I setting up my sites oldschool?
Ok,
When I create a site I open a basic template that I have created that consists of a css f
Sales orders ans reservations not taken into account on MPS / MRP
Hello,
I am implementing the MPS / MRP and I have the following problem:
I ha
Checking if variable is 0 as opposed to NULL/Empty...
I'm trying to write some code that will retrieve a user's access level from my database and if it do
Using real time in php
I'm very average at PHP and im looking to introduce time to something on my site.
Its a sports si
Login Control?!
I have a Web Site that uses the login control also I have set the destinationurl to the page I want
Date help - fetch dates for Mondays between xxx and yyy?
Does anyone know the best way to do this? I have two dates, say:
2010-01-26 and 2010-05-30
Syntax Help
I'm trying to make a form that edits a php file which contains config settings. I'm using strings t
Warning message
I've put a website that I was doing live and I'm getting this warning message when I try to add a ne
Best way to check for end of a record and send it back to the first record
I'm hoping someone can help me out and explain the best way to accomplish this.
What I'm doin