Hi,
I am trying to build a CMS with info about clients, jobs in production etc etc.
Got the database running perfectly. Created tables for Contact details and i
can enter and pull data from the table.
How ever created a table to store usernames and passwords but when trying to
INSERT INTO
> Hello,
>
> i am writing a login script with php and mysql:
>
> while($dbbenutzer = mysql_fetch_row($sqlbenutzername))
> while($dbpasswort = mysql_fetch_row($sqlpasswort)){
>
>
>echo $dbbenutzer[$i];
>echo $dbpasswort[$j];
>if($benutzername == $dbbenutz
Hello,
i am writing a login script with php and mysql:
while($dbbenutzer = mysql_fetch_row($sqlbenutzername))
while($dbpasswort = mysql_fetch_row($sqlpasswort)){
echo $dbbenutzer[$i];
echo $dbpasswort[$j];
if($benutzername == $dbbenutzer and $pass == $dbpas
Quoting PK :
I am new to PHP and as well as with MySQL,
I have installed PHP 5.28, on win XP (with Apache 2.09)...
any guess what i am doing wrong, i am sure that it is some
configuration error.
A absolute easy install solution can be at...
web.walters-way.com
Directions on installing:
*doooh*
I forgot you use Apache instead of IIS ... if php is set up to log errors to
the windows log (entry "error_log" with value "syslog" in php.ini), then you'll
find errors and warnings in your event log, otherwise have a look at your
apache logs (as mentioned by Antonio). And if you check
Hi
Also make sure that the php.ini file listed as being used in phpinfo()
is the one that you are making the changes in.
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ngs are. If the dlls are in the wrong place, move them and
restart apache
-Original Message-
From: Antonio CS [mailto:antoni...@gmail.com]
Sent: 17 June 2009 16:51
To: Will Fitch
Cc: kprateek...@gmail.com; php-windows@lists.php.net
Subject: Re: [PHP-WIN] MySQL Configuration on Windows Box
Hi Prateek,
Prateek wrote:
> Now I want to use MySQL with PHP, but seems that *MySqli* is not
> installed properly. as when I write a following script in a php page I
> get a error ...
>
> *
> any guess what i am doing wrong, i am sure that it is some configuration
> error.
>
> Prateek
>
> --
>
inal Message-
> From: PK [mailto:kprateek...@gmail.com]
> Sent: Wednesday, June 17, 2009 9:44 AM
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] MySQL Configuration on Windows Box with Apache and PHP
>
> I am new to PHP and as well as with MySQL,
>
> I have installed PHP
It's a long shot, but have you restarted Apache?
--
Thanks,
Will Fitch
Zend Certified Engineer
Cell: 931.205.8242
Fax: 931.914.1206
-Original Message-
From: PK [mailto:kprateek...@gmail.com]
Sent: Wednesday, June 17, 2009 9:44 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN]
I am new to PHP and as well as with MySQL,
I have installed PHP 5.28, on win XP (with Apache 2.09) and it is
installed properly (at least PHP and apache),
as when I call phpinfo (), through a script, it shows
the PHP Information.
then I installed MySQL 5.1.30,
and from MySQL command prom
I am new to PHP and as well as with MySQL,
I have installed PHP 5.28, on win XP (with Apache 2.09) and it is
installed properly (at least PHP and apache),
as when I call phpinfo (), through a script, it shows
the PHP Information.
then I installed MySQL 5.1.30,
and from MySQL command
See if the extension dir ini entry is set correctly.
Look for:
extension_dir = "./"
This is normally not set correctly in windows.
Also check Apache's error log files, they should say something about not
being able to load the drivers etc
Good Luck
On Wed, Jun 17, 2009 at 4:38 PM, PK wrote:
I am new to PHP and as well as with MySQL,
I have installed PHP 5.28, on win XP (with Apache 2.09) and it is
installed properly (at least PHP and apache),
as when I call phpinfo (), through a script, it shows
the PHP Information.
then I installed MySQL 5.1.30,
and from MySQL command prom
OK, so I see quite a few people having this problem, but I don't yet see a
solution that worked for someone else be something I haven't already tried
or have configured.
I'm getting a Fatal Error when I try to connect to MySQL through PHP.
Fatal error: Call to undefined function mysql_connect()
<<<
You may be try also the phpinidir directive in apache so that you does't have
to copy php.ini to windows folder.
as PHPIniDir "c:/webroot/php"
It works for me
>>>
Well the problem has been really with libmysql.dll. I'm not sure wht is the lib
for. But read somwhere about it. Some notice.
--Original Message-
From: Eric Lee [mailto:[EMAIL PROTECTED]
Sent: Monday, June 23, 2008 7:42 AM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] MySQL on Windows
http://myprojects.srhost.info
eric{at}myprojects{dot}srhost{dot}info
http://myprojects.srhost.info
eric{at}myprojects{dot}srhost{dot}info
- Original Message -
From: "Eric Lee" <[EMAIL PROTECTED]>
To:
Sent: Monday, June 23, 2008 7:18 AM
Subject: Re: [PHP-WIN]
@lists.php.net
Subject: Re: [PHP-WIN] MySQL on Windows
http://myprojects.srhost.info
eric{at}myprojects{dot}srhost{dot}info
- Original Message -
From: "S. Buffn" <[EMAIL PROTECTED]>
To: "Eric Lee" <[EMAIL PROTEC
http://myprojects.srhost.info
eric{at}myprojects{dot}srhost{dot}info
- Original Message -
From: "S. Buffn" <[EMAIL PROTECTED]>
To: "Eric Lee" <[EMAIL PROTECTED]>;
Sent: Monday, June 23, 2008 6:30 AM
p and included in
the distribution in the file: LICENSE
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.
If you did not receive a copy of the PHP license, or have any
http://myprojects.srhost.info
eric{at}myprojects{dot}srhost{dot}info
- Original Message -
From: "S. Buffn" <[EMAIL PROTECTED]>
To:
Sent: Sunday, June 22, 2008 10:01 PM
Subject: [PHP-WIN] MySQL on Windows
: He
S. Buffn wrote:
> Hello,
>
> I have encountered the problem with running MySQL Server 5.0 with PHP 5 and
> Apache2 on Windows XP.
...
> PHP is running
> Fatal error: Call to undefined function mysql_connect() in C:\Program
> Files\Apache Group\Apache2\htdocs\index.php on line 6
> As for the php.in
S. Buffn wrote:
Hello,
I have encountered the problem with running MySQL Server 5.0 with PHP 5 and
Apache2 on Windows XP.
Everrything seems to be ok, so Apacheh is running, also together with php.
If I run php -m it shows the library for MySQL is included. Even if I run
php.exe -f index.php
it
Hello,
I have encountered the problem with running MySQL Server 5.0 with PHP 5 and
Apache2 on Windows XP.
Everrything seems to be ok, so Apacheh is running, also together with php.
If I run php -m it shows the library for MySQL is included. Even if I run
php.exe -f index.php
it run in console.
B
> that the correct paths for the ext's is being implemented to
actually
> load
> those extensions.
>
> HTH
>
> Jacob Kruger
> Blind Biker
> Skype: BlindZA
> '...Fate had broken his body, but not his spirit...'
>
> - Original Message -
>
exta-feira, 18 de Janeiro de 2008 16:12
To: Bruce Cowin
Cc: Jacob Kruger; Subject: Re: [PHP-WIN] mysql not working but very odd
bruce,
I just upgraded php to make sure all is good and i see this problem,
my php.ini is in c:\php but it's reading it from c:\windows
i copied it over but same pro
ROTECTED]>
To: "Jacob Kruger" <[EMAIL PROTECTED]>
Sent: Friday, January 18, 2008 6:01 PM
Subject: Re: [PHP-WIN] mysql not working but very odd
Not really, I don't want to run apache at all.
On 1/18/08, Jacob Kruger <[EMAIL PROTECTED]> wrote:
I had similar problems
roken his body, but not his spirit...'
>
> - Original Message -----
> From: "Joaquin Grech" <
> [EMAIL PROTECTED]>
> To: <
> php-windows@lists.php.net>
> Sent: Thursday, January 17, 2008 3:02 PM
> Subject: [PHP-WIN] mysql not working but very
Original Message -
From: "Joaquin Grech" <
[EMAIL PROTECTED]>
To: <
php-windows@lists.php.net>
Sent: Thursday, January 17, 2008 3:02 PM
Subject: [PHP-WIN] mysql not working but very odd
> Ok,
>
> I had php installed on a server with mysql module and I just copied
a
27;...Fate had broken his body, but not his spirit...'
- Original Message -
From: "Joaquin Grech" <
[EMAIL PROTECTED]>
To: <
php-windows@lists.php.net>
Sent: Thursday, January 17, 2008 3:02 PM
Subject: [PHP-WIN] mysql not working but very odd
Ok,
I had php in
Ok,
I had php installed on a server with mysql module and I just copied all the
files over to a new machine. It didn't work. I tried reinstalling and all,
still same issue.
I ran php -I output and it seems to be all ok, this is part of the output:
mysql
MySQL Support => enabled
Active Pe
Ok,
I had php installed on a server with mysql module and I just copied all the
files over to a new machine. It didn't work. I tried reinstalling and all,
still same issue.
I ran php -I output and it seems to be all ok, this is part of the output:
mysql
MySQL Support => enabled
Active Pe
Hello friends,
There is a tool call "idera" (SQL diagnostic manager). Basically it is
a performance monitoring and diagnostics tool.
It has a feature;
Identifying of worst-performing codes -
Identifies performance bottlenecks such as the worst-performing stored
procedures, long-ru
Not to mention that read would most likely be a tinyint(1), and thus
shouldn't be fed a character.
Stut wrote:
Please include the list when replying.
James Blandford wrote:
It seems i have fixed it >_< thanks for your time thou. It turns out
that I couldn't have "read" as a field name due to
<[EMAIL PROTECTED]>
Cc:
Sent: Saturday, June 30, 2007 10:55 PM
Subject: Re: [PHP-WIN] MySQL query error
James Blandford wrote:
Hello,
I am making a private messaging system for my website, and if you
click on the pm, it --should-- set it as "read" rather than "unread"
James Blandford wrote:
Hello,
I am making a private messaging system for my website, and if you click
on the pm, it --should-- set it as "read" rather than "unread". I am
using the query:
UPDATE pms SET read=1 WHERE id='{$assoc['id']}'
but it is giving me this error:
You have an error in your
Hello,
I am making a private messaging system for my website, and if you click on
the pm, it --should-- set it as "read" rather than "unread". I am using the
query:
UPDATE pms SET read=1 WHERE id='{$assoc['id']}'
but it is giving me this error:
You have an error in your SQL syntax; check the ma
Hello,
I am making a private messaging system for my website, and if you click on
the pm, it --should-- set it as "read" rather than "unread". I am using the
query:
UPDATE pms SET read=1 WHERE id='{$assoc['id']}'
but it is giving me this error:
You have an error in your SQL syntax; check the ma
From: "Birt.Ecplipse" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, May 23, 2007 5:03 PM
Subject: Re: [PHP-WIN] Mysql and Textarea (Please help me figure out this
problem. I' m stuck. Please help me!!! )
> Looks like a problem in the definition of the TEXTAREA NAME.
> The echo state
our var] in this script..
> not simple but worked..
>
> other option
>
> $_HTTP_POST_VARS[your var]
>
>
> - Original Message -
> From: "sam rumaizan" <[EMAIL PROTECTED]>
> To:
> Sent: Wednesday, May 23, 2007 4:13 AM
> Subject: [PHP-WIN] Mysql
use $_POST[your var] in this script..
not simple but worked..
other option
$_HTTP_POST_VARS[your var]
- Original Message -
From: "sam rumaizan" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, May 23, 2007 4:13 AM
Subject: [PHP-WIN] Mysql and Textarea (Please help me figure
I'm just a php beginner.
So please be patient with my stupid questions.
What am I missing in this code that causing the function cant update the
textarea?
Update button erase the old information from mysql database and replace it
with nothing. Basically it cant read what is inside
Is it just me or are you missing a tag?
That'd explain the form not posting...
Mike
sam rumaizan skrev:
I'm just a php beginner.
So please be patient with my stupid questions.
What am I missing in this code that causing the function can’t update the textarea?
Update button eras
I'm just a php beginner.
So please be patient with my stupid questions.
What am I missing in this code that causing the function cant update the
textarea?
Update button erase the old information from mysql database and replace it
with nothing. Basically it cant read what is insi
Hi!
Ok... Thanx!
Best regards
/Gustav Wiberg
-Original Message-
From: Mikael Grön [mailto:[EMAIL PROTECTED]
Sent: Monday, May 14, 2007 1:41 PM
To: ''php windows' (php-windows@lists.php.net)'
Subject: Re: [PHP-WIN] MySQL Dump
Oh yeah, of course. :)
Mike
Gusta
s@lists.php.net)'
Subject: Re: [PHP-WIN] MySQL Dump
mysqldump -uusername -p -A > output.file
Enter password: [password]
Done
Gustav Wiberg skrev:
Hi there!
Thanx! Does this mean that I can't use option -ALL databases when using
usernames and passwords?
(I want to create a
Hi there!
Username and password for root (for all databases then) you mean?
/Gustav
-Original Message-
From: Mikael Grön [mailto:[EMAIL PROTECTED]
Sent: Monday, May 14, 2007 1:32 PM
To: ''php windows' (php-windows@lists.php.net)'
Subject: Re: [PHP-WIN] M
Best regards
/Gustav Wiberg
-Original Message-
From: Mikael Grön [mailto:[EMAIL PROTECTED]
Sent: Monday, May 14, 2007 11:49 AM
To: 'php windows' (php-windows@lists.php.net)
Subject: Re: [PHP-WIN] MySQL Dump
mysqldump -uusername -ppassword database > output.file
or
my
ECTED]
Sent: Monday, May 14, 2007 11:49 AM
To: 'php windows' (php-windows@lists.php.net)
Subject: Re: [PHP-WIN] MySQL Dump
mysqldump -uusername -ppassword database > output.file
or
mysqldump -uusername -p database > output.file
which lets you specify the password cloaked right a
Hi there!
Thanx. Does this mean that I have to this on each database if I want to create
ba
-Original Message-
From: Mikael Grön [mailto:[EMAIL PROTECTED]
Sent: Monday, May 14, 2007 11:49 AM
To: 'php windows' (php-windows@lists.php.net)
Subject: Re: [PHP-WIN] MySQL Dump
mysqldump -uusername -ppassword database > output.file
or
mysqldump -uusername -p database > output.file
which lets you specify the password cloaked right after you've hit enter.
Remember, no spaces between -u and the username or -p and the password.
Mike
Gustav Wiberg skrev:
Hi!
Trying to
Hi!
Trying to figure out mysqldump. How would i type to making a backup of a
database with specific username and password with mysqldump?
I've tryed making a backup-schema through MySQL Administrator but there it
says... Wrong password. I've changed the password type to Obscure but it
doesn'
Is anyone using a SSL encrypted MySQL connection from PHP on Windows?
I've as of yet been unable to get this to work. "SSL Connection Error"
is returned from mysql_error in all the cases I've tried.
I've tried PHP 5.2.1 using both the mysql and mysqli clients, as well as
php 4.4.6 with mysql 5.0
I've tried everything the faqs say and I'm still unable to get mysql support
in PHP5..
I've added H:\php to my Windows PATH variable (H: is my main drive)
I've uncommented php_mysql.dll
I've added the extension directory to php.ini
Rebooted the server
Before doing the above, phpinfo had
Try dropping the libmysql.dll file in your windows/system32 directory.
Or add the PHP directory to your PATH environment variable. Cheers.
Armando
Mikey wrote:
Vincent Kruger wrote:
My php 5.0.5 doesn't want to load the mysql module and the libmysql
file is
in the root directory of php I jus
Vincent Kruger wrote:
My php 5.0.5 doesn't want to load the mysql module and the libmysql file is
in the root directory of php I just can't seem to get it working. I've also
upgraded to mysql 4.1.12 but that’s working fine.
Please help.
Have you enabled it in the extensions section of the
My php 5.0.5 doesn't want to load the mysql module and the libmysql file is
in the root directory of php I just can't seem to get it working. I've also
upgraded to mysql 4.1.12 but that’s working fine.
Please help.
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7
you may also consider using
$mysql = @mysql_connect(...);
to get rid of the warning if it is on.
On 8/17/05, Paul Menard <[EMAIL PROTECTED]> wrote:
> Well you can start with the mysql_connect() call. If you are unable to
> connection check the error
> code. Then take action if needed.
>
Well you can start with the mysql_connect() call. If you are unable to
connection check the error
code. Then take action if needed.
--- Jon <[EMAIL PROTECTED]> wrote:
> Is there some way to have PHP test if MySQL is running and if not make the
> system call to start it?
>
> This is just an ME
Is there some way to have PHP test if MySQL is running and if not make the
system call to start it?
This is just an ME test machine but I would also like to know how on XP PRO
cause I have another test machine available.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: ht
What version of PHP and MySQL. For a long time PHP comes with MySQL support
compiled in
(especially on Windows).
P
--- "Brian D. McGrew" <[EMAIL PROTECTED]> wrote:
> I installed a pretty general manual installation of PHP and it's
> working, I do a phpinfo() and life is good. I can't seem to g
I installed a pretty general manual installation of PHP and it's
working, I do a phpinfo() and life is good. I can't seem to get it to
connect to MySQL though. I read something about the extensions and PEAR
and all that. I've got the libraries in my Windows directory and all
that but when I do a
This has been solved. The problem was 'pilot error'.
This is indeed the right syntax to change a table
name.
--- Patrick Roane <[EMAIL PROTECTED]> wrote:
> I am trying to rename my table, but I get a syntax
> error.
>
> ALTER TABLE myblobs RENAME myBlobs;
>
>
> Can anyone tell me where the p
I am trying to rename my table, but I get a syntax
error.
ALTER TABLE myblobs RENAME myBlobs;
Can anyone tell me where the problem is here? I went
to the mysql ref. site and I think this is the right
way to do this.
thanks-
=
Patrick Roane
Web design and development
www.franklin-band.com
I am trying to est. a connection to mysql via PHP5 on
my win XP and I keep getting the undefined function
error. By the way I am running apache 1.3.23.
I believe I've made the necessary adjustments to the
php.ini. (uncommented the extension=php_mysql.dll) and
copied this to my windows dir.
There
> My problem is i cant figure out how to install the new
> "MYSQL_REAL_CONNECT" - feature
> i am looking a whole f*$%%%ing day now and there is no germen help for
> it.
mysql_real_connect is part of the mysqli extension, not the standard mysql
extension. If you have the right version of mySQL &
Hi there!
i am getting mad while trying to get this stuff running.
on my system are:
Apache 2.0.52
PHP 5.0.3
Mysql 4.1
i progrqammed a script taken from "http://3dBUZZ.com"; ´s
"php & Mysql Training course".
as following:
##File temp_con.php stored in webroot:
## end of file
and
##File "db_co
Hi there!
i am getting mad while trying to get this stuff running.
on my system are:
Apache 2.0.52
PHP 5.0.3
Mysql 4.1
i progrqammed a script taken from "http://3dBUZZ.com"; ´s
"php & Mysql Training course".
as following:
##File temp_con.php stored in webroot:
## end of file
and
##File "db_co
Armando wrote:
If you upgraded to 4.1.x from 4.0.x then it's likely you need updated
libraries (DLL files).
Armando
Joseph L. Mueller wrote:
Just upgraded to MSQL 4.1.8 and PHP 4.3.10 and am running apache
2.0.43 on Win XP. When trying to connnect to Mysql I get the following
error:
"Warning:
If you upgraded to 4.1.x from 4.0.x then it's likely you need updated
libraries (DLL files).
Armando
Joseph L. Mueller wrote:
Just upgraded to MSQL 4.1.8 and PHP 4.3.10 and am running apache 2.0.43
on Win XP. When trying to connnect to Mysql I get the following error:
"Warning: mysql_connect():
Just upgraded to MSQL 4.1.8 and PHP 4.3.10 and am running apache 2.0.43
on Win XP. When trying to connnect to Mysql I get the following error:
"Warning: mysql_connect(): Client does not support authentication
protocol requested by server; consider upgrading MySQL client in
C:\Documents and Sett
@lists.php.net
Subject: Re: [PHP-WIN] MySQL 4.1 Server
Importance: High
> Does anyone know where I can download the latest MySQL PHP API to connect
> to MySQL 4.1?
Best API out there...
http://adodb.sourceforge.net/
walter
--
PHP Windows Mailing List (http://www.php.net/)
To unsub
> Does anyone know where I can download the latest MySQL PHP API to connect
> to MySQL 4.1?
Best API out there...
http://adodb.sourceforge.net/
walter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
Does anyone know where I can download the latest MySQL PHP API to connect to
MySQL 4.1?
Kind Regards,
Dale Attree (NDECS)
Technical Manager - Kwik IT Solutions
www.kwikitsolutions.co.za
Tel : +27 35 786 1416
Cel : +27 83 407 2911
[EMAIL PROTECTED]
> -Oprindelig meddelelse-
> Fra: news [mailto:[EMAIL PROTECTED] vegne af MikeA
> Sendt: 17. november 2004 19:15
> Til: [EMAIL PROTECTED]
> Emne: [PHP-WIN] MySQL ADODB Error
>
>
> I am getting the following error:
>
> ErrorMsg for Database - Error:
>
>
I am getting the following error:
ErrorMsg for Database - Error:
There is no error being returned! I cannot figure out what the problem is.
So I am hoping additional eyes will catch it for me. I have debug set on
(as you will see in code below) and this is what is returned:
(mysql): SELECT *
I got "cannot connect" error when I did stress test for a project we did
recently. We used Apache Jmeter and there were 5 concurrent connections in a
second.
Initially, I thought it could be because of MySQL, becuase the first page of
the project runs a lot of queries.
Then I did the simple scri
Nothing wrong, besides missing a character.
I tried your instructions with the full word CREATE and it worked fine...
Luis
Patrick Roane wrote:
I am learning the mysql basics and was wondering what
I'm doing wrong. I'm using the MySQL.exe console to
create a simple table, but I keep getting these s
I am learning the mysql basics and was wondering what
I'm doing wrong. I'm using the MySQL.exe console to
create a simple table, but I keep getting these syntax
errors.
All I'm doing is typing the code and than pressing
enter. Is there more I have to do? Here is my code:
CREAT TABLE phonelist(
I am getting the following errors when I execute a php script.
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
resource
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result
resource
Warning: mysql_num_rows(): supplied argument is not a valid MySQL r
where can I find a tutorial that can help me use mysql
to update data 'dynamically'(content, URLs'
etc.)contained in an html table, instead of going into
the html code itself?
=
"forget your lust for the rich man's gold. All that you need, is in your soul. You can
do th
Does Everybody now what is SQL Expression to get part of the string in
DATE VARIABLE ?
e.g : 11/12/2004
and become to only string '2004' in Table Viewing.
Hi,
Try this:
http://groups.google.de/groups?hl=de&lr=&ie=UTF-8&group=mailing.database.mys
ql
Greetings,
-Ron
-Ursprüngliche Nachricht-
Von: neil [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 24. August 2004 11:12
An: [EMAIL PROTECTED]
Betreff: [PHP-WIN] MySQL newsgroup ?
Does anyone know of a MySQL newsgroup (not a mailing list)?
I need to ask some fairly basic questions.
Thanks
Neil
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
i think you need to add "extension=php_mysqli.dll" rather and put
php_mysqli.dll in your extension directory. That DLL is included in the
PECL package available on php.net. This works fine for me, am also
running PHP4 and 5 on a winbox, but with my MySQL server running on a
linux machine.
nie
Bogdan Ribic wrote:
Hello everyone
I have a strange problem with freshly installed php5, 5.0 final. I
did some web searching and found out how to get php_mysql.dll loaded
into php - I needed to copy libmysql do windows\system32 and uncomment
extension=php_mysql.dll
i think you need to add "extens
Hello everyone
I have a strange problem with freshly installed php5, 5.0 final. I
did some web searching and found out how to get php_mysql.dll loaded
into php - I needed to copy libmysql do windows\system32 and uncomment
extension=php_mysql.dll
But whenever I try to connect to local mysql ser
:\php\ext
(your extension_dir in php.ini)
Cheers,
Mauro
- Original Message -
From: "Ciprian Constantinescu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 17, 2004 4:20 AM
Subject: [PHP-WIN] [mysql]
> Where can I download a working "l
Where can I download a working "libmysql.dll" to use on WindowsXP? I
have a version that doesn't work. All I get is "Unable to load dynamic
library 'C:\php\ext\php_mysql.dll' - The specified procedure could not be
found".
I have that version of libmysql.dll in both the php\ext and
windows\
This is a function I use. Modify as you wish.
function Price($amount) {
return ($amount) ? '$'.number_format($amount, 2, '.', ',') : '-';
}
At 04:04 AM 28/06/2004, you wrote:
I have created a database for a local real estate company, and I am having
issues trying to display home prices with com
I have created a database for a local real estate company, and I am
having
issues trying to display home prices with commas. when you get into
the
hundreds of thousands of dollars, it is quite difficult to look at home
prices without commas. I am using mySQL and PhpMyAdmin. Is there a
mySQL
f
I have created a database for a local real estate company, and I am having
issues trying to display home prices with commas. when you get into the
hundreds of thousands of dollars, it is quite difficult to look at home
prices without commas. I am using mySQL and PhpMyAdmin. Is there a mySQL
fiel
Could u just give me what should be the statement to rollback a database for eg "abc"
[EMAIL PROTECTED] wrote:what verion of mysql do you have? Early version of MySQL
didn't include the rollback functionality. Do you not have any mysql_dumps of the
databases and/or tables? (Its vital that you ba
How did you lose them?
I don't know about mySQL, but in general DELETE, INSERT
and UPDATE are logged while DROP and TRUNCATE are not.
If you do /not/ use auto commit /and/ did /not/ do commit,
then you can use rollback to undo a delete/insert/update.
Else you need to restore the database from t
Help please,
i lost all of my database tables all of a sudden. It was in for example a database
called "abc". Can i retrieve the entile table and it's comtents by any means. Thru any
Rollback statement. Help please
-
Do you Yahoo!?
Friends.
How can I setup a query to select from a database ONLY the last 5 inserted
rows. OR atleast the last 5 starting from this date back, but only select
the last 5 in order.
If anyone has any suggestions I'd appreciate them.
Thanks,
Tony
Check out my thread on a similar issue...
http://www.sitepoint.com/forums/showthread.php?t=158703
Tryst
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
rch 22, 2004 11:58 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] MySQL query to generate Array
Are you trying to create a breadcrumb trial?
Tryst
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing Lis
Are you trying to create a breadcrumb trial?
Tryst
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
1 - 100 of 276 matches
Mail list logo