[PHP] Hmmm.. I think I need your advice here to get in correct direction...

2013-07-10 Thread Karl-Arne Gjersøyen
I am almost ready with my learning project in PHP/MySQL. I can register new product in stock. Add and increase the number and weight. I can move products between different storehouses I can also transfer products from store and onto a truck document but that's it and here I need some advice. I

[PHP] hmmm

2006-02-10 Thread Jochem Maas
Oracle buying Zend helps the general population?: http://www.theregister.co.uk/2006/02/10/oracle_opens_source_acquisition/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Hmmm

2005-02-27 Thread Jason Bennett
I just installed a new MYSQL version 4.1 (from 4.0) and now none of my PHP scripts work anymore. They are all complaining about attempting to login as root. Normally, I referance a class like: class DB { function DB() { $this-host = 127.0.0.1:3306; $this-db = mydatabase;

Re: [PHP] Hmmm

2005-02-27 Thread John Nichel
Jason Bennett wrote: I just installed a new MYSQL version 4.1 (from 4.0) and now none of my PHP scripts work anymore. They are all complaining about attempting to login as root. snip I'm going to guess that you didn't setup MySQL 4.1 to accept 'old-style' passwords. -- By-Tor.com ...it's all

RE: [PHP] Hmmm

2005-02-27 Thread Jason Bennett
Oooo.. good one. I used the RPM install for MySQL.. can you point me in the right direction for doing this? Thanks!! J. -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Sunday, February 27, 2005 9:40 PM To: php-general@lists.php.net Subject: Re: [PHP] Hmmm Jason

Re: [PHP] Hmmm

2005-02-27 Thread John Nichel
Jason Bennett wrote: Oooo.. good one. I used the RPM install for MySQL.. can you point me in the right direction for doing this? Thanks!! J. Google is your friend... http://www.google.com/search?q=mysql+4.1+accept+old+password -- By-Tor.com ...it's all about the Rush http://www.by-tor.com -- PHP

[PHP] Hmmm, and how to do THAT ? ;)

2003-03-19 Thread Philarmon
Ok, thanks for the info, Josh ! All security measures needs to happen on the server, not from what the users web browser gives you. And how to do something like that on the server ? Is there a tutorial somewhere about this or something ? A few words about that would be great ! :) Philarmon

Re: [PHP] Hmmm, and how to do THAT ? ;)

2003-03-19 Thread Joshua Moore-Oliva
Nono, I'm saying that you can never be 100% sure where someone came from, since they are responsible for storing that data, and they can modify before sending it back to you. If you really want to make sure someone came from another page before the current page, create a uniq ID and md5 it or

Re: [PHP] Hmmm, and how to do THAT ? ;)

2003-03-19 Thread Abdul-wahid Paterson
Hi, On Wed, 2003-03-19 at 22:28, Philarmon wrote: All security measures needs to happen on the server, not from what the users web browser gives you. And how to do something like that on the server ? Is there a tutorial somewhere about this or something ? A few words about that would be

Re: [PHP] Hmmm, and how to do THAT ? ;)

2003-03-19 Thread Philarmon
Hmmm, the PHP script is not a webpage but just a script which is called from a flash movie, so i guess i cant check cookies with that :( But thanks anyway ! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Hmmm? PHP+PostgreSQL

2001-10-24 Thread Alexey Prohorenko
I've installed PostgreSQL into /usr/local/pgsql, then I tried to include into my PHP support for PostgreSQL and made next: (I had pre-compiled support for mySQL before that) make clean ./configure --with-apxs=/usr/local/apache/bin/apxs --enable-versioning

[PHP] Hmmm?

2001-08-01 Thread Kyle Smith
Whenever i get a php script off a website why is it that most of the main parts in the script have a space from the left border. eg ?php echospazzz; ? -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

RE: [PHP] Hmmm?

2001-08-01 Thread Lawrence . Sheed
code, as well as making it presentable. If you look back at old code in a few years time you'll be grateful you did. Cheers, Lawrence. -Original Message- From: Kyle Smith [mailto:[EMAIL PROTECTED]] Sent: August 1, 2001 11:42 PM To: [EMAIL PROTECTED] Subject: [PHP] Hmmm? Whenever i get

[PHP] Hmmm... What's problems?

2001-03-15 Thread Al
I'm using manual online on php.net and use example of File uploader. If i changed TEXT file All right! If i changed Binary file php script answer Error! in sources code PHP using Binary method... And temporary subject $source_file is empty! if i insert in PHP { echo "source: $source_file"; } and