Re: [PHP] my paging task with PHP does not work. It uses cookie.

2007-09-19 Thread Patrik Hasibuan
, but affect is so small, you can't see it). -- Patrik Hasibuan [EMAIL PROTECTED] Junior Programmer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] my paging task with PHP does not work. It uses cookie.

2007-09-19 Thread Patrik Hasibuan
Dear Brian, My problem is solved. thank you very much for your help. === On Wed, 12 Sep 2007 14:04:11 -0400 brian [EMAIL PROTECTED] wrote: Patrik Hasibuan wrote: Dear my friends... I am trying to display the content of a table. Each page must content only 5 records maximum. Each page

Re: [PHP] my paging task with PHP does not work. It uses cookie.

2007-09-19 Thread Patrik Hasibuan
= ; } return Array($html,sprintf(%02d,$numpages),$totalitems,$results); } On 9/13/07, Patrik Hasibuan [EMAIL PROTECTED] wrote: Hi Mike, I am intrested for the solution you gave me. But I am confused of the way in implementing select FOUND_ROWS(). I wrote another very

Re: [PHP] my paging task with PHP does not work. It uses cookie.

2007-09-13 Thread Patrik Hasibuan
a very simple code of sample? Thank you very much in advance. On Wed, 12 Sep 2007 11:58:04 -0700 mike [EMAIL PROTECTED] wrote: On 9/12/07, Patrik Hasibuan [EMAIL PROTECTED] wrote: Dear my friends... I am trying to display the content of a table. Each page must content only 5 records

[PHP] my paging task with PHP does not work. It uses cookie.

2007-09-12 Thread Patrik Hasibuan
in our database, possibly ads-id wrong.br; } } ? /td/tr/table /td !--Bagian Toko Buku Guru-- td valign=top /td !--Bagian Employer-- td valign=top /td /tr /table /body /html -- Patrik Hasibuan [EMAIL PROTECTED] Junior Programmer -- PHP General Mailing List (http://www.php.net

[PHP] clickbank (merchandise provider) for creditcard based internet online transaction.

2007-09-03 Thread Patrik Hasibuan
friends in this mailing-list, has anybody ever get problem or find the disadvantage to use the service of clickbank? Thank you very much in advance. -- Patrik Hasibuan [EMAIL PROTECTED] Junior Programmer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Does JavaScript not work in php web file?

2007-08-26 Thread Patrik Hasibuan
is ok Warm Regards, Sanjeev http://www.sanchanworld.com/ http://webdirectory.sanchanworld.com - Submit your website URL http://webhosting.sanchanworld.com - Choose your best web hosting plan -Original Message- From: Patrik Hasibuan [mailto:[EMAIL PROTECTED] Sent: Saturday, August 25

[PHP] Does JavaScript not work in php web file?

2007-08-25 Thread Patrik Hasibuan
/td td align=left input type=reset /td /tr /form /table /tdtd/td/tr/table /BODY /HTML -- Patrik Hasibuan [EMAIL PROTECTED] Junior Programmer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] OOP in PHP

2007-08-15 Thread Patrik Hasibuan
it prints koneksi berhasil (connection succeeded) but it doesn't. Please tell me what is my mistake. Thank you very much in advance. -- Patrik Hasibuan [EMAIL PROTECTED] Junior Programmer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] OOP in PHP

2007-08-15 Thread Patrik Hasibuan
a look below within your class. I corrected it. try also using include_once instead of require and make sure that your error level and reporting are turned on so you can see what is happening. Patrik Hasibuan wrote: Dear my friends, This is the first time for me to use OOP

Re: [PHP] OOP in PHP

2007-08-15 Thread Patrik Hasibuan
Aug 2007 13:13:18 -0700 Jim Lucas [EMAIL PROTECTED] wrote: Patrik Hasibuan wrote: Dear Jim, You've solved my problem, Jim. Thank you very much. Now, my code give the output as my expectation: superclass koneksi dipanggil koneksi berhasil negara- . But come another problem

Re: [PHP] OOP in PHP

2007-08-15 Thread Patrik Hasibuan
Dear my friend, Jim Lucas. Thank you very much for your help. You've solved my problem one more time. I really appreciate your help. === On Wed, 15 Aug 2007 14:17:02 -0700 Jim Lucas [EMAIL PROTECTED] wrote: Jim Lucas wrote: Patrik Hasibuan wrote: Dear Jim, thanks for your help. I've

[PHP] subtitute of mysql_error()

2007-08-01 Thread Patrik Hasibuan
Dear my friends What is the substitute of mysql_error() ? This line of my code does not work anymore: $hslgbr=mysql_query($sqlgbr,$konek) or die ( mysql_error() ); Thank you very much in advance. -- Patrik Hasibuan [EMAIL PROTECTED] Junior Programmer -- PHP General

[PHP] I am confused to mysql_query.

2007-08-01 Thread Patrik Hasibuan
: $gambarproduk br; } } } ? === -- Patrik Hasibuan [EMAIL PROTECTED] Junior Programmer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] global variable does not exist anymore?

2007-08-01 Thread Patrik Hasibuan
/unsub.php -- Patrik Hasibuan [EMAIL PROTECTED] Junior Programmer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] global variable does not exist anymore?

2007-08-01 Thread Patrik Hasibuan
Thank you very much. === On Fri, 27 Jul 2007 00:26:24 -0500 (CDT) Richard Lynch [EMAIL PROTECTED] wrote: It's register_globals, and you should fix this ancient script to not rely on register_globals being on On Wed, July 25, 2007 5:30 pm, Patrik Hasibuan wrote: Dear my friends... I

Re: [PHP] I am confused to mysql_query.

2007-08-01 Thread Patrik Hasibuan
problem. On Wed, 1 Aug 2007 08:27:51 +0200 Sichta, Daniel [EMAIL PROTECTED] wrote: Hi , Try this: $hsl=mysql_query($stringsql,$koneksi); DS -Original Message- From: Patrik Hasibuan [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 8:23 AM To: php-general

Re: [PHP] I am confused to mysql_query.

2007-08-01 Thread Patrik Hasibuan
Sorry, for my recklessness I missed, $bdku=mysql_select_db(guru,$konek); Es ist peinlich It's embarassing. But thanks for your help. = On Wed, 1 Aug 2007 15:15:43 +0700 Patrik Hasibuan [EMAIL PROTECTED] wrote: Hi Sichta, That's what I am confused. Quoted or no Quote makes

Re: [PHP] $HTTP_POST_FILES always produces empty value.

2007-07-31 Thread Patrik Hasibuan
, Patrik Hasibuan wrote: Dear my friends I don't understand why $HTTP_POST_FILES always produces empty value. This is my code === //cgi/cgiprodukcatalogadmin.php ?php $berkasgambarproduk=$HTTP_POST_FILES['gambarproduk']['name']; echo gambarproduk: $gambarprodukbr; echo

[PHP] $HTTP_POST_FILES always produces empty value.

2007-07-30 Thread Patrik Hasibuan
system default if not ; specified). ;upload_tmp_dir = upload_tmp_dir = /srv/www/htdocs/tmpphp ; Maximum allowed size for uploaded files. upload_max_filesize = 100M === Please tell me, where is my mistake?. Thank you very much in advance. -- Patrik Hasibuan [EMAIL PROTECTED] Junior Programmer

Re: [PHP] Re: $HTTP_POST_FILES always produces empty value.

2007-07-30 Thread Patrik Hasibuan
Hi David, it's solved. Your advise solved my problem. Thank you very much. === On Mon, 30 Jul 2007 22:03:06 +0930 David Robley [EMAIL PROTECTED] wrote: Patrik Hasibuan wrote: Dear my friends I don't understand why $HTTP_POST_FILES always produces empty value. This is my

Re: [PHP] Re: $HTTP_POST_FILES always produces empty value.

2007-07-30 Thread Patrik Hasibuan
Hi David, it's solved. Your advise solved my problem. Thank you very much. === On Mon, 30 Jul 2007 22:03:06 +0930 David Robley [EMAIL PROTECTED] wrote: Patrik Hasibuan wrote: Dear my friends I don't understand why $HTTP_POST_FILES always produces empty value. This is my

Re: [PHP] global variable does not exist anymore?

2007-07-25 Thread Patrik Hasibuan
Then leave it disabled, and code your script properly so it checks the user input and validates it before using it. Cheers, Rich -- Zend Certified Engineer http://www.corephp.co.uk Never trust a computer you can't throw out of a window -- Patrik Hasibuan [EMAIL PROTECTED] Junior

[PHP] global variable does not exist anymore?

2007-07-25 Thread Patrik Hasibuan
. -- Patrik Hasibuan [EMAIL PROTECTED] Junior Programmer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php