php-general Digest 3 Aug 2011 12:16:50 -0000 Issue 7426

2011-08-03 Thread php-general-digest-help
php-general Digest 3 Aug 2011 12:16:50 - Issue 7426 Topics (messages 314288 through 314291): Re: testing 314288 by: Jim Giner 314289 by: admin.buskirkgraphics.com 314290 by: Jim Giner 314291 by: Al Administrivia: To subscribe to the digest, e-mail:

[PHP] Re: testing

2011-08-03 Thread Al
On 8/2/2011 5:18 PM, Jim Giner wrote: Don't seem to be getting any feeds thru the newsgroup mirror(?). This newsgroup has been a mess for almost a year now. One big problem is that the server only accepts a small number of connections, for just some mail clients, eg Thunderbird; but

Re: [PHP] Re: testing

2011-08-03 Thread Ashley Sheridan
Al n...@ridersite.org wrote: On 8/2/2011 5:18 PM, Jim Giner wrote: Don't seem to be getting any feeds thru the newsgroup mirror(?). This newsgroup has been a mess for almost a year now. One big problem is that the server only accepts a small number of connections, for just some mail

[PHP] Best editor?

2011-08-03 Thread Matty Sarro
Hey everyone, I am a super newbie just beginning to learn PHP. Awhile ago, I had used aptana for dabbling with php and was amazed to find out that it had a built in php interpreter so I could do some minor testing without having to upload everything to a web server, or have a web server locally.

Re: [PHP] Best editor?

2011-08-03 Thread Steve Staples
On Wed, 2011-08-03 at 09:22 -0400, Matty Sarro wrote: Hey everyone, I am a super newbie just beginning to learn PHP. Awhile ago, I had used aptana for dabbling with php and was amazed to find out that it had a built in php interpreter so I could do some minor testing without having to upload

RE: [PHP] Best editor?

2011-08-03 Thread Florian Müller
I'm using PSPad since one year, and I'm very happy with it. With your description, I think it is the most simple way with it: Connect it with a webserver, and then you can edit all files right on the server, so if you save, they are live. PSPad is actually even a portable program, and there

Re: [PHP] Best editor?

2011-08-03 Thread Judson Vaughn
I recommend Coda for Mac (about $100) as editor. And MAMP as a web server for testing PHP files locally. Jud Sent from my iPad Jud at bizville.com Phone 703-303-4271 On Aug 3, 2011, at 9:26 AM, Steve Staples sstap...@mnsi.net wrote: On Wed, 2011-08-03 at 09:22 -0400, Matty Sarro wrote:

RE: [PHP] Best editor?

2011-08-03 Thread Florian Müller
Maybe an adittional information: PSPad is completely freeware and portable. You can download it right here: http://pspad.en.softonic.com/ This would be the best idea if you can't run a local server, because if there is an editor with this functionality built in, he'd have to bring a little

[PHP] Syntax Question

2011-08-03 Thread Gates, Jeff
I, too, am a super newbie. I have a beginning knowledge of being able to read php and understand its syntax but I can¹t write it. This is a bit complicated but here¹s my problem: I want to create a variable in PHP that I can use to link to an image in our museum's image website. We have done it

RE: [PHP] Syntax Question

2011-08-03 Thread admin
-Original Message- From: Gates, Jeff [mailto:gat...@si.edu] Sent: Wednesday, August 03, 2011 10:23 AM To: php-general@lists.php.net Subject: [PHP] Syntax Question I, too, am a super newbie. I have a beginning knowledge of being able to read php and understand its syntax but I

Re: [PHP] Best editor?

2011-08-03 Thread Matt Giddings
Notepad!!! LOL.. I use netbeans but eclipse is nice. A lot of it is personal opinion. On Wed, Aug 3, 2011 at 9:46 AM, Florian Müller florip...@hotmail.comwrote: Maybe an adittional information: PSPad is completely freeware and portable. You can download it right here:

Re: [PHP] Best editor?

2011-08-03 Thread Bálint Horváth
Hi, On Windows I used UltraEdit. On Linux Kate is simple and comfortable app. Actually I prefer NetBeans too. Eclipse could be faster but I think less comfortable... *Valentine* On Wed, Aug 3, 2011 at 4:45 PM, Matt Giddings mcgid...@gmail.com wrote: Notepad!!! LOL.. I use netbeans but eclipse

Re: [PHP] Syntax Question

2011-08-03 Thread Gates, Jeff
On 8/3/11 10:41 AM, ad...@buskirkgraphics.com ad...@buskirkgraphics.com wrote: -Original Message- From: Gates, Jeff [mailto:gat...@si.edu] Sent: Wednesday, August 03, 2011 10:23 AM To: php-general@lists.php.net Subject: [PHP] Syntax Question I, too, am a super newbie. I have a

Re: [PHP] Best editor?

2011-08-03 Thread Andre Polykanine
Hi, Notepad!!! LOL.. I use netbeans but eclipse is nice. A lot of it is personal opinion. I have been using Notepad since... oh, since 2007, I believe). And it's my editor of choice :-). Actually now I'm using AkelPad because of the unicode issues (I need to save without a bit order

Re: [PHP] Re: testing

2011-08-03 Thread Al
On 8/3/2011 9:16 AM, Ashley Sheridan wrote: Aln...@ridersite.org wrote: On 8/2/2011 5:18 PM, Jim Giner wrote: Don't seem to be getting any feeds thru the newsgroup mirror(?). This newsgroup has been a mess for almost a year now. One big problem is that the server only accepts a

Re: [PHP] Best editor?

2011-08-03 Thread Tamara Temple
On Aug 3, 2011, at 8:40 AM, Florian Müller wrote: With your description, I think it is the most simple way with it: Connect it with a webserver, and then you can edit all files right on the server, so if you save, they are live. Not to hijack the thread, but I really, *really* hope you

Re: [PHP] Best editor?

2011-08-03 Thread David Harkness
On Wed, Aug 3, 2011 at 9:36 AM, Tamara Temple tamouse.li...@gmail.comwrote: Not to hijack the thread, but I really, *really* hope you are not suggesting that someone do live edits on a production server I would never consider tinkering on test pages while learning PHP a production server.

[PHP] Studying mcrypt

2011-08-03 Thread Andre Polykanine
Hello Php, It's my first time I use mcrypt. I've done everything like it's written in the php manuals, here is the code: ?php $d=mcrypt_module_open(rijndael-256, , ofb, ); $iv=mcrypt_create_iv(mcrypt_enc_get_iv_size($d), MCRYPT_DEV_RANDOM); $ks=mcrypt_enc_get_key_size($d);

Re: [PHP] Best editor?

2011-08-03 Thread Tamara Temple
On Aug 3, 2011, at 11:39 AM, David Harkness wrote: On Wed, Aug 3, 2011 at 9:36 AM, Tamara Temple tamouse.li...@gmail.com wrote: Not to hijack the thread, but I really, *really* hope you are not suggesting that someone do live edits on a production server I would never consider

Re: [PHP] Best editor?

2011-08-03 Thread Leonardo
Dne středa 03 srpna 2011 15:22:44 Matty Sarro napsal(a): Hey everyone, I am a super newbie just beginning to learn PHP. Awhile ago, I had used aptana for dabbling with php and was amazed to find out that it had a built in php interpreter so I could do some minor testing without having to

Re: [PHP] Studying mcrypt

2011-08-03 Thread Alex Nikitin
Yes, since it's trying to represent in characters some purely binary data, it is not unlikely that you will get VERY weird characters (and you do). Also you shouldn't actually encrypt passwords, the proper way to store them is hashed, so that if someone grabs your database, they dont have your

Re: [PHP] Best editor?

2011-08-03 Thread jean-baptiste verrey
NetBeans for PHP is definitely a GREAT choice! (it is now made to work specially for PHP) And if you don't have access to everything on your computer just install a VMWare player and have a virtual server ;-) (ok it would take time but once you have it, you have it) On 3 August 2011 18:07,

Re: [PHP] Best editor?

2011-08-03 Thread Curtis Maurand
Leonardo wrote: Dne stÅtrade;eda 03 srpna 2011 15:22:44 Matty Sarro napsal(a): Hey everyone, I am a super newbie just beginning to learn PHP. Awhile ago, I had used aptana for dabbling with php and was amazed to find out that it had a built in php interpreter so I could do some minor

Re: [PHP] Studying mcrypt

2011-08-03 Thread Andre Polykanine
Hello Alex, Thanks for the tip. I'm not storing it in the database (you see, it's asdfasdf and the key string is secret key), I'm just studying mcrypt's possibilities :-). -- With best regards from Ukraine, Andre Skype: Francophile My blog: http://oire.org/menelion (mostly in Russian)

Re: [PHP] Studying mcrypt

2011-08-03 Thread Ashley Sheridan
On Wed, 2011-08-03 at 22:02 +0300, Andre Polykanine wrote: Hello Alex, Thanks for the tip. I'm not storing it in the database (you see, it's asdfasdf and the key string is secret key), I'm just studying mcrypt's possibilities :-). -- With best regards from Ukraine, Andre

Re: [PHP] Studying mcrypt

2011-08-03 Thread Alex Nikitin
I have a neat class you can play with... -- The trouble with programmers is that you can never tell what a programmer is doing until it’s too late. ~Seymour Cray On Wed, Aug 3, 2011 at 2:27 PM, Alex Nikitin niks...@gmail.com wrote: Yes, since it's trying to represent in characters some

Re: [PHP] Studying mcrypt

2011-08-03 Thread Andre Polykanine
Hi Ash, Please don't top-post :) *Huge sigh* OK, OK! But still it's too uncomfortable to read bottom-posting! :P You can use base64_encode() on it to convert it into something that's printable and storable in the DB without having to resort to a binary blob Thanks, will try!) -- With

Re: [PHP] Studying mcrypt

2011-08-03 Thread Andre Polykanine
Hello Alex, I have a neat class you can play with... Could you give me the link, please?) -- With best regards from Ukraine, Andre Skype: Francophile My blog: http://oire.org/menelion (mostly in Russian) Twitter: http://twitter.com/m_elensule Facebook: http://facebook.com/menelion

Re: [PHP] Studying mcrypt

2011-08-03 Thread Alex Nikitin
On Wed, Aug 3, 2011 at 3:08 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: ** On Wed, 2011-08-03 at 22:02 +0300, Andre Polykanine wrote: Hello Alex, Thanks for the tip. I'm not storing it in the database (you see, it's asdfasdf and the key string is secret key), I'm just

Re: [PHP] Studying mcrypt

2011-08-03 Thread Ashley Sheridan
On Wed, 2011-08-03 at 15:35 -0400, Alex Nikitin wrote: On Wed, Aug 3, 2011 at 3:08 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: ** On Wed, 2011-08-03 at 22:02 +0300, Andre Polykanine wrote: Hello Alex, Thanks for the tip. I'm not storing it in the database (you

[PHP] How do I enable $_SERVER['HTTP_X_WAP_PROFILE'] or $_SERVER['HTTP_PROFILE']

2011-08-03 Thread Daevid Vincent
I'm working on a mobile site and from the various searches and reading (and even code fragments I've inherited for the project), they make reference to: $_SERVER['HTTP_X_WAP_PROFILE'] and a fallback $_SERVER['HTTP_PROFILE'] However, when I hit a phpinfo(); page using both an Android MyTouch 3G

Re: [PHP] Best editor?

2011-08-03 Thread Mike Hansen
On 8/3/2011 7:22 AM, Matty Sarro wrote: Hey everyone, I am a super newbie just beginning to learn PHP. Awhile ago, I had used aptana for dabbling with php and was amazed to find out that it had a built in php interpreter so I could do some minor testing without having to upload everything to a

Re: [PHP] Best editor?

2011-08-03 Thread Pedro Quaresma
A Quarta, 3 de Agosto de 2011 21:16:52 Mike Hansen você escreveu: On 8/3/2011 7:22 AM, Matty Sarro wrote: Hey everyone, I am a super newbie just beginning to learn PHP. Awhile ago, I had used aptana for dabbling with php and was amazed to find out that it had a built in php interpreter so

Re: [PHP] Studying mcrypt

2011-08-03 Thread Alex Nikitin
On Wed, Aug 3, 2011 at 4:05 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: ** On Wed, 2011-08-03 at 15:35 -0400, Alex Nikitin wrote: On Wed, Aug 3, 2011 at 3:08 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: ** On Wed, 2011-08-03 at 22:02 +0300, Andre Polykanine wrote:

Re: [PHP] Best editor?

2011-08-03 Thread Curtis Maurand
Mike Hansen wrote: I mostly use VIM. However, I did play with PHP Storm, and it's pretty nice. It also has a plug-in that emulate vi/vim. I've used Komodo in the past. It's also good. I've used and like Quanta Plus (KDE on Linux). I've used Bluefish on Windows and Linux, Notepad++ on

Re: [PHP] Best editor?

2011-08-03 Thread Ashley Sheridan
On Wed, 2011-08-03 at 16:53 -0400, Curtis Maurand wrote: Mike Hansen wrote: I mostly use VIM. However, I did play with PHP Storm, and it's pretty nice. It also has a plug-in that emulate vi/vim. I've used Komodo in the past. It's also good. I've used and like Quanta Plus

Re: [PHP] Best editor?

2011-08-03 Thread Ricardo Martinez
hi! Notepad!!! LOL.. I use netbeans but eclipse is nice. A lot of it is personal opinion. i was using notepad a lot of years, nowdays i use gedit (@linux ) i think that gedit is avaible for windows too. Greetings!!! On Wed, Aug 3, 2011 at 5:43 PM, Andre Polykanine an...@oire.org wrote:

Re: [PHP] Best editor?

2011-08-03 Thread Andre Polykanine
Hello Ricardo, RM i was using notepad a lot of years, nowdays i use gedit (@linux ) i think RM that gedit is avaible for windows too. Unfortunately, it isn't accessible for visually impaired users. -- With best regards from Ukraine, Andre Skype: Francophile My blog:

Re: [PHP] Best editor?

2011-08-03 Thread Sharl.Jimh.Tsin
在 2011-08-03三的 09:40 -0400,Judson Vaughn写道: I recommend Coda for Mac (about $100) as editor. And MAMP as a web server for testing PHP files locally. Jud Sent from my iPad Jud at bizville.com Phone 703-303-4271 On Aug 3, 2011, at 9:26 AM, Steve Staples sstap...@mnsi.net wrote:

[PHP] Form Already Filled Out

2011-08-03 Thread wil prim
Hello, S i created a simple login system, and I am using sessions Everything seems to work fine, however; when I upload my files to my server and type my domain name my index.php page comes up and the form is automatically filled out with a username and password. How do i make it empty when I

Re: [PHP] Form Already Filled Out

2011-08-03 Thread Thiago H. Pojda
Hmmm looks like you saved the password and your browser or OS may be filling it for you. Em 04/08/2011 01:42, wil prim wilp...@me.com escreveu: Hello, S i created a simple login system, and I am using sessions. Everything seems to work fine, however; when I upload my files to my server and