[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 works

Re: [PHP] Re: testing

2011-08-03 Thread Ashley Sheridan
Al 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 clients,

[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. Fl

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 upl

Re: [PHP] Best editor?

2011-08-03 Thread Matty Sarro
Let me clarify a bit... I don't own my own machine - I'm using my work computer. I can install an editor, but installing a full fledged server would be verboten (like WAMP). And while its not hard to set up a VM in virtualbox, I'd prefer not to if I don't have to. I know the functionality of testin

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 wrote: > On Wed, 2011-08-03 at 09:22 -0400, Matty Sarro wrote: >> Hey everyone, >>

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 lo

[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

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 wrote: > > Maybe an adittional information: PSPad is completely freeware and portable. > > You can download it right here: http://pspad.en.softonic.com/ > > This

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 wrote: > Notepad!!! LOL.. I use netbeans but eclipse is nice. A lot o

Re: [PHP] Syntax Question

2011-08-03 Thread Gates, Jeff
On 8/3/11 10:41 AM, "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 beginning kno

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 m

Re: [PHP] Re: testing

2011-08-03 Thread Al
On 8/3/2011 9:16 AM, Ashley Sheridan wrote: Al 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 conne

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 are

Re: [PHP] Best editor?

2011-08-03 Thread David Harkness
On Wed, Aug 3, 2011 at 9:36 AM, Tamara Temple 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 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: And here's what I get: Original password: asdfasdfasdf Encrypted password: Q�j�* Question: Is it normal to have such strange characters in the encrypted string? I'm

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 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 tinkering on test pages while l

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 pas

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, Leonard

Re: [PHP] Best editor?

2011-08-03 Thread Curtis Maurand
Leonardo wrote: > 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 tes

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 Russi

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,

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 wrote: > Yes, since it's trying to represent in characters some purely binary data, >

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!) -- Wi

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 wrote: > ** > 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

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 > wrote: > > > ** > > 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

[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 (2

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 we

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 interp

Re: [PHP] Studying mcrypt

2011-08-03 Thread Alex Nikitin
On Wed, Aug 3, 2011 at 4:05 PM, Ashley Sheridan wrote: > ** > On Wed, 2011-08-03 at 15:35 -0400, Alex Nikitin wrote: > > On Wed, Aug 3, 2011 at 3:08 PM, Ashley Sheridan > wrote: > > > ** > > On Wed, 2011-08-03 at 22:02 +0300, Andre Polykanine wrote: > > > > Hello Alex, > > > > Thanks for

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++

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

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 wrote: > Hi, > > >

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: http://oire.org/me

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 wrote: > > > On W

[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" 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 type my domain

RE: [PHP] Best editor?

2011-08-03 Thread Florian Müller
I don't think UltraEdit is a good editor, because it has some really great troubles with simple syntax highlighting... Well, my version can't even highlight a string on two rows ¬.¬ > Date: Wed, 3 Aug 2011 17:04:01 +0200 > From: hbal...@gmail.com > To: php-general@lists.php.net > Subject: Re:

RE: [PHP] Best editor?

2011-08-03 Thread Florian Müller
Ahm . oh ^^ so, for the size of projects which I am realising, there is no problem of live editing. And even for learning PHP, it's a good idea to make it live on a server because if he wants to learn it, he does not have a website he edits on which has a really big traffic. So this would b

Re: [PHP] Form Already Filled Out

2011-08-03 Thread James Yerge
On 08/05/2011 12:43 AM, wil prim wrote: > 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