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 l
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
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 G
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
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.
I'm going to guess that you didn't setup MySQL 4.1 to accept 'old-style'
passwords.
--
By-Tor.com
...it's all about t
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"
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
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 w
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 s
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
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
--enable-track-v
comment
your 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 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
-lk6-
http://www.StupeedStudios.f2s.com
Home of the burning lego man!
ICQ: 115852509
MSN: [EMAIL PROTECTED]
AIM: legokiller666
- Original Message -
From: ""Al"" <[EMAIL PROTECTED]>
Newsgroups: php.general
Sent: Friday, March 16, 2001 3:09 PM
Subject: [PHP] Hmmm... What's problems?
> I'm using manual online on php.net and use example of File uploader.
> If i changed
Make sure that enctype="multipart/form-data" is in your form.
At 05:29 PM 3/15/01 +0300, you wrote:
>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
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
16 matches
Mail list logo