; "uid=loose,ou=people,dc=astron,dc=nl" } }
>
> As can be seen, the Common Name (cn), is mysteriously missing. The
> information IS present in the LDAP database, though. Here's a snippet
> of the output of 'slapcat', for the given user:
>
> dn: uid=loose,
Does PHP IMAP have any support for Metadata?
Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm also looking to to this without letters as well.
Thanks in advance,
Steve
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
000 for package 2, etc.
As was mentioned I don't want this script to take ten years to output 2 million
records and I wasn't sure if there are size constraints with comma delimited files.
Hope this clarifies things a little more.
Steve
--
PHP General Mailing List (http://www.php.ne
Hi,
According to the docs, 4.3.0 comes with gd bundled in. Do I still have to use libpng
and jpg and free type seperately?
Do I still need --with-png-dir= in the configuration of php or is it part of the built
in gd library?
Thanks for any help.
Hi,
I am trying to upgrade to php4.3.0, everything works, but when I try to use any gd
image functions I get the following error:
libpng warning: Application was compiled with png.h from libpng-1.2.1
libpng warning: Application is running with png.c from libpng-1.0.12
gd-png: fatal libpng error
instead. Is this a bug?
Shouldn't it use libpng-1.2.1 for everything?
Once I got rid of the rpm versions, I know longer had a problem.
- Original Message -
From: "PHP List" <[EMAIL PROTECTED]>
To: "php" <[EMAIL PROTECTED]>
Sent: Tuesday, January 07, 200
do we need Gates and Windows?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Tue, 2003-07-15 at 15:12, Chris Shiflett wrote:
> --- PHP List <[EMAIL PROTECTED]> wrote:
> > I am writing a php script to accept an HTTPS POST of data from a
> > remote site, process the data, and send an HTTPS POST response back
> > (not necessarily to the same
I am using php mail and setting all my $headers info to show From:, To:,
etc.
It work perfectly on my computer. I use MS Outlook.
I am doing this for a client who received his email via his aol account.
When he receives the email, the email comes in with "Unknown Sender".
Is there issues with this
Hi All,
I have a question about sessions.
I need to pass session data from one domain to a secure domain. (www.mydomain.com to
www.securedomain.com).
I would like to preserve the session data in case the visitor goes back to
www.mydomain.com. I thought about just passing the session ID to www.sec
Hello List,
I'm putting a php app that has been off-line for about 18 months back
on-line. During my absence from php I had heard about some security issues,
so figured I'd try the latest 4.2.3 release.
Sessions and the DB are fine, but GET/POST vars are continually empty. I
m
Hi,
Is it possible to get a mime type of a file?
I need to be able to attach files, but I won't always know the mime type of what is
being attached.
I could look at the extension of the file for a general Idea, but I wouldn't know if a
.jpg file is an image/jpg or image/jpeg.(progressive) and t
t;> Whe i execute those script i get some timing results
> >>
> >>PGSQL
> >>Total time: 0.0576
> >>Execution time: 0.0185
> >>
> >>MySQL
> >>Total time: 0.0086
> >>Execution time: 0.0028
> >>
> >>Time is in seco
Hi,
Lets say I have a simple array like this:
$myarray = array("a"=>"b","d"=>"c");
echo $myarray[0] will return 'b';
How can I get the name of the index? so:
echo $myarray[something] would return 'a';
I know I can do a list($ke
,$myarray,true);
so how do I get 'd'?
> I think you are looking for array_search()
>
> On Mon, 28 Oct 2002, PHP List wrote:
>
> > Hi,
> > Lets say I have a simple array like this:
> > $myarray = array("a"=>"b","d"=>"c
No, array_keys does not do what I want, in order to user array_keys, it
assumes I know the value of the key, but I don't, I want to get the value of
the key but all I know is the index.
> Perhaps you want to look at array_keys().
>
> On Monday, October 28, 2002, at 05:48 PM,
For some reason my brain is not operating within normal parameters this week.
$myarray["test"] = "sd";
echo $myarray[0];
Why will nothing echo? Do I somehow have to initialize indexing on the array $myarray?
php says that $myarray is an array, but I can't access it with numeric indexes.
I know i
c and
> string indices. You seem to be assuming that somehow the first element in
> an array can always be accessed as index 0 which is not the case and never
> has been.
>
> -Rasmus
>
> On Wed, 30 Oct 2002, PHP List wrote:
>
> > For some reason my brain is n
#x27;this->DoArrayStuff',
'$this->DoArrayStuff' but none work.
The only way I can seem to use DoArraySuff is to define the funcion
seperate(outside) from the class, which seems kind of odd since the only
time the function is needed is internally by this class.
}
}
Too many to list in an email. This site has allot of information.
http://searchenginewatch.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
has something to do with the fact that all the boxes have the same
name rgItems[] and the browser doesn't know which one to uncheck.
Has anybody else come accross this?
Thanks,
And I apologize for asking this question on the PHP List, but I am hoping someone here
may have had the same problem
MySQL table. I do
not
> want to submit as that would reload the form and the user would lose other
> changes to other fields.
>
> Any idea?
>
> Don
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
main2.php?id=7' for inclusion
(include_path='.:/usr/share/pear') in
/home/critical/public_html/maloy/index.php on line 21
Line 21 is the following:
How can I write it so I can use:
http://maloyportalen.no/~critical/maloy/index.php?page=main2.php?id=7
Regards
Paul Ottar Tornes.
lListForm.elements['rgItems[]'][i].checked == true)
> {
> alert(document.LevelListForm.elements['rgItems[]'][i].value);
> document.LevelListForm.elements['rgItems[]'][i].checked = false;
> }
> }
> }
> //-->
>
>
> PHP List wrote:
> > Hi,
&
2002 9:09 AM
> Subject: [PHP] How printing the name and value of a variable ?
>
>
> Hello,
> I'd like to print the name of a variable, in order to get something like
> this :
>
> THE VARIABLE tigidizougou EQUALS 12 !
>
> from the original code below :
>
> $ti
;Paul Marinas" <[EMAIL PROTECTED]>
> To: "incoming" <[EMAIL PROTECTED]>
> Cc: "Stephen" <[EMAIL PROTECTED]>; "PHP List"
> <[EMAIL PROTECTED]>
> Sent: Tuesday, November 05, 2002 4:57 PM
> Subject: Re: [PHP] Firewall Question
> > There is some software to open ports but I'm not sure what it is or
> > anything
> > > like that. Thanks for the help so far.
> > >
> > >
> > > - Original Message -
> > > From: "Paul Marinas" <[EMAIL PROTECTED]>
&
Hi,
This is more of a Javascript question so please forgive.
I generate a dynamic form with php.
I need to be able to test in javascript if a certain field exists:
.
.
if (document.myform.mytextfield) {
.
.
This line will give me the javascript error "document.myform.mytextfield is undefined"
Same problem, I still get an undefined error.
> Try using the string functions.
>
> document.myform.mytextfield.value or something...
>
> On Thu, 2002-11-21 at 13:25, PHP List wrote:
> > Hi,
> > This is more of a Javascript question so please forgive.
> >
>
Hi list,
I have scoured the archives with no good game plans.
Here is what I am trying to accomplish:
dump a table to a file on my server:
$sql = "SELECT * INTO OUTFILE '/tmp/test.txt' FIELDS TERMINATED BY '\t'
LINES TERMINATED BY '\n' FROM table_name"
scripthash/ Sadly we have not had the time to update the
documentation for this module but it is on our TODO list and in the mean time
we are happy to reply to and emails you send us.
Thanks for your time
Tom
--
***
List Client
SCL Internet Services
is
> generated page.
>
> can I do this with PHP ?
>
>
> thanks for your advice.
> best regards..
>
> (sorry me... my english isn't good enough) :-)
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTE
d regex error(14) in /test.php on line 2
What is an error 14 ?
Thanks,
Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
ll it).
my code works, but is there any other way
to do this, because i think it's kinda slow
another question, is it ok to have a database-driven
shopping cart? i make use of the database to as the
actual cart holder?
i need your opinions on these....
thanks!
Brian Fe
ll it).
my code works, but is there any other way
to do this, because i think it's kinda slow
another question, is it ok to have a database-driven
shopping cart? i make use of the database to as the
actual cart holder?
i need your opinions on these
thanks!
Brian Felician
ll it).
my code works, but is there any other way
to do this, because i think it's kinda slow
another question, is it ok to have a database-driven
shopping cart? i make use of the database to as the
actual cart holder?
i need your opinions on these
thanks!
Brian Felician
right
in the table? I like the idea of not cluttering up my file system. Pictures
would only be about in the 20K range.
Thanks,
Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
Is it possible to detect if a file is being called as an include or require?
ex:
include("file.php")<-- file.php code can "detect" that is has been
called as an include.
Thanks,
Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, vi
something like this?
Does anyone have any ideas?
thanks
chad
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ating image. This will make your templating a whole lot more
> flexible (you can now specify the on each page, for instance).
>
> miguel
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PH
ill equal ?
>
> TIA
>
> Robert
>
> --
> -- NRC ONLINE --
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
:
#99; }
TABLE { width : 80%; }
TABLE.solutions { background : #F9F9F9; border : 1px solid; }
TD { font : 13px; text-align : left; vertical-align : top; }
STRONG { color : #00; }
STRONG.light { color : Gray; }
LI { list-style : circle; }
A, A:VISITED { color : #6194C7; text-decoration : none
J> Davíð Örn Jóhannssson
> DOJ> Vefforritari
> DOJ>
> DOJ> Atómstöðin hf.
> DOJ> Austurstræti 12
> DOJ> 101 Reykjavík
> DOJ>
> DOJ> sími: 520-8105
> DOJ> <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTE
Yes, this is probably in the manual, but I can't find it.
If I want to upgrade from 4.0.6 to 4.1.2, do I have to re-compile apache as
well?
Thanks
Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
Does anyone know where the PNG library went?
The manual points to cdrom.com/pub/png, but that does not exist anymore.
Thanks for any help.
Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: [PHP] Stupid QuestionThanks for all the responses.
Just to be clear, I have php installed as a module, so I have to re-compile apache.
- Original Message -
From: Adam Plocher
To: 'PHP List'
Sent: Thursday, February 28, 2002 9:46 AM
Subject: RE: [PHP] Stupi
libpng.org/pub/png/
>
>
> Greg Donald - http://destiney.com/
> http://phprated.com/ | http://phplinks.org/ | http://phptopsites.com/
>
>
--
PHP General Mailing List (http://www.p
Phone: 903-223-3156
> > > Fax: 903-223-3139
> > > Office: 165
> > >
> >
> >
>
>---
-
> >
> >
> >
> > >
> > > ---
> > > Outgoing m
?
Regards,
Adrian Mcmanus
IT Director
The B&F System, Inc.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> # Daniel Alsén| www.mindbash.com #
> # [EMAIL PROTECTED] | +46 704 86 14 92 #
> # ICQ: 63006462 | #
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAI
to 7
(as
> above) it stops reading after 7 characters?
>
> - Daniel
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EM
am(address);
> > > $phone = param(phone);
> > >
> > > @required = qw( name address phone );
> > >
> > > foreach $key($required)
> > > {
> > > if (!$$key) { &out("You left one empty."); }
> > > }
> > >
> > > ??
> >
>
, that then this proceeds some kind of
process bar must scroll until script finishes his job...
> so - any ideas ?
> Thnx anyway :)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the
nt-Length: " . strlen($url));
echo $url;
But nothing happens, I just get the broken image.
My logs show nothing about a script failure or about a file not being found.
I tried without the header("Content-Length: " . strlen($url)); but no diff.
Thanks for any help.
--
PHP Genera
if");
> > header("Content-Length: " . strlen($url));
> > echo $url;
> >
> >
> > But nothing happens, I just get the broken image.
> > My logs show nothing about a script failure or about a file not being
> found.
> > I tried without the hea
Hi,
Can anyone tell me why this is a never ending loop?
$i=0;
$count = 1;
while ($count > $i);
{
echo "$i ";
$i++;
}
Chris
Oops, well, that is just mental.
Must be getting tired or something, yes, that's it :)
Thanks.
- Original Message -
From: "Gyozo Papp" <[EMAIL PROTECTED]>
To: "PHP List" <[EMAIL PROTECTED]>; "php" <[EMAIL PROTECTED]>
Sent: Tuesday,
shows mod_php4.c in the list.
However, I was using this before:
php3_engine on
What do I use now? I tried just engine on, but httpd complains:
Invalid command 'engine', perhaps mis-spelled or defined by a module not included in
the server configuration
Thanks for any help.
nk this
software
> would be in the open source community? Is there a need for something like
I
> have and am still developing? Do you all think that I could get some more
> developers to work on this software to make it even more powerful than it
is
> now?
>
> The reason why I
t; > > $email = $row["email"];
> > > $name = $row["name"];
> > > // code to send email (use the mail() function)
> > > }
> > >
> > > Good luck,
> > > Tyler Longren
> > > Captain Jack Communications
> > &g
f this confirmation.
>
> Wishing you a fun filled vacation!
> If you should have any additional questions or cann't connect to the site
> do not hesitate to contact me direct:
> mailto:[EMAIL PROTECTED]?subject=Help!
>
> --
> PHP General Mailing List (http://www.php.net/)
&
Hi,
Can anyone tell me why php is behaving like this?
If I use enctype="multipart/form-data", it seems the first form field is not passed to
php.
ex:
$cmd will not be passed to php, I have to do this:
Now I can use $cmd.
Is this normal?
Windows Law 1: What boots
> On Thu, 30 Aug 2001 02:25, PHP List wrote:
> > Hi,
> > Can anyone tell me why php is behaving like this?
> >
> > If I use enctype="multipart/form-data", it seems the first form field
> > is not passed to php. ex:
> > > enctype="multip
Hi,
I am trying to update my server to php4. Everything seemd to compile fine.
httpd -l shows mod_php4.c in the list.
I used to use these entries in my httpd.conf to specifically turn php on in certain
dirs instead of default on for everyting.
php3_engine on
But I cannot find a combo
OTECTED]>
To: "PHP List" <[EMAIL PROTECTED]>; "php" <[EMAIL PROTECTED]>
Sent: Tuesday, September 04, 2001 11:52 AM
Subject: Re: [PHP] Engine Question
> PHP4's configuration syntax has changed; see
>
> http://www.php.net/manual/en/configuration.php
Hi,
I heard it was possible to turn off/on php execution in a directory using
the .htaccess file.
Can some one tell me how to do that?
Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To
columns, row 3
will have 21 columns, row 4 will have 28 columns, and so on. I can't figure
out why this is. Either it's something new in PHP5 or I'm doing something
really stupid. I am sending a PDF attachment of a snapshot showing a hint,
made purely with HTML, of what I am trying to achieve. If anyone can help me
it would be greatly appreciated. Thanks guys.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ally impossible to enforce security with JS. Anything
you try to do I could get around with Proxomitron and/or Opera.
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/uns
> greetings
> i'm looking for good/free Knowledge Base/ FAQ system
> any recommendation ?
>
For a simple easy to use and free Knowledge Base/FAQ system I've used
ODFaq and have been quite happy with it.
http://www.oodie.com/project/odfaq/
--
PHP General Mailing List (h
Hello everyone,
I want to build a music site, all copyrights intact, and I want users to be
able to download mp3 or realplayer files using a one-click link. When they
click on a link they will simply be given a typical download window to save
that music file. How do I go about doing that and ho
ual/en/function.swfmovie.streammp3.php). It's a
bit tricky though, but i can't think of anything else.
--
Daniel Schierbeck
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
r($db)) {
die ($db->getMessage());
}
-- Nilaab
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> die ($db->getMessage());
> }
>
> -- Nilaab
>
The message 'extension not found' means that PEAR couldn't find the mysql db
extension. Hmm. In cases like this, create a phpinfo.php file as documented
on
this list and see what shows up. Or, you can type at the comm
Hello everyone,
I know this is going to be tough but I need a hosting company that supports
PHP5, has unlimited disk space and a good amount of bandwidth with a
decently fast connection for a decent price. I realize that this might be
rare, but is anyone offering such a package like this anywhe
;] + 1) ==
> $descendants[$i]['lft'])) {
>$children[] = $descendants[$i]; // found first child
>}
>elseif (($children[count($children)-1]['rgt'] + 1 ==
> $descendants[$i]['lft']) && $children[count($children
t;$children[] = $descendants[$i]; // found first child
>}
>elseif (($children[count($children)-1]['rgt'] + 1 ==
> $descendants[$i]['lft']) && $children[count($children)-1]['rgt'] + 1 !=
> $parent_coord[
ything!
Next time you start a thread please give it a meaningful subject.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
--
$descendants[$i]; // find next children
}
}
return $children;
}
Thanks in advance to anyone that can explain this error to me.
Nilaab
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
$message = 'Please Input A Category To Add';
} elseif ($cat == '' && $addAfterCat_lft != '') {
$message = 'Please Choose A Category To Add This Category
To';
}
} else {
$message = 'Category Already Exists In The Parent Category';
}
return $message;
}
---
What am I doing wrong?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
$message = 'Please Input A Category To Add';
} elseif ($cat == '' && $addAfterCat_lft != '') {
$message = 'Please Choose A Category To Add This Category
To';
}
} else {
$message = 'Category Already Exists In The Parent Category';
}
return $message;
}
---
What am I doing wrong?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
u shouldn't have a problem. So you might
try outputting the results of your conversion to your PHP error log
before you pass it to Informix.
You may find more help on an Informix list.
John
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Angus Mann wrote:
Original Message -
From: Ashley Sheridan
To: Angus Mann
Cc: php-general@lists.php.net
Sent: Friday, November 13, 2009 8:31 AM
Subject: Re: [PHP] uniqid() and repetition of numbers generated
On Fri, 2009-11-13 at 08:22 +1000, Angus Mann wrote:
Hi all.
xpected content
elements.
As things go, it got a little more complex than that, and then a little
more complex than that, etc.
It's been working fine for me for five or six years and is still
reasonably elegant. I've thought of open sourcing it, but I have a hunch
there are seve
inary proposal is
this Friday, March 29!
http://mosscon.org/
Spread the word and submit your proposal.
Thanks,
John Hicks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
won that crown
many times over. That said, when I was in University, it was difficult
to find a programming class that taught anything but Java - and that was
10yrs ago now. I chalked it up to the education bubble not being able
to see what the rest of the world is actually doing.
--
PHP General M
How can I avoid this or
investigate in this? Is this a know issue?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
I also have set wait_timeout 45 in my.cnf on server A and mysqli.reconnect On
on client B and C in php.ini.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
freelance programmers and clients
come together and bid on projects with different levels of experiences and
prices, but I don't remember where that is now. Can anyone direct me to a
website such as that? Any help would be appreciated. Thank you.
Navid
--
PHP General Mailing List (http://w
se can pick a month
>> and see the days of the week?
>
>
> You may want to try this class that does precisely that:
>
> Class: Calendar generation class
> http://www.phpclasses.org/calendargenerator
>
>
--
PHP General Mailing List (http://www.php.net/)
To un
ly,
but it is not compatible.
But if I am informed correctly, some of the packages are already compatible.
Gruss,
Ollie.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t;);
$template->addVar("room_num", "ROOM_NUM", '101');
$template->addVar("room_type", "ROOM_TYPE", 'NQQ');
$template->parseTemplate("guest_row", "a");
}
I populated the guest's name statically so I can see how the loop works. The
looping is wrong and it only yields 7 rows. In the first row it has 1 column
of data, the second row has two columns of data, the third one has three
columns of data, and so on. How do I fix it to where each date column has
exactly 32 rows of guest names?
I hope this makes sense. Any help will be appreciated.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
for (columns)
{
}
}
explained in english: you need to handle one row/person at a time and
not one column/date at a time.
on the other hand i'm not sure i totally understand your desired
output, so maybe a quick ascii table would help me/us?
chris.
--
PHP General Mailing List (http://
h: you need to handle one row/person at a time and
not one column/date at a time.
on the other hand i'm not sure i totally understand your desired
output, so maybe a quick ascii table would help me/us?
chris.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: htt
you do, you shift
the bulk of the data processing and arranging to the DB (which does it a
lot more efficiently than PHP). Then you just have to use PHP to create
the table, the relevant headings and to populate the cells.
Ok, I am finished sticking my oar in...
Rory
--
PHP General Maili
the difference between perl and php
Regards
Syed
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
EMAIL PROTECTED]"
virus. File quarantined as: "".
http://www.fortinet.com/VirusEncyclopedia/search/encyclopediaSearch.do?method=quickSearchDirectly&virusName=W32%2FNetsky.P%40mm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Why am I not able to access the obj name field in script 2?
thanks in advance,
--script1---
setName('MyName');
$obj->display();// outputs 'MyName'
header("Location:
http://localhost/~lr/webProj/photoAlbum2/sessionReceiveObj.php";); //
re-direct to script2
ob_flush();
?>
---script 2
/sessionReceiveObj.php";); //
re-direct to script2
> >
> > ---script 2
> > > include("TestClass.php");
> > session_start();
> >
> > $newObj = unserialize($_SESSION['obj']); //-- convert string back into
object
>
> DONT UNS
errata:
$newObj->display();// this *does* work
On 11/29/06, list arama <[EMAIL PROTECTED]> wrote:
Here's what I came up with:
--script1---
setName('MyName');
$obj->display();
header("Location: http://localhost/~mdl/webProj/photoAlbu
1 - 100 of 187 matches
Mail list logo