Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
how do i display data on a page from mysql
1 - do i use this code at the top of each of my page i wish to only alow access if there as been a s
DataTable Help Required
Hi all I am creating an app that utilises and MS Access back end and queries it quite a bit at vario
Form errors in an array
I'm processing a form and putting the errors in an array. empty($errors) doesn't seem to do the tric
SWF image using php?
Hello once again.
My latest en devour requires me to produce an image of a static .swf that i
Hyperlink in PHP to MySQL record
Hello,
I am having trouble as i am new to php. I have connected to the database and I have di
Uploading files/images via forms
Hey all, I am building a database for work that will contain some minor data on plant species along
I need some help with the IF command...
I have a large number of images in one section of my website with the .jpg format. I'm adding a bun
extract content from a website
i have written a code that will grab the content from the index page..
i would like to know how c
Call to undefined function mysql_fetch_accoc()
New to php/mysql coding. What's wrong with this sequence, or am I
just not seeing to obvious?