php-general Digest 31 Jul 2010 13:21:18 -0000 Issue 6873

2010-07-31 Thread php-general-digest-help
php-general Digest 31 Jul 2010 13:21:18 - Issue 6873 Topics (messages 307263 through 307266): Re: [site is acting strange] - blank pages, download index.php, or works fine 307263 by: David Hutto Re: Trapping for PDF Type and file size in a UPLOAD form... 307264 by: Hans Å

[PHP] Text editor for Ubuntu with FTP

2010-07-31 Thread Jordan Jovanov
Hello to All, I only whant to star discussion for who is the best programm to write php and html script. I use dreamweaver, but now I change my OS to ubuntu and I want some suggestions for some Text editor for FTP for Ubuntu Thanks A lot Jordan Jovanov -- PHP General Mailing List

Re: [PHP] How to upload via SFTP with allow_url_open disabled?

2010-07-31 Thread Thomas Anderson
You might have better luck with phpseclib's Net_SFTP, which uses fsockopen: http://phpseclib.sourceforge.net/documentation/net.html#net_sftp_example Good luck! On Thu, Jul 29, 2010 at 12:13 PM, Scott Teresi scot...@teresi.us wrote: I'm attempting to send a file over SFTP in PHP, but all the

Re: [PHP] Text editor for Ubuntu with FTP

2010-07-31 Thread Ashley Sheridan
On Sat, 2010-07-31 at 13:03 +0200, Jordan Jovanov wrote: Hello to All, I only whant to star discussion for who is the best programm to write php and html script. I use dreamweaver, but now I change my OS to ubuntu and I want some suggestions for some Text editor for FTP for Ubuntu

Re: [PHP] Text editor for Ubuntu with FTP

2010-07-31 Thread Robert Cummings
On 10-07-31 07:03 AM, Jordan Jovanov wrote: Hello to All, I only whant to star discussion for who is the best programm to write php and html script. I use dreamweaver, but now I change my OS to ubuntu and I want some suggestions for some Text editor for FTP for Ubuntu Just mount the FTP

[PHP] Need help calling multiple functions with if_is

2010-07-31 Thread Vince Leibowitz
Hello, This is my first time to post to the list. I've been working with PHP for several years as a WordPress user, but I've come upon a problem I can't solve. I am trying to call up a specific php function (a plugin that displays ads) if the page is the home page, another specific function if

Re: [PHP] Need help calling multiple functions with if_is

2010-07-31 Thread Jason Pruim
Hi Vince, On Jul 31, 2010, at 3:15 PM, Vince Leibowitz wrote: ?php if (is_home(?php wpads('728leaderboard'); ?) (is_page(42)(?php wpads('leaderboard1'); ? (is_page(10)(php? wpads('leaderboard5);?) ? Try: ?php if (is_home(wpads('728leaderboard');) (is_page(42)( wpads('leaderboard1')

Re: [PHP] Need help calling multiple functions with if_is

2010-07-31 Thread Vince Leibowitz
That looks like it should work, but it doesn't. There isn't a reason to close the embedded php statements, but I suspect wpads isn't recognizing the call when it is embedded like this. It just brings up a blank page in all instances, which is the same issue I was having with the original code

Re: [PHP] Need help calling multiple functions with if_is

2010-07-31 Thread Jason Pruim
On Jul 31, 2010, at 3:34 PM, Vince Leibowitz wrote: That looks like it should work, but it doesn't. There isn't a reason to close the embedded php statements, but I suspect wpads isn't recognizing the call when it is embedded like this. It just brings up a blank page in all instances, which is

Re: [PHP] Need help calling multiple functions with if_is

2010-07-31 Thread Peter Lind
On 31 July 2010 21:34, Vince Leibowitz vince.leibow...@gmail.com wrote: That looks like it should work, but it doesn't. There isn't a reason to close the embedded php statements, but I suspect wpads isn't recognizing the call when it is embedded like this. It just brings up a blank page in all

Re: [PHP] Need help calling multiple functions with if_is

2010-07-31 Thread Vince Leibowitz
Peter, That works like a dream! Thanks very much for your help and pointing me to those pages. I've already noticed something over there that will fix another problem I've been having. You folks are great for offering the assistance. Have a good weekend. Vince On Sat, Jul 31, 2010 at 2:50 PM,

[PHP] Re: Text editor for Ubuntu with FTP

2010-07-31 Thread David Robley
Jordan Jovanov wrote: Hello to All, I only whant to star discussion for who is the best programm to write php and html script. I use dreamweaver, but now I change my OS to ubuntu and I want some suggestions for some Text editor for FTP for Ubuntu Thanks A lot Jordan Jovanov Ah, it's