RE: [PHP] Array to $_GET variable

2004-11-10 Thread Zareef Ahmed
way to manage this as sometime value may be too long to store in $_GET variable. Do You get any error on unserialization? Zareef ahmed -Original Message- From: Mike Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 10:14 PM To: [EMAIL PROTECTED] Subject: [PHP] Array to

RE: [PHP] Error logging problem

2004-11-10 Thread Zareef Ahmed
re working; but, the errors are not being appended to error.log. I put a error.log in the folder, assuming the error handler needed one to append to. I don't want to turn on error logging for the whole site; just the folder I'm working on. Thanks -- -

RE: [PHP] How do I get referer in php?

2004-11-17 Thread Zareef Ahmed
Hi use Print $_SERVER['HTTP_REFRER']; But some time browser do not send it properly so please check it with another browser if fails. Zareef Ahmed -Original Message- From: John Holmes [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 3:39 AM Cc: [EMAIL

RE: [PHP] php extension problem

2004-12-01 Thread Zareef Ahmed
o e.g. "C:\php\ext" Do you have every file (you have loaded in php.ini) in your extension directory i.e in c:\php\ext? Zareef ahmed >Any suggestions? Thanks in advance. Marcel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Very fresh to php

2004-12-02 Thread Zareef Ahmed
Hi, Visit http://www.sitepoint.com/article/phps-creator-rasmus-lerdorf/39 Zareef ahmed -Original Message- From: Reinhart Viane [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 8:09 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] Very fresh to php I

Re: [PHP] CMS

2004-12-28 Thread Zareef Ahmed
/ zareef ahmed On Tue, 28 Dec 2004 16:41:57 +0600, kalinga <[EMAIL PROTECTED]> wrote: > typo3, it's a good one.. > > try it ;-) > > vk. > > On Tue, 28 Dec 2004 11:00:32 +0100, Javier Leyba > <[EMAIL PROTECTED]> wrote: > > > > Hi > > >

Re: [PHP] Environment and Modules

2004-12-28 Thread Zareef Ahmed
HI, Install instruction file contains all information you need to enable some of the exetension. HINT :: dlls folder zareef ahmed On Tue, 28 Dec 2004 18:26:52 +0100, Steven Spierenburg <[EMAIL PROTECTED]> wrote: > Hi There, > > I recently installed PHP and have two things

Re: [PHP] $HTTP_POST array

2004-12-28 Thread Zareef Ahmed
will not run. So Use $_POST, $_GET etc. instead of using old long $HTTP_*_* style. zareef ahmed On Mon, 27 Dec 2004 18:31:21 +0300, Burhan Khalid <[EMAIL PROTECTED]> wrote: > kalinga wrote: > > Dear all, > > Is it possible to pass the entire $HTTP_POST array to a functio

Re: [PHP] Making includes and requires safe.

2004-12-28 Thread Zareef Ahmed
I agree with John Holmes that it is targeted at PHP. It is really wonderfull thing to know that google, yahoo can detect my php code on my site. These news item written by total uninformed (or Illinformed ) persons. zareef ahmed -- Zareef Ahmed :: A PHP Developer in India ( Delhi ) Homepage

Re: [PHP] authentication

2004-12-28 Thread Zareef Ahmed
Hi Ali, Visit http://zareef.users.phpclasses.org/browse/class/21.html You will find a lot of code. zareef ahmed On Tue, 28 Dec 2004 13:12:14 +1030, Ali <[EMAIL PROTECTED]> wrote: > Hi everyone... > can anyone lead me to a good tutorial on authentication...it wud be good if &

Re: [PHP] Why extra slashes???

2004-12-30 Thread Zareef Ahmed
Hi, You can user stripslashes() function to remove them if gpc quotes is creating some kind of confusion in your mind. BTW these quotes are important in some security related situations. zareef ahmed. On Thu, 30 Dec 2004 20:15:06 -0500, John Holmes <[EMAIL PROTECTED]> wrote: &g

Re: [PHP] PHP any Mysql connection- new b

2005-01-09 Thread Zareef Ahmed
W php3 is outdated and I never see it running on Apache 2 with win xp. zareef ahmed > add.php > > $ID = uniqid("userID"); > > $db = mysql_connect("localhost","root","halfdinner"); > > mysql_select_db (userpass); > >

Re: [PHP] PHP code to analize email HELP

2005-01-09 Thread Zareef Ahmed
extract certain data (this email contains Name, email and > > telephone of a person in a standar html) and insert this data in MySQL > > database. It this posible? > > > > I'm a newbie in PHP/MySQL, any ideas? > > > > Thanks, > > regular expressions are th

Re: [PHP] Re: unable to load curl

2005-01-11 Thread Zareef Ahmed
Please read install.txt carefully, it has a section on this problems, if PHP.INI is fine., then you need to copy some of the dlls available in dlls folder to your system folder. zareef ahmed On Mon, 10 Jan 2005 22:38:41 +0530, Sagar C Nannapaneni <[EMAIL PROTECTED]> wrote: > > Pl

Re: [PHP] .Net Web services

2005-01-17 Thread Zareef Ahmed
Hi Michael, It would be helpful if you elaborate your problem with details like PHP version, OS, Service etc. It will increase the chances of a good response. zareef ahmed On Tue, 18 Jan 2005 11:06:16 +1000, Michael Leung <[EMAIL PROTECTED]> wrote: > Hi all, >I have

[PHP] Test Emai --- Please igonre

2005-10-02 Thread Zareef Ahmed
This is a test mail. Please igno re it -- Zareef Ahmed :: A PHP Developer in India ( Delhi ) Homepage :: http://www.zareef.net

Re: [PHP] PHP 5 Hosting

2005-10-02 Thread Zareef Ahmed
hp.net/unsub.php > > > > > > > -- > Tom Chubb > [EMAIL PROTECTED] > 07915 053312 > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Zareef Ahmed :: A PHP Developer in India ( Delhi ) Homepage :: http://www.zareef.net

[PHP] Test Mail please igonre it

2005-10-02 Thread Zareef Ahmed
-- Zareef Ahmed :: A PHP Developer in India ( Delhi ) Homepage :: http://www.zareef.net

Re: [PHP] PHP/MySql noob falls at first hurdle

2005-12-09 Thread Zareef Ahmed
Hi Paul, Why you are closing your connection before finishing your work on the database? Zareef Ahmed - Original Message - From: "Paul Jinks" <[EMAIL PROTECTED]> To: Sent: Friday, December 09, 2005 6:50 AM Subject: [PHP] PHP/MySql noob falls at first h

Re: [PHP] simple-ish question but something i never knew

2005-12-10 Thread Zareef Ahmed
( but in my view it is feature) normally. for eaxample: In this script session variable will not be set and will not available on other pages, because sessions also works with headers and headers executed (sent) in reverse order. Am I correct?

Re: [PHP] simple-ish question but something i never knew

2005-12-10 Thread Zareef Ahmed
- Original Message - From: "Robert Cummings" <[EMAIL PROTECTED]> To: "Zareef Ahmed" <[EMAIL PROTECTED]> Cc: "Aaron Koning" <[EMAIL PROTECTED]>; "PHP-General" Sent: Saturday, December 10, 2005 11:03 AM Subject: Re: [PHP] simple-i

Re: [PHP] simple-ish question but something i never knew

2005-12-10 Thread Zareef Ahmed
- Original Message - From: "Robert Cummings" <[EMAIL PROTECTED]> To: "Zareef Ahmed" <[EMAIL PROTECTED]> Cc: "Aaron Koning" <[EMAIL PROTECTED]>; "PHP-General" Sent: Saturday, December 10, 2005 11:40 AM Subject: Re: [PHP] simple-i

Re: [PHP] Moving code from a specific file to a generic one

2005-12-11 Thread Zareef Ahmed
Hi MARG, It will be better if you can provide the code here and what error you are getting. BTW header function is the key here. Zareef Ahmed - Original Message - From: "Miles Thompson" <[EMAIL PROTECTED]> To: Sent: Sunday, December 11, 2005 12:33 PM Subject: Re: [

Re: [PHP] IE6 not returning POST data from a textarea

2005-12-12 Thread Zareef Ahmed
n what exactly you are doing? print_r($_POST) should show the all values of the form including a textarea. What do you mean by "pasted in"? Zareef Ahmed > Works fine for Mozilla, etc. > > print_r($_POST) shows several and values just fine. > > Thanks > > --

Re: [PHP] 1 ip address go here all others go here

2005-12-13 Thread Zareef Ahmed
Hi Dave, You can look for the value of $_SERVER['REMOTE_ADDR'], and then you can serve users as per your preferences. Zareef Ahmed - Original Message - From: "Dave Carrera" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 13, 2005 11:06 AM Subject: [PHP

Re: [PHP] EXPORT DATA

2005-12-13 Thread Zareef Ahmed
- Original Message - From: "Aftab Alam" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 13, 2005 11:20 PM Subject: [PHP] EXPORT DATA > Hi all, > > How can i export excel data to PostgresSQL using PHP. > http//ww.phpclasses.org is good place to search. you

Re: [PHP] Someone please help me with this PHP script.

2005-12-18 Thread Zareef Ahmed
recommendation, it is better to use isset function to check if variable has been set or not. Zareef Ahmed - Original Message - From: "Erik Johnson" <[EMAIL PROTECTED]> To: Sent: Saturday, December 17, 2005 11:05 PM Subject: [PHP] Someone please help me with this PHP sc

Re: [PHP] insert to DB

2005-12-18 Thread Zareef Ahmed
/mysql_ref.php Zareef Ahmed - Original Message - From: "Anasta" <[EMAIL PROTECTED]> To: Sent: Sunday, December 18, 2005 7:41 AM Subject: [PHP] insert to DB > It just wont insert new data into DB--any ideas as i have gone over and > over. > > > >

Re: [PHP] Someone please help me with this PHP script.

2005-12-18 Thread Zareef Ahmed
GET['page'], it is true then it will assign the value of $_GET['page'] to $page variable, otherwise it will be set to null value. You are 14?? Welcome to the wonderfull world of PHP programming. Zareef Ahmed PHP Expert C

Re: [PHP] Someone please help me with this PHP script.

2005-12-18 Thread Zareef Ahmed
sure of that further up the page). > $page = "one"; never happens (you already pulled that one out earlier). > $page = "two"; never happens (you already pulled that one out earlier). > Johnson, make a note of it. you can also read about "switch" statement.

Re: [PHP] Someone please help me with this PHP script.

2005-12-18 Thread Zareef Ahmed
discussion lists, because some time you may get very bad (!) response from the group members if you are asking very easy or normal questions. Zareef Ahmed - Original Message - From: "Erik Johnson" <[EMAIL PROTECTED]> To: Sent: Sunday, December 18, 2005 10:59 AM Subject: R

Re: [PHP] Load from db into -list

2005-12-18 Thread Zareef Ahmed
Hi, Using AJAX or JSRS you can do this. See http://www.ashleyit.com/rs/main.htm Zareef Ahmed - Original Message - From: "Gustav Wiberg" <[EMAIL PROTECTED]> To: "PHP General" Sent: Sunday, December 18, 2005 2:28 PM Subject: [PHP] Load from db into -li

Re: [PHP] How to get a unixtime with micro/mille seconds

2005-12-19 Thread Zareef Ahmed
Hi, use microtime function. Zareef Ahmed - Original Message - From: "Mathijs" <[EMAIL PROTECTED]> To: Sent: Monday, December 19, 2005 5:58 AM Subject: [PHP] How to get a unixtime with micro/mille seconds > Hello, > > I Want to have a unique tim

Re: [PHP] AJAX Framework

2005-12-19 Thread Zareef Ahmed
Hi, You can try pear package HTML_AJAX http://pear.php.net/package/HTML_AJAX Zareef Ahmed - Original Message - From: "Erfan Shirazi" <[EMAIL PROTECTED]> To: ; "Niklas Palmqvist" <[EMAIL PROTECTED]> Sent: Monday, December 19, 2005 6:04 AM Subj

Re: [PHP] PHP is OK in IE but not in Netscape

2005-12-22 Thread Zareef Ahmed
- Original Message - From: "Nanu Kalmanovitz" <[EMAIL PROTECTED]> To: Sent: Thursday, December 22, 2005 4:22 AM Subject: [PHP] PHP is OK in IE but not in Netscape > Hi > > The http://www.kalmanovitz.co.il/hello.php file appears OK in M$-IE but > not in Netscape 7.0. Strange... Can you

Re: [PHP] PHP Frameworks

2005-12-23 Thread Zareef Ahmed
Hi, There are a lot of PHP frameworks like Mojavi, Phrame, php.MVC, phpwebtk, Horde. My choice is Mojavi. BTW Zend is also doing some great work on it. Zareef Ahmed - Original Message - From: "Shawn McKenzie" <[EMAIL PROTECTED]> To: Sent: Friday, December

Re: [PHP] SELECT?

2005-12-28 Thread Zareef Ahmed
STATEMENT where uniquefield like $row['uniquefield']"; mysql_query($newquery); } if you really need to fetch only one record at a time, you can use the LIMIT keyword in your SQL statement, and can create the script as needed. Zareef Ahmed - Original Message - From: "Chr

Re: [PHP] Reading body of page being recieved by another php page

2005-12-30 Thread Zareef Ahmed
Hi, How you are sending the data to that script? It must be availble in $_POST, $_GET, or $_REQUEST, depends how you are sending it. Zareef Ahmed - Original Message - From: "Jamie Kemp" <[EMAIL PROTECTED]> To: Sent: Friday, December 30, 2005 8:57 PM Subject: [PHP]

Re: [PHP] printing keys and values of array

2006-01-05 Thread Zareef Ahmed
read about "foreach" function. Zareef Ahmd - Original Message - From: "Ahmed Abdel-Aliem" <[EMAIL PROTECTED]> To: Sent: Thursday, January 05, 2006 7:58 PM Subject: [PHP] printing keys and values of array Hi i need some help with printing an array, i would like to print the keys a

Re: [PHP] Re: Re: HAPPY NEW YEAR!!

2006-01-06 Thread Zareef Ahmed
France is so late ? ;) zareef ahmed - Original Message - From: "Michelle Konzack" <[EMAIL PROTECTED]> To: Sent: Friday, January 06, 2006 1:37 PM Subject: [PHP] Re: Re: HAPPY NEW YEAR!! > A little bit late, but from France: > > Bonne Année! > > G

Re: [PHP] private, public, protected in 4.3.11

2006-01-12 Thread Zareef Ahmed
Hi Peter, Code you are using is for php version 5. That is one in only reason. You need to install PHP version 5 to run this code or just do it as simple $var type declaration. Zareef Ahmed - Original Message - From: "Peter Lauri" <[EMAIL PROTECTED]> To: Sent: T

Re: [PHP] PHP6 Roadmap

2006-02-02 Thread Zareef Ahmed
Hi, Please visit http://www.php.net/~derick/meeting-notes.html - Original Message - From: "Yannick Warnier" <[EMAIL PROTECTED]> To: "PHP General List" Sent: Wednesday, February 01, 2006 11:02 AM Subject: [PHP] PHP6 Roadmap > Hello, > > Is a roadmap for PHP6 already available some

[PHP] Reverse Engineering of Smarty

2006-02-04 Thread Zareef Ahmed
. Zareef Ahmed

Re: [PHP] Reverse Engineering of Smarty

2006-02-05 Thread Zareef Ahmed
Original Message - From: "Rory Browne" <[EMAIL PROTECTED]> To: "Zareef Ahmed" <[EMAIL PROTECTED]> Cc: Sent: Sunday, February 05, 2006 8:39 AM Subject: Re: [PHP] Reverse Engineering of Smarty If you don't have backups, then: 1: Why do you not

Re: [PHP] Reverse Engineering of Smarty

2006-02-05 Thread Zareef Ahmed
, Rightly I got good adjectives ;) Well I am using CVS for all of my projects and do regular backups. Above all filesystem restore is also available in most of such cases. Lets close this thread, we people really have many meaningful questions to answers. Zareef Ahmed - Original Message

<    1   2