Re: [PHP] apache 2, mysql 5.0.1.rpm and php 5.0.2 on RH9

2004-11-09 Thread Haseeb Iqbal
- From: "Greg Donald" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 09, 2004 12:52 AM Subject: Re: [PHP] apache 2, mysql 5.0.1.rpm and php 5.0.2 on RH9 > On Mon, 8 Nov 2004 07:19:30 +0500, Haseeb Iqbal <[EMAIL PROTECTED]> wrote: > >

[PHP] apache 2, mysql 5.0.1.rpm and php 5.0.2 on RH9

2004-11-07 Thread Haseeb Iqbal
using >> apache 2, mysql 5.0.1 rpm install, php 5.0.2 i want to install php with both mysql and mysqli support. but everytime i get this error. help please. configure command == ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr --with-mysqli=/u

Re: [PHP] IMAP connect problem

2004-05-19 Thread Haseeb Iqbal
i am using standard port 143. - Original Message - From: "raditha dissanayake" <[EMAIL PROTECTED]> To: "Haseeb Iqbal" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, May 19, 2004 9:10 PM Subject: Re: [PHP] IMAP connect problem >

Re: [PHP] Fatal error help

2004-05-19 Thread Haseeb Iqbal
the class you are defining is already or the file in which you have defined the class in somehow included twice.. consider using require_once for you class include file. HTH, Haseeb - Original Message - From: "robi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 19, 2004

[PHP] IMAP connect problem

2004-05-19 Thread Haseeb Iqbal
hi all, when i try to connect to imap server i get this and the script aborts. what should i do to fix. Certificate failure for localhost: self signed certificate: /C=US/ST=NY/L=New York/O=Courier Mail Server/OU=Automatically-generated IMAP SSL key/CN=localhost/[EMAIL PROTECTED] consider mysel

Re: [PHP] gd for windows not working

2004-03-09 Thread Haseeb Iqbal
try restarting apache.i am not an expert but it might do the trick. Haseeb - Original Message - From: "Firman Wandayandi" <[EMAIL PROTECTED]> To: "Joe Patiani" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, March 10, 2004 10:26 AM Subject: Re: [PHP] gd for windows not workin

Re: [PHP] Mysql Insert/Update Problem

2004-01-07 Thread Haseeb Iqbal
i have index the db properly. what next?? Haseeb - Original Message - From: "Rolf Brusletto" <[EMAIL PROTECTED]> To: "Haseeb Iqbal" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 08, 2004 4:04 AM Su

[PHP] Mysql Insert/Update Problem

2004-01-07 Thread Haseeb Iqbal
taking to much time while inserting. it almost 24 hours now and still it isnt finished.what can i do to update the db faster. thanx for any help in advance Haseeb Iqbal.

Re: [PHP] Re: Script timeout Problem

2003-12-19 Thread Haseeb Iqbal
i tried this but to noavail. anyother sugestion really this problem is really annoying me now Haseeb - Original Message - From: "Marek Kilimajer" <[EMAIL PROTECTED]> To: "Haseeb Iqbal" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, Decemb

Re: [PHP] Re: Script timeout Problem

2003-12-18 Thread Haseeb Iqbal
- Original Message - From: "Jas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 19, 2003 3:16 AM Subject: [PHP] Re: Script timeout Problem > Have you tried setting a limit on your MySQL insert and update > statements to limit the amount trying

[PHP] Script timeout Problem

2003-12-18 Thread Haseeb Iqbal
hi, i need to update a mysql table with a dbf file, the dbf file contains more then 16 records. i knew that the script will not be able to update 16 records in 1 go so i am refreshing the page after speacific no of records. but still the same problem. the script timeout.i tried changing

Re: [PHP] help!

2003-10-31 Thread Haseeb Iqbal
in php.ini (that will be in wondows folder or in wondows/systems folder) search for "cgi.force_redirect" and the set it to 0 HTH Haseeb - Original Message - From: "MÃ¥rten Palm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 01, 2003 12:11 AM Subject: [PHP] help! > I

Re: [PHP] securing a graphic

2003-06-19 Thread Haseeb Iqbal
yeah there is a way you have to use some third party tools for that. http://www.antssoft.com/htmlprotector/index.htm .php can't do this AFAIK - Original Message - From: "Ryan Holowaychuk" <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Sent: Friday, June 20, 2003 2:26 AM S

[PHP] OOT Payflow Urgent

2003-06-19 Thread Haseeb Iqbal
hi all, i am using curl to post data to the payflow link server. now here are the questions that i want to ask. here is the server stats Linux+ php + mysql + curl + ssl 1) now i want to know if curl is safe to use? i know about the payflow sdk but i also know that i can execute the sdk by exec call

Re: [PHP] pagenting logic to cut short

2003-06-05 Thread Haseeb Iqbal
hi, i made this script i think this will help all others as well i am not very good at PHP soo if you find anything that you things you can make better then plz do so and give me a copy as well so that i can also benefit. one problem this function was made for MSSQL will need some changes and will

[PHP] Strange Behaviour of cookies

2003-06-02 Thread Haseeb Iqbal
Hi all, don't know for sure if this is heppening to me only or there are others who faced the same problem here is whats wrong when ever i set a cookie it didn't get set even i refresh the page (with php header function) but then i echo something on the page and then use HTML meta refresh the co

Re: [PHP] imap_open()

2003-06-02 Thread Haseeb Iqbal
check if you have complied php with imap support and if you are on windows then check if it is uncommencted in the ini Haseeb - Original Message - From: "buttoz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 1:46 AM Subject: [PHP] imap_open() > hi, > > i have pro

Re: [PHP] Cookies Probelm,

2003-05-31 Thread Haseeb Iqbal
thanx for the information. how can i overcome this ? any idea? Haseeb - Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: "Haseeb Iqbal" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, May 30, 2003 11:01 PM Subject: RE: [PHP]

[PHP] Cookies Probelm,

2003-05-31 Thread Haseeb Iqbal
hi guys i am having this strange problem.i want to store quite a lot of data in cookie as an array but the problem is when ever my arrays size get equal to 4 it starts over. what could be the problem? here is the array that i get Array ( [Cart] => Array ( [14] => Array

Re: [PHP] vpopmail what is it???

2003-05-29 Thread Haseeb Iqbal
inventing, experimenting, growing, taking risks, breaking rules, making mistakes, and having fun. Haseeb Iqbal - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 29, 2003 02:43 PM Subject: Re: [PHP] vpopmail what is it??

[PHP] vpopmail what is it???

2003-05-29 Thread Haseeb Iqbal
rules, making mistakes, and having fun. Haseeb Iqbal

Re: [PHP] alignment

2003-04-06 Thread Haseeb Iqbal
this is off topic but anyway try this '; $string.=$wname; $string.=' don't use div as it gives line break automaticly Friendship is always a sweet responsibility, never an opportunity. HaSeEb IqBaL. 0300-4258030 - Original Message - Fro

Re: [PHP] chill out

2003-04-03 Thread Haseeb Iqbal
posts,what you people think? i think it will help Friendship is always a sweet responsibility, never an opportunity. HaSeEb IqBaL. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Help in sorting

2003-04-02 Thread Haseeb Iqbal
6 [msgno] => 25 [recent] => 0 [flagged] => 0 [answered] => 0 [deleted] => 1 [seen] => 1 [draft] => 0 ) ) i want the array just like the sequence what should i do? Friendship is always a sweet respon

[PHP] Problem with mail

2003-04-01 Thread Haseeb Iqbal
hi all while sending mail from php i keep getting this "Server Error " on line 2 and this is on line 2 mail("[EMAIL PROTECTED]", "the subject", "hi","From: [EMAIL PROTECTED]"."Reply-To: [EMAIL PROTECTED]"."X-Mailer: PHP/" . phpversion()); what is wrong with this what i am going wrong ?? regards

Re: [PHP] what could be wrong

2003-03-30 Thread Haseeb Iqbal
thanx everyone i got it the problem was i was opening connection with OP_HALFOPEN Friendship is always a sweet responsibility, never an opportunity. HaSeEb IqBaL. 0300-4258030 - Original Message - From: "Haseeb Iqbal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

[PHP] what could be wrong

2003-03-30 Thread Haseeb Iqbal
i am doing this $arr=imap_sort($pIMAP,1,1); and getting this error Notice: (null)(): Error in IMAP command received by server. (errflg=2) in Unknown on line 0 what could be wrong here regards Friendship is always a sweet responsibility, never an opportunity. HaSeEb IqBaL. 0300-4258030 -- PHP

Re: [PHP] Test tables existance

2003-03-30 Thread Haseeb Iqbal
use mysql_query("show tables"); get them in array and then scan the array thats what i would do if there isn;t any function Friendship is always a sweet responsibility, never an opportunity. HaSeEb IqBaL. 0300-4258030 - Original Message - From: "Antti" <[EMAIL

Re: [PHP] Problems with post data

2003-03-30 Thread Haseeb Iqbal
hi, i have seen some script using a unique method.they grab all the global variables in a array and then unset the global variables.ofcourse they are not handling file uploads.i think its a good idea if you are not uploading files. any suggestions are welcome Haseeb >I'v noticed that when the d

Re: [PHP] combining multi-dimensional arrays from multiple parse_ini_file results

2003-03-29 Thread Haseeb Iqbal
the previous one. If, however, the arrays contain numeric keys, the later value will not overwrite the original value, but will be appended. Friendship is always a sweet responsibility, never an opportunity. HaSeEb IqBaL. 0300-4258030 -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] File Type Validation problem.

2003-03-29 Thread Haseeb Iqbal
i think the comparision is case sensitive. try strlower for image types and compare with lower cases. also note that for IE image type for jpg is pjpeg so include this to Friendship is always a sweet responsibility, never an opportunity. HaSeEb IqBaL. 0300-4258030 -- PHP General Mailing List

Re: [PHP] Image size, (not weight) help

2003-03-29 Thread Haseeb Iqbal
= JB2, 13 = SWC, 14 = IFF. These values correspond to the IMAGETYPE constants that were added in PHP 4.3. Index 3 is a text string with the correct height="yyy" width="xxx" string that can be used directly in an IMG tag. Friendship is always a sweet responsibility, never an oppor

[PHP] Help Cookies

2003-03-29 Thread Haseeb Iqbal
hi how can i set the cookies life to non expireable and what action should i take when the user signs out? Regards. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Is there a PHP for Dummies?

2003-03-29 Thread Haseeb Iqbal
if you don't find anything from the php manual or from the php lists then you wont find it from any book.so i say you stick to this list and php manual. Haseeb. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Session Theft

2003-03-28 Thread Haseeb Iqbal
i just want to figure out a way by which i can stop session theft.i thought if i can get something from user end that is unique for that user.for e.g. his/her IP .but it will not work when they are behind firewall.they will be assigned same IP.is there a way for me to get the IP (e.g.202.202.202.20

[PHP] Anything that is changed when the browser is closed

2003-03-28 Thread Haseeb Iqbal
hi, just wanna know if there is anything in php that can be used (besides sessions) to get anything from the $_SERVER that is unique and gets changed each time we close the browser. anything at all to check if the user has closed the browser. regards Haseeb

Re: [PHP] Internet Explorer toolbar

2003-03-27 Thread Haseeb Iqbal
hello, just want to suggest something to the list manager. there should be a way to email every newly subscribed user about what php can do and what php can't this will help solve many problems.i have been subscribed to this list for 10 days or so and i have recieved more then 50% of the mails abou

[PHP] last questions

2003-03-27 Thread Haseeb Iqbal
thanx to all those who replied to my previous question. 1 more question.i need help with reqular expressions.i want to check valid (email) usernanes for my mail server .i.e. Qmail. any help welcome. thanx in advance Haseeb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: h

[PHP] Qmail question

2003-03-27 Thread Haseeb Iqbal
i just want to know what format does qmail use to store password in the password file.what function should be used to generate that password thanx in advance for the answers Haseeb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem Parsing message/rfc822

2003-03-24 Thread Haseeb Iqbal
hi, i have paresed entire messaage into an array. everything was ok untill i encountered a message/rfc822 subtype.it was a farwaded message.now my array contains everything from images to headers in a subscript 'TEXT'. the actual array returned is Array ( [Date] => Tue, 18 Mar 2003 13:28:07

[PHP] Problem Parsing message/rfc822

2003-03-24 Thread Haseeb Iqbal
hi, i have paresed entire messaage into an array. everything was ok untill i encountered a message/rfc822 subtype.it was a farwaded message.now my array contains everything from images to headers in a subscript 'TEXT'. the actual array returned is Array ( [Date] => Tue, 18 Mar 2003 13:28:07

[PHP] Help Please

2003-02-23 Thread Haseeb Iqbal
Hi All, i am new to qmail and linux so bear with me.first of all i would like to clearly state my situation here.we have to servers linux+windows.we have qmail installed on linux.wesite is hosted on windows.now i want to create user from my webbased signin form.(which is on win2k).how can i do