[PHP-DB] Change value in the table

2001-12-23 Thread Nagasea
I want to change all the text XXX to YYY in the posts_text table. I know i can do that in the phpMyAdmin by running a queries. Can someone let me know what should i write ? note : I want to change a single word (XXX) within the whole post test. - ID | POST |

[PHP-DB] Help with open_basedir in my server

2001-12-23 Thread Nagasea
know what should i change with my php.ini / httpd.conf here is my phpinfo for the server : http://www.indoguides.com/phpinfo.php thanks NagaSea _ www.kaskus.com - Community Forum Free Email service -- PHP Database Mailing List (http

[PHP-DB] Table to BIG to dump, how ?

2001-12-17 Thread Nagasea
I always got this error message when I tried to dump my structure and data table to a file. I think it's because the file table size it BIG (almost 10mb). Is there anyway to dump that table to file without getting browser time out ? Please help me here.. -Naga

Re: [PHP-DB] Re: Table to BIG to dump, how ?

2001-12-17 Thread Nagasea
there are no error message, the browser is suddenly stop (like no connection) --- Fred [EMAIL PROTECTED] wrote: Where is the error msg? Fred Nagasea [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I always got this error message when I tried to

[PHP-DB] PHP Programmer Forum

2001-09-16 Thread Nagasea
is there any web based forum for PHP and SQl other than this mailing list ? _ www.kaskus.com - FREE EMAIL SERVICE -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP-DB] Add text to one table in database

2001-09-16 Thread Nagasea
I had 1 database with 3 table inside. And Now I want to add text thru a form in browser to the last table (table number 3). anybody here can tell me ? _ www.kaskus.com - FREE EMAIL SERVICE -- PHP Database Mailing List

Re: [PHP-DB] How to Replace the table data

2001-09-15 Thread Nagasea
cool ! that's what i wanted to say :) thank jason wong ! u da best --- Jason Wong [EMAIL PROTECTED] wrote: no it's working (successed), but nothing was updated. I tried to make a fake table. when i tried to make a fake table its working. i tried to change ABC from the table to XXX but if

[PHP-DB] Grab currency from reuters

2001-09-15 Thread Nagasea
Anybody know how to grab currency exchange (data) from reuters. Looks like all website do that, but I'm wondering how they do that _ www.kaskus.com - FREE EMAIL SERVICE -- PHP Database Mailing List (http://www.php.net/) To

Re: [PHP-DB] How to Replace the table data

2001-09-14 Thread Nagasea
I don;t know why it's still not working. I tried it with smaller table and it works. but when I tried with my real table, it's not working I use this : UPDATE posts SET post_text='IMG SRC=IMG SRC=/serv2/big/forum/images/smiles' WHERE post_text='IMG SRC=/gmns/BB/images/smiles' FYI : posts_text

Re: [PHP-DB] How to Replace the table data

2001-09-14 Thread Nagasea
FYI : POST_TXT = text field Not null = YES --- Nagasea [EMAIL PROTECTED] wrote: I don;t know why it's still not working. I tried it with smaller table and it works. but when I tried with my real table, it's not working I use this : UPDATE posts SET post_text='IMG SRC=IMG SRC=/serv2/big/forum

Re: [PHP-DB] How to Replace the table data

2001-09-14 Thread Nagasea
no it's working (successed), but nothing was updated. I tried to make a fake table. when i tried to make a fake table its working. i tried to change ABC from the table to XXX but if i got data called ABCD , it didnt change to XXXD why ? --- Jason Wong [EMAIL PROTECTED] wrote: I don;t know

[PHP-DB] How to Replace the table data

2001-09-13 Thread Nagasea
Is it possible to find and replace a data in the table using phpMyAdmin ? If yes, how to do that ? I want to change http://something.com/; to http://www.something.com/target; thanks folks _ www.kaskus.com - FREE EMAIL SERVICE -- PHP

Re: [PHP-DB] Problems inserting large blob

2001-09-13 Thread Nagasea
I also facing this problem yesterday. Do you want to know what i did ? I open the file with notepad then copy paste it. And it's works --- Justin Buist [EMAIL PROTECTED] wrote: You might want to check php.ini - if memory serves the maximum filesize you can upload over HTTP by default is

[PHP-DB] Transfer my mySQL to another server fail

2001-09-12 Thread Nagasea
I want to tranfer my database (mySQL) from my old webhosting to another webhosting. I already tried to dump the database (Structure Data) + 'Add drop table' and I got the .sql file (4 mb) when I tried to add this file to my new webhosting, I got this message : no table found in database and

[PHP-DB] Space in database coloumn

2001-08-30 Thread Nagasea
I had a database like this Name : John Doe Sex : Male when i want to call this data with url link http://www.test.com/template.php?nick=John why the (space)Doe is not in there. what I suppose to do with the space so it will looks like http://www.test.com/template.php?nick=John%20Doe

[PHP-DB] Simple database error (SPACE)

2001-08-30 Thread Nagasea
//-- Anybody can help me with this problem (I think //-- it's simple but im to stupid to know the answer) == while ($myrow = mysql_fetch_row($result)) { echo( a href=m_template.php?nick=$myrow[3]$myrow[3] ./a); }

RE: [PHP-DB] Simple database error (SPACE)

2001-08-30 Thread Nagasea
-- From:Nagasea Reply To:[EMAIL PROTECTED] Sent:Thursday, August 30, 2001 5:01 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Simple database error (SPACE) //-- Anybody can help me with this problem (I think //-- it's simple but im to stupid to know

RE: [PHP-DB] Simple database error (SPACE)

2001-08-30 Thread Nagasea
-- From:Nagasea Reply To:[EMAIL PROTECTED] Sent:Thursday, August 30, 2001 5:01 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Simple database error (SPACE) //-- Anybody can help me with this problem (I think //-- it's simple but im to stupid to know

RE: [PHP-DB] Simple database error (SPACE)

2001-08-30 Thread Nagasea
-- From:Nagasea Reply To:[EMAIL PROTECTED] Sent:Thursday, August 30, 2001 5:01 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Simple database error (SPACE) //-- Anybody can help me with this problem (I think //-- it's simple but im to stupid to know

RE: [PHP-DB] Simple database error [DONE!!-Thanks] EOM

2001-08-30 Thread Nagasea
: Nagasea [mailto:[EMAIL PROTECTED]] Sent: 31 August 2001 01:01 To: Brunner, Daniel; '[EMAIL PROTECTED]' Cc: PHP List (E-mail) Subject: RE: [PHP-DB] Simple database error (SPACE) it's still not working :( maybe u need my script to see $db =3D mysql_connect(localhost, ,pass); mysql_select_db

[PHP-DB] About Time Consume for Search DB

2001-04-22 Thread Nagasea
Is MySQL good for database (excel format csv) more than 4 megabyte ? Is the query process become slower ? _ www.kaskus.com - FREE EMAIL SERVICE -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL