Search found 6 matches
- Tue Jun 09, 2009 3:31 pm
- Forum: Installation and Configuration
- Topic: php ssh extension installation in Debian Server
- Replies: 2
- Views: 3833
php ssh extension installation in Debian Server
We have got 2 Debian servers - a testing and a production server. I could successfully install the SSH module for PHP in the test server. However,in Production Server, I would like to copy the compiled packages and make the changes in php.ini to add the ssh module. I have Copied libssh2.so file and ...
- Sat Apr 25, 2009 11:16 am
- Forum: PHP - Code
- Topic: parse error please help
- Replies: 6
- Views: 187
Re: parse error please help
$num_rows= mysql_num_row($result);
(You missed the ; )
(You missed the ; )
- Sat Apr 25, 2009 11:12 am
- Forum: PHP - Code
- Topic: record not getting deleted
- Replies: 8
- Views: 281
Re: record not getting deleted
Try
$query = "DELETE FROM image_category WHERE image_category.genre LIKE '%".$genre_select."'%'";
(I added the extra double quotes)
May be you should do a print of the query and check whether $genre_select is empty.
$query = "DELETE FROM image_category WHERE image_category.genre LIKE '%".$genre_select."'%'";
(I added the extra double quotes)
May be you should do a print of the query and check whether $genre_select is empty.
- Sat Apr 25, 2009 11:05 am
- Forum: PHP - Code
- Topic: fatal error msg
- Replies: 4
- Views: 356
Re: fatal error msg
Could you test whether you could connect directly to mysql using the username/password.
I presume the array is populated by connecting to the database and as the array is empty you have an error message.
I presume the array is populated by connecting to the database and as the array is empty you have an error message.
- Sat Apr 25, 2009 11:02 am
- Forum: PHP - Code
- Topic: Need help in PHP Printer script
- Replies: 4
- Views: 208
Re: Need help in PHP Printer script
You could use the javascript:printPage() function and include this in the php page
- Sat Apr 25, 2009 10:55 am
- Forum: Miscellaneous
- Topic: Jasper Reports -PHP - Java Bridge
- Replies: 1
- Views: 3110
Jasper Reports -PHP - Java Bridge
I would like to use Jasper Reports from PHP. The first step to this is to install the PHP - Java bridge with requires a file php_java.dll that needs to be copied under php__install_dir/ext. However, the current files available at sourceforge does not include this file. 1. Is there any other way to m...