i don't know about the sql.. but i have some story.
in php4, when type url like this
localhost/mywork/index.php?myid=1
i able to print the 'myid' variable easyly.. but when in php5.. i must type
$_GET['myid'] to have myid value.
Weaver Hickerson wrote:
Greetings list. We are planning to move ou
Hi, Rick - - -
Well, there really is not a lot to tell. Yes, it is being prompted by
a HTML page. I show the table names with checkboxes or an "all."
As a result, I build the simplest 'dump" statement;
mysqldump databasename>path/outfilename,sql --tables --
user=dunknob --password=doorknob
That is due to register_globals being on by default in PHP4 and off by
default in PHP5. It is a security risk and should not be used. I
believed it is being removed in PHP 6.
Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com
Gunawan wrote:
> i don't know about
Hi Folks,
I've been banging against this for a while and have narrowed it down to a
completely repeatable and tiny test case.
The issue is that any mysql_connect call hangs and causes a segmentation
fault in php5ts.dll. Here are the specifics:
I am running on Windows XP, SP2, Single Athlon 64 3
Peter Degen-Portnoy wrote:
Hi Folks,
I've been banging against this for a while and have narrowed it down to a
completely repeatable and tiny test case.
http://bugs.php.net/
Best place to post it and get it fixed.
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP Database M
Thanks, Chris.
- Peter
On Fri, Dec 12, 2008 at 1:10 AM, Chris wrote:
> Peter Degen-Portnoy wrote:
>
>> Hi Folks,
>>
>> I've been banging against this for a while and have narrowed it down to a
>> completely repeatable and tiny test case.
>>
>
> http://bugs.php.net/
>
> Best place to post it and