On Thursday 30 January 2003 08:59, Louis Feng wrote:
> Thanks for your help. The machine [A] is running MySQL is Not behind a
> firewall, therefore all connection to [A] works fine (including 3306).
> The machine [B] running PHP/apache is behind a firewall, and only port
> 80 is open on [B]. If I
It means your query failed... it always means your query failed for some
reason (unless you typo a variable name...). Learn to use mysql_error()
in conjunction with mysql_query(). Also, like I said before,
mysql_db_query() is depreciated, you should be using mysql_query().
---John W. Holmes...
PH
hello,
i have a new issue... :-)
i am getting:
Warning: Supplied argument is not a valid MySQL result resource in
/users/infoserv/web/register/ca/admin/catads.php on line 54
from:
while($row = mysql_fetch_object($obj))
{
$scobj = mysql_db_query($dbname,"select * from subcateg
Daniel Cardenas graciously offered the script but I can not develop the
right syntax.
see code at:
http://sportsmenafield.com/index.txt
Russell Griechen...trying to escape frames to a php include template.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php
Hi,
I e-mailed this before, but the attachments didnt go through. I am
designing something that my tech team can use to track the maintenancing
of our school district computers. I have a table of data (formitems)
that contains tasks that must be completed for that computer depending
on the platfo
Hi Jeff,
Thanks for your help. The machine [A] is running MySQL is Not behind a
firewall, therefore all connection to [A] works fine (including 3306).
The machine [B] running PHP/apache is behind a firewall, and only port
80 is open on [B]. If I want to do some query on MySQL of [A] from [B]
w
Thanks for reply, I'm going to try that, but how could this be? I just
want to make sure I was clear that there is no problem to connect to the
remote MySQL server and there is nothing blocking that machine. It's the
PHP machine that's blocking any incoming traffic from the MySQL machine.
How c
On Wed, 29 Jan 2003 08:30:31 -0600
[EMAIL PROTECTED] wrote:
> IE 5.01 has an issue with its basic auth. There is no patch, only an
> upgrade path
>
>
> Gary Every
I wish it were that simple, it happens in all versions of IE. I've
tested it myself in the latest versions and it happens. I get at
Hi Sabina Alejandr Schneider,
you'r welcome - No problem
Regards,
Ruprecht
--
Ruprecht Helms IT-Service und Softwareentwicklung
Tel/Fax.: +49[0]7621 16 99 16
Homepage: http://www.rheyn.de
email: [EMAIL PROTECTED]
---
On Thursday 30 January 2003 04:39, Ryan Holowaychuk wrote:
> Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
> allocate 4000 bytes) in Unknown on line 0
>
> I have gone in and made some changes to allow the file upload larger
> files. I have gone in as well and turned on the
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 4000 bytes) in Unknown on line 0
I have gone in and made some changes to allow the file upload larger
files. I have gone in as well and turned on the messaging for now so
that I can see things like the above error.
I
Yeah, it's a configuration directive, check here:
http://www.php.net/manual/en/configuration.directives.php#ini.upload-max-fil
esize
If you're moving 10MB, is it possible to use FTP instead? Don't know your
situation. Just a suggestion.
> -Original Message-
> From: Ryan Holowaychuk [mail
I have an upload page on my website, and when I do large files via this
process, system times out.
Are there some setting that I need to "tweek" to allow this process to
finish, so if some one was to send a 10 meg file it will go through.
Right now it will not even copy any part of the file.
Tha
Hello to everybody!!! this time I'm writing to you to
thank you all for the help you have iven to me this last
days. I'm very satisffied with this language and with the
group of persons that are working here. Thank you once
more for your time and help! :-)
Sabina Alejandra Schneider
[EMAIL PRO
I would check the mysql is running. can you connect via telnet?
jeff
Matthew Moldvan
I would guess something is wrong with the services that are running on your
machine, maybe MySQL isn't on the same machine as your PHP? ... Also, are
you running this on a Windows machine or UNIX?
Matt.
-Original Message-
From: JordanW [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27,
web man wrote:
> How can I change the default connecting port using php script.
That depends on hwo you connect currently, try this:
http://www.php.net/manual/en/function.mysql-connect.php
Neil
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.p
Hi,
How can I change the default connecting port using php script.
Thanks
-
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
Hi,
Is there anybody who knows the links/sites about PHP and VPOS? I still search about
it, but i couldn't any useful information yet.
Thanks.
it IS 3306(in a default setup) that you'll need to allow traffic through
the firewall for this scenario. I have similar needs and that is the port
we open.
"
> The one thing that jumps out at me is that if you insert multiple
> rows at the same time with an insert statement,
> LAST_INSERT_ID() returns the
> value for the first inserted row only, whereas
> MYSQL_INSERT_ID() returns the
> last id inserted. Am I reading that right?
Yeah, that's the way
IE 5.01 has an issue with its basic auth. There is no patch, only an upgrade
path
Gary Every
Sr. UNIX Administrator
Ingram Entertainment
(615) 287-4876
"Pay It Forward"
mailto:[EMAIL PROTECTED]
http://accessingram.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
In a default setup, I believe the port is 3306.
Check your MySQL config files, as this can be changed.
Matt
- Original Message -
From: Louis Feng <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 28, 2003 10:34 PM
Subject: [PHP-DB] Question on the port PHP uses to connect
on 1/28/03 11:42 AM, John W. Holmes at [EMAIL PROTECTED] wrote:
>> The reason I ask is, if you use mysql_insert_id() on a busy server and
> it
>> does not function on a per-connection basis, don't you run the risk of
>> getting the last ID of somebody else's INSERT query on the server?
>
> Yes, t
I read a lot of different advice for this
My oppinion would be to store the images in a directory
and store the path names in the database.
It is more easy to make a 'suited' directory structure
for the images.
For 30.000 images you need a lot of diskspace.
Storing the images in the database wo
- Original Message -
From: "Addison Ellis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 28, 2003 10:46 PM
Subject: [PHP-DB] sql syntax error
> hello,
> i can not pinpoint this. your time and help is very much
> appreciated. best, addison
>
> Error:
> id=, HTTP_POS
Hi folks,
A friend of mine would like to use PHP/MySQL to host a web based photo
archive. I believe it will hold around 20,000 to 30,000 photos at a
reasonable size for web display - perhaps 100 k or so each. I expect he'd
have a small preview 'clickable' to a larger version.
I searched the list
27 matches
Mail list logo