[PHP-DB] Help with open_basedir in my server

2001-12-23 Thread Nagasea
ANYbody 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 Dat

[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 | ---

RE: [PHP-DB] PHP/Mysql web hosting: who's best? [worth to read]

2001-12-19 Thread Nagasea
My friend do the webhosting company, maybe you intrested with this : BEWARE WITH WEBHOSTING WITH UNLIMITED BANDWITH / SPACE, THEY'RE SCAM !! READ THEIR POLICY & AGREEMENT BEFORE SIGN UP !! At that time your site is growing you'll be doom ! Monthly Price is 13$ Setup fee is $15 Diskspace 300mb Ban

[PHP-DB] Table to BIG to dump, how ? (PROBLEM AGAIN)

2001-12-18 Thread Nagasea
php script dumping the data, have a look at the >"max_execution_time" config variable. IIRC the default is 30 seconds, which >you can override from within the running script with >ini_set ("max_execution_time", 10); > >Hope this helps. > >Thomas >

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]... &g

[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 _

[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 (http://www.ph

[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, e

[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 unsubscrib

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

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: > > >>

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 : >U

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=" > wrote: > > >> its not working because it's not a variable (url) >> it's a text field > >'url' is the name

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

2001-09-13 Thread Nagasea
its not working because it's not a variable (url) it's a text field --- "Jason Wong" <[EMAIL PROTECTED]> > wrote: >> 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/

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 i

[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-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 m

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

2001-08-30 Thread Nagasea
.php?nick=3D$link_string\">$myrow[3]"; >} > >and you shouldn't really be doing a SELECT * - just name the columns you >really need :-) > > > > >-Original Message- >From: Nagasea [mailto:[EMAIL PROTECTED]] >Sent: 31 August 2001 01:01 >To: Bru

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

2001-08-30 Thread Nagasea
; >Use mysql_fetch_object... > > >$myrow->WHATEVER > > >Whatever = whatever the field name is > > > >Dan > > > > > > > > > >> -- >> From:Nagasea >> Reply To:[EMAIL PROTECTED] >> Sent:Thursday

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

2001-08-30 Thread Nagasea
; >Use mysql_fetch_object... > > >$myrow->WHATEVER > > >Whatever = whatever the field name is > > > >Dan > > > > > > > > > >> -- >> From:Nagasea >> Reply To:[EMAIL PROTECTED] >> Sent:Thursday

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

2001-08-30 Thread Nagasea
; >Use mysql_fetch_object... > > >$myrow->WHATEVER > > >Whatever = whatever the field name is > > > >Dan > > > > > > > > > >> -- >> From:Nagasea >> Reply To:[EMAIL PROTECTED] >> Sent:Thursday

[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(" $myrow[3] .""); } == If I have a databas

[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] 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 PROT