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
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
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:
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
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
在 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
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
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,
>
> >
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
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 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
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
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
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
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
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
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
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
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,
>
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,
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
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
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
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
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
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
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
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. :)
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
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
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
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
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
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
> -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
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
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
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,
>>
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
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
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
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
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,
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
44 matches
Mail list logo