[PHP-WIN] changing querystring to fixed link

2005-05-04 Thread Muhammad Imran
How I can make different querystring in to fix string, so search engines can cache the pages. I'm using php+mysql+apace, any help much appreciated. Regards, Imran

Re: [PHP-WIN] PEAR vs. PHPLib

2004-03-27 Thread Muhammad Imran
While using PHP lib you stuck yourself with a single Database, PEAR DB is an Database independent implementation of PHP library. If you are sure that you have not change your database in future than must use PHP library because their are some over heads with PEAR:DB module. Imran - Original Mes

[PHP-WIN] setting cookie problem

2003-11-23 Thread Muhammad Imran
Whever I try to set the cookie I get error message (below), what can be the problem. I am setting the cookie in and thier is no output(echo) tags before this. Please help me. Warning: Cannot modify header information - headers already sent by (output started at /www/cookie_test/cookieCount.p

Fw: [PHP-WIN] Two Dimm. Arrays

2003-11-06 Thread Muhammad Imran
Just assigning/retriving the values? Imran - Original Message - From: Muhammad Imran <[EMAIL PROTECTED]> To: Svensson, B.A.T. (HKG) <[EMAIL PROTECTED]> Sent: Friday, November 07, 2003 11:53 AM Subject: Re: [PHP-WIN] Two Dimm. Arrays > assigning/retriving the values? &

[PHP-WIN] Two Dimm. Arrays

2003-11-05 Thread Muhammad Imran
array(2, 'two', 'to'), array(3, 'three', 'tre'), array(4, 'four', 'fire')); Thank you, Imran > From: "Muhammad Imran" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, Nov

[PHP-WIN] Pear ::DB

2003-11-05 Thread Muhammad Imran
I am using Pear::DB package, Can anybody help me if I have array of values and I want to prepare the insert statements through those arrays. Below is the example which I find on every site but not found what I need, please help me. Thank you, Imran $alldata = array( array(1, 'one', 'en'),

[PHP-WIN] Help about Pear

2003-11-03 Thread Muhammad Imran
I am trying to execute/prepare statements on PEAR framework. On the documentation page their is dbh->statement(), can someone tell me what is this dbh, is it database connection or something else, and how it can be prepare. Imran

[PHP-WIN] include_path problem

2003-10-11 Thread Muhammad Imran
I am trying to use PEAR DB interface, I have include it in my include_path but when script run it unable to find it. Can any one help me. I am using RH 8 and PHP 4.3.3. Is it file permission error error message come like: Warning: main(DB.php): failed to open stream: No such file or director

[PHP-WIN] Form data

2003-08-21 Thread Muhammad Imran
How i can process my form data, my form contain just one text input field and .php code have to show it but when i press ""SUBMIT" button my page url does not change nor the input text seen thier. my php code is : Welcome! html form just send the input text with Applicant text field dat

[PHP-WIN] installation problem in win98 system

2003-08-14 Thread Muhammad Imran
Dear Professional, I have try to install Apache 1.3.22 and PHP 4.3.2 on my win98 system. First I have edit the "php.ini" file as doc_root ="c:\phpweb" //my folder where .php files will be placed. extension_dir = "c:\php4win" // php4win is my folder, where i have install my php and

[PHP-WIN] Preconfigure Php+MySql+Apache bundle for Win9x

2002-11-12 Thread Muhammad Imran
Can any one tell me that from where I can get the reconfigured Php+MySql+Apache bundle for Win9x. Thank you, Imran