I believe you have posted in the wrong group, sorry...
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
this is maybe a beginners question, that's because im a newbie to PHP-MySQL
i want to run UPDATE sql command and this is the sample code.
if (!mysql_query ($sql))
echo("Invalid query".$sql);
and i know that my $sql is correct because i tried to paste it to my
PHPmyadmin and it works.
how come i
php-windows Digest 19 Oct 2001 22:17:52 - Issue 813
Topics (messages 9928 through 9937):
MySQL question
9928 by: Martin.Andrew
problem with URL
9929 by: Harry Lau
9932 by: Jørg V. Bryne
9933 by: Harry Lau
PHP's XML parser doesn't work
9930 by: G
how is session.cookie_lifetime supposed to work? whats the
syntax?
Thanks in advance
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
I get -1.#IND as the result of a floating point equation. What does it
mean, have I overloaded the floating point in PHP? I know there are no
errors in my equation. With certian input it works fine, but some
numbers come out with the above notation. What does it mean?
- Anthony
--
PHP W
Anyone know how you can make a work around on remote files includes on a
windows system?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Hello there...
The problem is that I can only add one value into the array...
Anyone knows what I'm doing wrong here(First project by the way!!)
=
'', 'pname' => '', 'pqty' => ''));
$nrItems = 0;
}
// Get variables from products.ph
Everything runs now, thanks!
"JøRg V. Bryne" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Maybe php is not set to automaticly register variables on your server?
check
> http://www.php.net/manual/en/security.registerglobals.php
>
> you can check your present
Maybe php is not set to automaticly register variables on your server? check
http://www.php.net/manual/en/security.registerglobals.php
you can check your present setting in /winnt/php.ini (probably)
-Jørg
"Harry Lau" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]
Jefferrs,
having spend all day yesterday on a very basic non-php xml primer, I can't
see any problem with your xml.
But I noticed that you have a spelling error in your content and that's
exactly where your text's is failing.
Don't know why though.
George
"G Schneider" <[EMAIL PROTECTED]> wro
Hi,
I use the PHP XML parser to display various information on a page. I find
that sometimes, the XML parser will cut off the begining of words and
sentances, that are stored in my XML files.
So if I have a list of information like this:
Instructions To Build A Car
Instructions To Bulild A
Suppose I have wrote the following script in a php file, "test.php":
echo("");
I first put the file in my win2000 + IIS server.
When I enter the URL address "test.php?$s=10",
the html output is:
But when I put the file in many other servers,
they give the html output is what I have expected:
Just a quick question maybe someone working with PHP and MySql has already
come across it before.
Is it possible for MySQL to store specific language characters eg, japaneese
or Korean?
php-windows Digest 19 Oct 2001 08:41:30 - Issue 812
Topics (messages 9919 through 9927):
Re: problem with netscape
9919 by: Afan Pasalic
9921 by: Andrew Saturn
9923 by: Mark
Re: how to compile php in vc6?
9920 by: Gagnon.Carole.A.hydro.qc.ca
Re: Cgi Error
Hi,
if you don't have to retrieve return values or output-variable values,
you can use mssql_query using "execute myproc arg1,arg2".
If you need return and output values, there are some new functions
for that, but they are now only at CVS, I think they will be included
and documented soon.
If
15 matches
Mail list logo