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 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
--
-
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
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
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
/
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
> >
>
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
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
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
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
&
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
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);
>
>
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
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
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
This is a test mail. Please igno
re it --
Zareef Ahmed :: A PHP Developer in India ( Delhi )
Homepage :: http://www.zareef.net
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
--
Zareef Ahmed :: A PHP Developer in India ( Delhi )
Homepage :: http://www.zareef.net
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
( 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?
- 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
- 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
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: [
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
>
> --
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
- 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
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
/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.
>
>
>
>
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
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.
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
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
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
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
- 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
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
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
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]
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
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
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
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
.
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
,
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
101 - 145 of 145 matches
Mail list logo