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
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 |
---
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 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
>
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
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
_
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
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
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
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
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:
>
>
>>
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
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
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/
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
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
--
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
.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
;
>Use mysql_fetch_object...
>
>
>$myrow->WHATEVER
>
>
>Whatever = whatever the field name is
>
>
>
>Dan
>
>
>
>
>
>
>
>
>
>> --
>> From:Nagasea
>> Reply To:[EMAIL PROTECTED]
>> Sent:Thursday
;
>Use mysql_fetch_object...
>
>
>$myrow->WHATEVER
>
>
>Whatever = whatever the field name is
>
>
>
>Dan
>
>
>
>
>
>
>
>
>
>> --
>> From:Nagasea
>> Reply To:[EMAIL PROTECTED]
>> Sent:Thursday
;
>Use mysql_fetch_object...
>
>
>$myrow->WHATEVER
>
>
>Whatever = whatever the field name is
>
>
>
>Dan
>
>
>
>
>
>
>
>
>
>> --
>> From:Nagasea
>> Reply To:[EMAIL PROTECTED]
>> Sent:Thursday
//-- 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
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
_
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
24 matches
Mail list logo