[PHP] .doc parsing class or function?

2003-01-05 Thread James Brennan
I'm looking to extract the text from user-uploaded .doc files. Has anyone come across a class or function for this? If not, any advice on where I would go to figure out how to write one of my own? thanks, loop _ STOP MORE SPAM wi

[PHP] Text editors

2003-01-06 Thread Karl James
Hello guys, Right now im using dreamweaver mx I was wondering if anyone knew of any good free text editors that has line counts And is good for php…. Thanks karl --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.434 / Virus Dat

[PHP] help - WHILE in FOREACH

2003-01-07 Thread James Brennan
The while statement is only executing correctly for the first run through the foreach loop. Why? Thanks, loop foreach($desc as $key=>$value) { printf("Show %s Description ", $key, $key); echo ""; while($row = mysql_fetch_row($show_names)) { printf("%s", $row[0], $row[1]);

Re: [PHP] help - WHILE in FOREACH

2003-01-07 Thread James Brennan
The second set of quotes is actualy two single quotes with nothing in-between. .loop From: "Rick Emery" <[EMAIL PROTECTED]> Reply-To: "Rick Emery" <[EMAIL PROTECTED]> To: "James Brennan" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: Re:

Re: [PHP] help - WHILE in FOREACH

2003-01-07 Thread James Brennan
My appologies for the lack of explicit information. Thank you for taking the time to write a reply. That is exactly what I needed to know. Thanks again, James From: Chris Wesley <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [PHP] help - WHILE in FOREACH Date: Tue, 7 Jan 2003 18

[PHP] session not set, server configuration?

2003-01-09 Thread James Tan
id"); session_register("userid"); session_register("userloginid"); setcookie("companyid", $HTTP_POST_VARS["companyid"], time()+(60*60*24*30)); setcookie("loginid", $HTTP_POST_VARS["loginid"], time()+(60*60*24*30)); //redirecting to mai

[PHP] Re: session not set, server configuration?

2003-01-09 Thread James Tan
)); setcookie("loginid", $HTTP_POST_VARS["loginid"], time()+(60*60*24*30)); //redirecting to main.php //header("location: main.php"); exit(); if (session_is_registered("userkey")) { header("location: main.php"); return; } else { echo "sessio

[PHP] test

2003-01-12 Thread Karl James
test

[PHP] test

2003-01-12 Thread Karl James
test   IncrediMail - Email has finally evolved - Click Here

[PHP] test

2003-01-12 Thread Karl James
test   IncrediMail - Email has finally evolved - Click Here

[PHP] test

2003-01-12 Thread Karl James
test   IncrediMail - Email has finally evolved - Click Here

[PHP] TEST

2003-01-12 Thread Karl James
TEST   IncrediMail - Email has finally evolved - Click Here

[PHP] Sorry about that guys,

2003-01-12 Thread Karl James
To mail listing;   sorry about that, i didnt think about all the variables involved thanks for your warning and understanding.   wont happen again!!! thanks   Karl   IncrediMail - Email has finally evolved - Click Here

[PHP] pls help with session

2003-01-13 Thread James Tan
.php //header("location: main.php"); exit(); if (session_is_registered("userkey")) { header("location: main.php"); return; } else { echo "session not set!"; } // always return TRUE... } else { $erron = "Invalid User / Password"; } } else { $

[PHP] Login scritp help needed.

2003-01-19 Thread Karl James
password login page here. any help would be greatly appreciated.   thanks Karl James   http://www.ultimatefootballleague.com/index.htm under construction   IncrediMail - Email has finally evolved - Click Here

[PHP] login script fix help needed

2003-01-20 Thread Karl James
hey guys,   I was wondering if you can see why i cant insert the info into a table,   right now its   Warning: Cannot add header information - headers already sent by (output started at /home/virtual/site12/fst/var/www/html/Create_Account.php:8) in /home/virtual/site12/fst/var/www/html/Creat

[PHP] Time code!!!

2003-01-20 Thread Karl James
does anyone have the code to where i can have the time printed on my home page like for example     Monday, January 19, 2003   also I want to have it state when the users login in it says welcome back, (name)   any advise would be fantastic?   Thanks Karl __

[PHP] Header Error message i think!!

2003-01-20 Thread Karl James
http://www.ultimatefootballleague.com/Create_Account.phps   Warning: Cannot add header information - headers already sent by (output started at /home/virtual/site12/fst/var/www/html/Create_Account.php:2) in /home/virtual/site12/fst/var/www/html/Create_Account.php on line 4 I cant figure this

[PHP] is this better or is it still in html?

2003-01-20 Thread Karl James
Karl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Help with Error, I am Trying!!

2003-01-20 Thread Karl James
Parse error: parse error, unexpected '}' in /home/virtual/site12/fst/var/www/html/Create_Account.php on line 5 http://www.ultimatefootballleague.com/Create_Account.phps I'm Trying to get the values of the form to echo out and to insert into my managers table. thanks karl -- PHP General

[PHP] Read Mysql & Access

2003-01-21 Thread Karl James
Is there a free ware program that will, allow me to take mysql dbase and convert it to ms ascess?   Thanks Karl   IncrediMail - Email has finally evolved - Click Here

RE: [PHP] get current username from the windows system

2003-01-23 Thread James Lobley
er_chunks[1]; echo("User domain is $user_domain"); echo("User name is $user_name"); ?> James -Original Message- From: Thomas Franz [mailto:[EMAIL PROTECTED]] Sent: 23 January 2003 10:44 To: [EMAIL PROTECTED] Subject: [PHP] get current username from the windows system

[PHP] Using SELECT and MULTIPLE in a form

2003-02-01 Thread James Kaufman
I am displaying a form using values obtained from a database query. One of the elements contains about 20 different values. I want the use to be able to select multiple values before pressing submit. This seems to work, but when my php script is called, all I see is the last data value assigned to

[PHP] help with script!!!

2003-02-01 Thread Karl James
Hello guys and gals!!! can you tell me why i can't get this script to print my table thanks Karl please check out the code below obviously i left my username and passwords blank :-) -

[PHP] .dat file

2003-02-01 Thread Karl James
hey guys   when you send me attachment, It wont let me view the .dat file what is that?     I tried to open with notepad and dreamweaver but it wont view the code.   Karl   IncrediMail - Email has finally evolved - Click Here

[PHP] question

2003-02-02 Thread Karl James
what is a winmail.dat file?   thanks Karl       IncrediMail - Email has finally evolved - Click Here

[PHP] PHP Compile question ....

2003-02-17 Thread James Hatridge
Hi all... I just compiled PHP from source for the first time. It "works", but not like I want it to. I need it to work with Mysql, do graphs, and let me run programs (ie safe-mode is off). Also the odd thing is that before I compiled my own PHP I could access all my mysql databases. Now I can

Re: [PHP] PHP Compile question ....

2003-02-17 Thread James Hatridge
th-png --with-pspell --with-zlib --enable-ftp > --enable-sockets --enable-track-vars --enable-trans-sid --enable-yp > --enable-memory-limit --enable-calendar --enable-dbx > > On Mon, Feb 17, 2003 at 05:02:00 +0100, James Hatridge wrote: > > Hi all... > > > > I just co

[PHP] php.ini question.....

2003-02-18 Thread James Hatridge
HI all... At last I got safe-mode turned off (Gott sei dank!). But I'm still having a problem. I can only read Mysql DBs. I can not open a DB to update. All I can see is that there must be something wrong with either the way I complied PHP or the php.ini file. When I complied PHP I used "--wi

[PHP] Re: php.ini question.....

2003-02-18 Thread James Hatridge
HI All On Tuesday 18 February 2003 18:32, David Otton wrote: > On Tue, 18 Feb 2003 17:38:28 +0100, you wrote: > >At last I got safe-mode turned off (Gott sei dank!). But I'm still having > > a problem. I can only read Mysql DBs. I can not open a DB to update. > > You have to connect to MySQL with

[PHP] limit contral

2003-02-19 Thread James Shergold
he next 10 properties in that catorgy. here is the main part of the script http://www.smoothdesign.com/green/ if anyone can help that would be great. James [EMAIL PROTECTED]

[PHP] Editors

2003-02-23 Thread Karl James
Anyone have the link on where I can download maguma php editor? Whatever the latest version is. I need if for my class. I tried to do a search on google and they are were dead links. Karl

[PHP] Re: Editors

2003-02-25 Thread James Hatridge
e? Thanks JIM > -Message d'origine- > De : Karl James [mailto:[EMAIL PROTECTED] > Envoye : dimanche 23 fevrier 2003 10:19 > A : [EMAIL PROTECTED] > Objet : [PHP] Editors > > Anyone have the link on where I can download maguma php editor? Whatever > the late

[PHP] Re: Re: Editors

2003-02-26 Thread James Hatridge
PHP editor for Linux? Right now I use either Gvim or Quanta. Neither is perfect. Thanks JIM > > -Message d'origine- > De : James Hatridge [mailto:[EMAIL PROTECTED] > Envoyé : mardi 25 février 2003 15:40 > À : Pierre Vaudrey; Karl James; [EMAIL PROTECTED] > Obje

[PHP] Re: Re: Re: Editors

2003-02-27 Thread James Hatridge
HI Paul,,, On Wednesday 26 February 2003 22:10, Paul Nicholson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wednesday 26 February 2003 02:19 pm, James Hatridge wrote: > [snip] > > > Thanks for the address. I looked into it closer and I find that it is &g

[PHP] Read

2003-02-27 Thread Karl James
Hey does anyone know if you can use PHP and ASP 3.0 or  I.I.S  on the same hard drive on XP pro? I need to know for school, because I’m taking classes for both languages.   ultimatefootballleague.com/index.php [EMAIL PROTECTED]  

[PHP] Help with getting php going!

2003-02-27 Thread Karl James
Hey guys I finally got my phpinfo file to show on apache server But when I try to do a hello world or browser check I get a 500 error message Can anyone help me out, and educate me what I’m doing wrong.   This is my script  PHP Test <body> php if (strst</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg98857.html">[PHP] help with getting php going(2)</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030227&o=newest">2003-02-27</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+help+with+getting+php+going%5C%282%5C%29%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Karl+James%22&o=newest">Karl <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Title: Message Hey guys I finally got my phpinfo file to show on apache server But when I try to do a hello world or browser check I get a 500 error message Can anyone help me out, and educate me what I’m doing wrong.   This is my script <html> <head>  <title>PHP Test <body> php if (strst</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg98862.html">[PHP] php install help</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030227&o=newest">2003-02-27</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+php+install+help%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Karl+James%22&o=newest">Karl <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Hey guys, Im having problems getting my helloworld.php file to Work on the apache server. My phpinfo.php works perfect. I know the code is write The error message I get is # Internal Server Error The server encountered an internal error or m</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg99395.html">[PHP] [mysq] help with displaying table {off Subject}</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030303&o=newest">2003-03-03</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+%5C%5Bmysq%5C%5D+help+with+displaying+table+%5C%7Boff+Subject%5C%7D%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Karl+James%22&o=newest">Karl <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> hey guys im trying to figure out why the browse link wont work in mysql is there anything special to edit so that i can view the tables so i can edit them and add value ultimatefootballleague.com/index.php [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscri</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg99397.html">[PHP] [mysql]help with displaying table {off subject}#2</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030303&o=newest">2003-03-03</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+%5C%5Bmysql%5C%5Dhelp+with+displaying+table+%5C%7Boff+subject%5C%7D%232%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Karl+James%22&o=newest">Karl <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Title: Message hey guys just wanted to know as usual it was user error i had thought i had something stored in the tables but apparently i did not.   i apologize for the noobie question.   thanks   special thanks to jason. ultimatefootballleague.com/index.php [EMAIL PROTECTED]   </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg99398.html">[PHP] FW: [mysql]help with displaying table {off subject}#3</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030303&o=newest">2003-03-03</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+FW%5C%3A+%5C%5Bmysql%5C%5Dhelp+with+displaying+table+%5C%7Boff+subject%5C%7D%233%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Karl+James%22&o=newest">Karl <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Sorry about the html. I forgot to turn it off.. ultimatefootballleague.com/index.php [EMAIL PROTECTED] -Original Message- From: Karl James [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 2:29 AM To: '[EMAIL PROTECTED]' Subject: [mysql]help with displaying table {off </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg100011.html">Re: [PHP] require_once adds a "1"</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030307&o=newest">2003-03-07</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+require_once+adds+a+%5C%221%5C%22%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Holden%22&o=newest"><B>James</B> Holden</a></span> </div> <blockquote><span class="msgFragment"> The '1' is received simply because your requirement clause echoed the result to the page. include, require and include_once all return boolean results of 1 or 0 which indicates a successful loading of said include. If you want to suppress the output of an include use ob_ methods which prevent</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg100015.html">[Fwd: Re: [PHP] error while reading google-search-results]</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030307&o=newest">2003-03-07</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BFwd%5C%3A+Re%5C%3A+%5C%5BPHP%5C%5D+error+while+reading+google%5C-search%5C-results%5C%5D%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Holden%22&o=newest"><B>James</B> Holden</a></span> </div> <blockquote><span class="msgFragment"> Welcome to a mine field of problems :-) 1. The url you have entered is invalid. Thats a good first check to make usually. Try /search?q=test to get that bit sorted. 2. Google prevents known useragents from accessing it's content as it believes you are acting as a spider or a search engine s</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg100016.html">[Fwd: Re: [PHP] Checking for Null Variables]</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030307&o=newest">2003-03-07</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BFwd%5C%3A+Re%5C%3A+%5C%5BPHP%5C%5D+Checking+for+Null+Variables%5C%5D%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Holden%22&o=newest"><B>James</B> Holden</a></span> </div> <blockquote><span class="msgFragment"> quick way: if (!$field["name"]){ } else {} elegant ways (there will be many): if (empty($field["name"])){ // null or 0 } else {} if (is_null($field["name"])){ // null } else {} is_scalar() // string is_integer() // integer is_float() // float etc etc etc Christopher J. Crane wrote: How do I </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg100065.html">php-general@lists.php.net</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030307&o=newest">2003-03-07</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22php%5C-general%40lists.php.net%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Taylor%22&o=newest"><B>James</B> Taylor</a></span> </div> <blockquote><span class="msgFragment"> Ok, this may have already been posted to the list already, but the archives don't seem to like the & and && characters. I'm running into some code that looks like this: Define('INPUT', 2); if($search->level & INPUT) $tmp.= $search->input(); Ok, what's the & mean? As far as I could tell from</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg100074.html">[PHP] mysql connect to database problem</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030307&o=newest">2003-03-07</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+mysql+connect+to+database+problem%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Karl+James%22&o=newest">Karl <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Is there anyone online line that I Can chat with realtime on MSN or IRC Cause im having a problem where my stuff will Work locally but when I upload the files to the webserver They don't work at all. And im pretty sure I uploaded to the write directory And are using the right usernames and passw</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg100075.html">php-general@lists.php.net</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030307&o=newest">2003-03-07</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22php%5C-general%40lists.php.net%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Taylor%22&o=newest"><B>James</B> Taylor</a></span> </div> <blockquote><span class="msgFragment"> Where can I read more about this? I'm not sure that I understand why 4 & 4 == 4. -Original Message- From: Greg Beaver [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 11:04 PM To: [EMAIL PROTECTED]; James Taylor Subject: [PHP] Re: Difference between & && </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg100142.html">[PHP] wont display anything but a white page!!!</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030308&o=newest">2003-03-08</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+wont+display+anything+but+a+white+page%5C%21%5C%21%5C%21%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Karl+James%22&o=newest">Karl <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> http://66.12.3.67/webdb/webdb13/assignment_1.phps Can anyone tell me why I only get a white page And no text to be on the browser? Thanks karl. ultimatefootballleague.com/index.php [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg100294.html">Re: [PHP] dynamic/multidimensional arrays in classes</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030310&o=newest">2003-03-10</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+dynamic%5C%2Fmultidimensional+arrays+in+classes%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Holden%22&o=newest"><B>James</B> Holden</a></span> </div> <blockquote><span class="msgFragment"> $this->$arr[] should be $this->arr[] You are using a variable defined within the class - since it is a class variable you can reference it as you would anything else within the class, using '$this->' Patrick Teague wrote: I'm having problems figuring this out. This first way gives me a </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg100295.html">Re: [PHP] timestamp to english</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030310&o=newest">2003-03-10</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+timestamp+to+english%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Holden%22&o=newest"><B>James</B> Holden</a></span> </div> <blockquote><span class="msgFragment"> In mysql use DATE_FORMAT(FROM_UNIXTIME(time),"%H ... etc") In PHP use echo date("", time()); Read the manuals at mysql.com and php.net. jim Lord Loh. wrote: How do I convert the unix time stamp (the one I get by the time()) to a readable English language time I am getting data from mySQL</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg100444.html">[PHP] help needed with code!!</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030310&o=newest">2003-03-10</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+help+needed+with+code%5C%21%5C%21%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Karl+James%22&o=newest">Karl <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Can anyone give me some pointers on why im note seeing Any output to the browser. Thanks Karl my link http://66.12.3.67/webdb/webdb13/assignment_1.php my code http://nopaste.php-q.net/7560 ultimatefootballleague.com/index.php [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg100494.html">Re: [PHP] imagejpeg and downloading images</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030311&o=newest">2003-03-11</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+imagejpeg+and+downloading+images%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Holden%22&o=newest"><B>James</B> Holden</a></span> </div> <blockquote><span class="msgFragment"> READ the manual. The snippet is correct but if you want to take advantage of the saving features of this function follow the function information at the top of the page. Jumping straight to the user snippets is a mistake as they are user contributed and may not document the whole function. in</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg100575.html">[PHP] Ldap_Add driving me nuts</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030311&o=newest">2003-03-11</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Ldap_Add+driving+me+nuts%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Taylor%22&o=newest"><B>James</B> Taylor</a></span> </div> <blockquote><span class="msgFragment"> I'm having trouble with the ldap_add function in my script. There are 4 possible classes in the ldap schema that would be used - organization, person, qmailUser, inetOrgPerson. The ldap_add script will every time return LDAP-Errno: 65 LDAP-Error: Object class violation UNLESS I include data for </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg100583.html">[PHP] help with insert into table to mysql</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030311&o=newest">2003-03-11</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+help+with+insert+into+table+to+mysql%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Karl+James%22&o=newest">Karl <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Hey guys Im trying to have a form submit a body or article into a Table called articles for people to post there stories or what not. So far what I have written is not working and im not able to view My errors for some reson, Could some take a look at the three links below, thanks Karl My code: </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg100713.html">Re: [PHP] Random String Generation</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030312&o=newest">2003-03-12</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Random+String+Generation%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Pete+James%22&o=newest">Pete <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> The method I use is to take their user_id or email and create an HMAC (hashed message authentication code) by hashing it with a secret key on my end. This way the activation link looks like the following: http://mysite.com/activation.php?user_id=petej&ID=ghjghjg367ghjlkj9hjlkj THe activation scr</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg100740.html">Re: [PHP] Char check</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030312&o=newest">2003-03-12</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Char+check%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Pete+James%22&o=newest">Pete <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Try is_numeric()? Boaz Yahav wrote: > > Maybe this can help > > Check int / integer - checking if a variable is an integer or not. The > php is_int() function does not check if the string value is integer or > not. > http://www.weberdev.com/index.php3?GoTo=get_example.php3?count=1705 > > How to</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg100757.html">Re: [PHP] changing the brightness of an images</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030312&o=newest">2003-03-12</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+changing+the+brightness+of+an+images%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Pete+James%22&o=newest">Pete <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Although I don't know how to do this myself, one of the places I've seen it done is in JpGraph (www.aditus.nu). The function that does it is AdjBackgroundImage($bright, $contrast, $saturation) in jpgraph.php. You could try taking a look at the source? Pete. Dimitar Haralanov wrote: > ></span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg101108.html">[Fwd: Re: [PHP] inserting parameters into URLs dynamically]</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030314&o=newest">2003-03-14</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BFwd%5C%3A+Re%5C%3A+%5C%5BPHP%5C%5D+inserting+parameters+into+URLs+dynamically%5C%5D%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Pete+James%22&o=newest">Pete <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> You could use output buffering to do the rewriting for you. IF you use ob_start('my_function'); at the top of your page, where my_function is the name of a callback function This function might look like this: function my_function($buffer) { return $buffer . '?x=foo&y=bar'; } That's it.</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg108468.html">Re: [PHP] Nested mysql_query()'s</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030701&o=newest">2003-07-01</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Nested+mysql_query%5C%28%5C%29%27s%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Hicks%22&o=newest"><B>James</B> Hicks</a></span> </div> <blockquote><span class="msgFragment">_rows($bid_result) James On Tuesday 01 July 2003 05:53 pm, Sparky Kopetzky wrote: > Hi! > > I've got two nested queries where one looks up data based on values > returned from the first. > > $lot_query = "SELECT * FROM LOT WHERE lot_category_id=" . $lot_cate</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg109726.html">Re: [PHP] Unknown Syntax</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030711&o=newest">2003-07-11</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Unknown+Syntax%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Kaufman%22&o=newest"><B>James</B> Kaufman</a></span> </div> <blockquote><span class="msgFragment"> On Fri, Jul 11, 2003 at 01:56:46PM +0100, Chris Morrow wrote: > Does anybody recognize this: > > !== > > with 2 '=' > > Ive known != to mean not equal to but i'm just looking at someone elses > script and they use this instead. Does anyone know if this works or any > problems with it? > > Cheer</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg110957.html">[PHP] Re: need help with MySQL full text searching!!!!</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030721&o=newest">2003-07-21</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Re%5C%3A+need+help+with+MySQL+full+text+searching%5C%21%5C%21%5C%21%5C%21%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Rodenkirch%22&o=newest"><B>James</B> Rodenkirch</a></span> </div> <blockquote><span class="msgFragment"> You need to use mysql 4.0.10-gamma for full text searching to work Angelo Zanetti wrote: Hi I have a table which contains 3 fields (ID, Title, Abstract) the title and abstract fields have been fulltext indexes like this: ALTER TABLE biblio ADD FULLTEXT (title,abstract); that worked fine, howev</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg110965.html">Re: [PHP] Changing numbers</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030721&o=newest">2003-07-21</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Changing+numbers%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Rodenkirch%22&o=newest"><B>James</B> Rodenkirch</a></span> </div> <blockquote><span class="msgFragment"> try rounding it first http://www.php.net/manual/en/function.round.php Zavaboy wrote: What about if I had 2.856 that function will make it 2.86. "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] How can I make them have at least 2 decimal places? [/snip] RTFM at </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg110983.html">[PHP] Re: can't restart session</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030721&o=newest">2003-07-21</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Re%5C%3A+can%27t+restart+session%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Rodenkirch%22&o=newest"><B>James</B> Rodenkirch</a></span> </div> <blockquote><span class="msgFragment"> you need to specify what session variables to unset - usually I write a foreach loop to unset every session variable (unless you are using certain variables for other parts of the site) Like This foreach ($_SESSION as $key => $value){ session_unregister($key); } Chris W. Parker wrote: </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg111018.html">[PHP] Re: MIME decoder for use as the target of an Alias?</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030721&o=newest">2003-07-21</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Re%5C%3A+MIME+decoder+for+use+as+the+target+of+an+Alias%5C%3F%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Rodenkirch%22&o=newest"><B>James</B> Rodenkirch</a></span> </div> <blockquote><span class="msgFragment"> There are classes built into PEAR that handle that Larry Rosenman wrote: I've got a strange request, maybe one of the experts here can help? I need to be able to take a mail message on stdin, bust it up into headers, and the constituent mime-parts if any, and be able to parse the headers, and </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg111124.html">[PHP] Re: mail()</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030722&o=newest">2003-07-22</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Re%5C%3A+mail%5C%28%5C%29%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Rodenkirch%22&o=newest"><B>James</B> Rodenkirch</a></span> </div> <blockquote><span class="msgFragment"> in the headers section of the mail() function have a line of text like this - you would obviously need to build the list of email address. $headers = "Bcc: [EMAIL PROTECTED],[EMAIL PROTECTED] .\n" Javier wrote: [EMAIL PROTECTED] (Joshua Groboski) wrote in news:[EMAIL PROTECTED]: but I wil</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg111141.html">[PHP] Re: mail()</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030722&o=newest">2003-07-22</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Re%5C%3A+mail%5C%28%5C%29%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Rodenkirch%22&o=newest"><B>James</B> Rodenkirch</a></span> </div> <blockquote><span class="msgFragment"> send an email to every person - just my 2 cents Javier wrote: [EMAIL PROTECTED] (James Rodenkirch) wrote in news:[EMAIL PROTECTED] net.com: And what about the To? Is it possible to send an email without the To? in the headers section of the mail() function have a line of text like this - you</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg111340.html">[PHP] Search question ..</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030723&o=newest">2003-07-23</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Search+question+..%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Hatridge%22&o=newest"><B>James</B> Hatridge</a></span> </div> <blockquote><span class="msgFragment"> Hi all.. I've got a search page written for my web site. I can find the html page I want by keyword. Now I need to get the title of that page in to a variable. In other words I have a file name, for example Summerbulletin.html. I now need to get the line " Summer 2003 " in to a variable. How do</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg111751.html">[PHP] Re: Search question ..</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030725&o=newest">2003-07-25</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Re%5C%3A++Search+question+..%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Hatridge%22&o=newest"><B>James</B> Hatridge</a></span> </div> <blockquote><span class="msgFragment"> Hi all... On Wednesday 23 July 2003 22:16, CPT John W. Holmes wrote: > From: "Curt Zirzow" <[EMAIL PROTECTED]> > > > preg_match('#\(.*)\#im', $text, $matches): > > Also, if there's ever a case where could have > > > My Title > > > i.e. things spread over multiple lines, then you'll need: > > pre</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg111766.html">Re: [PHP] Are left joins more efficient?</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030725&o=newest">2003-07-25</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Are+left+joins+more+efficient%5C%3F%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Pete+James%22&o=newest">Pete <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> THese are very different things, generally. The first join is an INNER join. It pulls all records that have the matching ids. The left join is an OUTER join. It pulls ALL records from table1, and any matching records from table2. This is useful if you want customer and address info, but w</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg111774.html">Re: [PHP] mysqldump</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030725&o=newest">2003-07-25</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+mysqldump%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Pete+James%22&o=newest">Pete <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Sorry to be a stickler... but _technically_ the backtick is shorthand for shell_exec(). exec and passthru are a little different. Mike Migurski wrote, On 2003/Jul/25 11:12 AM: Thanks for the replies guys but the main reason I'm doing this is because most times I don't have access to the servers,</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg111845.html">Re: [PHP] Parsing PHP</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030726&o=newest">2003-07-26</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Parsing+PHP%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Peter+James%22&o=newest">Peter <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> There is the tokenizer extension... http://www.php.net/tokenizer This might give you a good start. -- Peter James [EMAIL PROTECTED] php|architect The Magazine for PHP Professionals http://www.phparch.com - Original Message - From: "Nikhil G. Daddikar" <[EMAIL PROTECTED]</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg111934.html">Re: [PHP] memory consumption from a script</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030727&o=newest">2003-07-27</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+memory+consumption+from+a+script%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Peter+James%22&o=newest">Peter <B>James</B></a></span> </div> <blockquote><span class="msgFragment">py: http://www.zend.com/manual/function.memory-get-usage.php HTH. Pete. -- Peter James [EMAIL PROTECTED] php|architect The Magazine for PHP Professionals http://www.phparch.com - Original Message - From: "John W. Holmes" <[EMAIL PROTECTED]> To: "Torsten Rosenberger&qu</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg111939.html">Re: [PHP] small request</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030727&o=newest">2003-07-27</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+small+request%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Peter+James%22&o=newest">Peter <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Yes. . -- Peter James [EMAIL PROTECTED] php|architect The Magazine for PHP Professionals http://www.phparch.com - Original Message - From: "Ryan A" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 27, 2003 8:34 AM Subject: [PHP] small request ></span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg111947.html">Re: [PHP] Please HELP me</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030727&o=newest">2003-07-27</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Please+HELP+me%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Peter+James%22&o=newest">Peter <B>James</B></a></span> </div> <blockquote><span class="msgFragment">ou do, you should be referencing your uploaded file with $_FILES['util']['tmp_name'] 3. You should read the manual here:http://ca2.php.net/features.file-upload HTH. Pete. -- Peter James [EMAIL PROTECTED] php|architect The Magazine for PHP Professionals http://www.phparch.com ---</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg111960.html">Re: [PHP] memory consumption from a script</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030727&o=newest">2003-07-27</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+memory+consumption+from+a+script%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Peter+James%22&o=newest">Peter <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> I think it's pretty standard. It just means that you can control how much memory your script uses. -- Peter James [EMAIL PROTECTED] php|architect The Magazine for PHP Professionals http://www.phparch.com - Original Message - From: "John W. Holmes" <[EMAIL PROTECTED]</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg112191.html">Re: [PHP] debuging and getting mor information about failures</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030729&o=newest">2003-07-29</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+debuging+and+getting+mor+information+about+failures%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Peter+James%22&o=newest">Peter <B>James</B></a></span> </div> <blockquote><span class="msgFragment">se a parse error when encountered. Move this up a few lines at a time, until the original parse error goes away, and this one starts. This will help you identify where your problem is. This is a very frustrating error message, but the above should take some of the pain away. :-) HTH. Pete. -- -- P</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg112197.html">Fw: [PHP] debuging and getting mor information about failures</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030729&o=newest">2003-07-29</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22Fw%5C%3A+%5C%5BPHP%5C%5D+debuging+and+getting+mor+information+about+failures%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Peter+James%22&o=newest">Peter <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Just forwarding this reply back to the list. - Original Message - From: "Chris W. Parker" <[EMAIL PROTECTED]> To: "Peter James" <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 10:26 AM Subject: RE: [PHP] debuging and getting mor information about failu</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg112204.html">Re: [PHP] Curl alternative?</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030729&o=newest">2003-07-29</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Curl+alternative%5C%3F%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Peter+James%22&o=newest">Peter <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> You can do anything (almost) with fopen() and fsockopen()... but it won't necessarilybe easy. It depends what you want to do. -- Peter James [EMAIL PROTECTED] php|architect The Magazine for PHP Professionals http://www.phparch.com - Original Message - From: "Steven Kallstro</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg112287.html">Re: [PHP] DB resource as Session var</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030729&o=newest">2003-07-29</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+DB+resource+as+Session+var%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Peter+James%22&o=newest">Peter <B>James</B></a></span> </div> <blockquote><span class="msgFragment">sible to persist any type of resource from one request to the next. Cheers, Pete. -- Peter James [EMAIL PROTECTED] php|architect The Magazine for PHP Professionals http://www.phparch.com - Original Message - From: "Jackson Miller" <[EMAIL PROTECTED]> To: <[EMAIL P</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg112290.html">Re: [PHP] Apache logs to keep $_POST values</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030729&o=newest">2003-07-29</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Apache+logs+to+keep+%24_POST+values%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Peter+James%22&o=newest">Peter <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> I wonder if something like mod_filter, that would be able to access each request before it hit PHP, would work for this. -- Peter James [EMAIL PROTECTED] php|architect The Magazine for PHP Professionals http://www.phparch.com - Original Message - From: "Nicholas Robinson&quo</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg112407.html">Re: [PHP] capturing reloads</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030730&o=newest">2003-07-30</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+capturing+reloads%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Pete+James%22&o=newest">Pete <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> My personal favourite is to logically separate actions and views, which is very easy to do and is virtually foolproof. This way a user submits a form to a page that outputs nothing. This page does its work, then redirects to another page which only shows data. This is invisible to the user, a</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg112416.html">Re: [PHP] Re: looking for some kind of CMS breakthough (slightlyOT)</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030730&o=newest">2003-07-30</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Re%5C%3A+looking+for+some+kind+of+CMS+breakthough+%5C%28slightlyOT%5C%29%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Pete+James%22&o=newest">Pete <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Why not use a wysiwyg edit box? There are quite a few of them... unless you don't want to restrict your users too much. http://www.labs4.com/htmleditbox/2.0/demo.php Mark wrote, On 2003/Jul/30 11:11 AM: But isn't this just defining your own version of something like bbcode? And wouldn't you be </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg112541.html">Re: [PHP] Possible My Website was hacked... with PHP... please tell me what this is???</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030730&o=newest">2003-07-30</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Possible+My+Website+was+hacked...+with+PHP...+please+tell+me+what+this+is%5C%3F%5C%3F%5C%3F%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Peter+James%22&o=newest">Peter <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Via: http://www.google.ca/search?q=Crime+Perfect+2003&ie=UTF-8&oe=UTF-8&hl=en&meta= Found: http://www.zone-h.org/ Search: Crime Perfect See: Results (doesn't look good) :-( -- Peter James [EMAIL PROTECTED] php|architect The Magazine for PHP Professionals h</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg112715.html">[PHP] is there a way?</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030731&o=newest">2003-07-31</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+is+there+a+way%5C%3F%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22karl+james%22&o=newest">karl <B>james</B></a></span> </div> <blockquote><span class="msgFragment"> Hello guys, This may be off subject but not sure! Is there a way to have your html table represent one color, Cause when I click the link it turnes purple, and I want it to stay 336699 no matter what state. I tried to use css, but it does the whole page. And I want the 336699 to be in this table</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg112926.html">[PHP] Trouble with Session var</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030802&o=newest">2003-08-02</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Trouble+with+Session+var%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Johnson%22&o=newest"><B>James</B> Johnson</a></span> </div> <blockquote><span class="msgFragment">_VARS['sv_adCatText'] and it prints the var fine. If I do a var_dump($HTTP_SESSION_VARS); I can see all of the session vars, except this one. Is there a limit or something to the number of Session vars that can be used? I've even tried setting a Session var called "foo" and tha</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg112927.html">RE: [PHP] Trouble with Session var</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030802&o=newest">2003-08-02</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22RE%5C%3A+%5C%5BPHP%5C%5D+Trouble+with+Session+var%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Johnson%22&o=newest"><B>James</B> Johnson</a></span> </div> <blockquote><span class="msgFragment"> DOH! Nevermind, I mis-spelled session_start(). :( -Original Message- From: James Johnson [mailto:[EMAIL PROTECTED] Sent: Saturday, August 02, 2003 4:19 PM To: [EMAIL PROTECTED] Subject: [PHP] Trouble with Session var Hello, This one has me stumped. I'm setting a session var</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg113116.html">[PHP] problem using unlink()</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030805&o=newest">2003-08-05</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+problem+using+unlink%5C%28%5C%29%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Brash%22&o=newest"><B>James</B> Brash</a></span> </div> <blockquote><span class="msgFragment">, and CHMODing the files but no luck. Thanks for any help/advice you can give me. James Brash -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg113219.html">RE: [PHP] problem using unlink()</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030807&o=newest">2003-08-07</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22RE%5C%3A+%5C%5BPHP%5C%5D+problem+using+unlink%5C%28%5C%29%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Brash%22&o=newest"><B>James</B> Brash</a></span> </div> <blockquote><span class="msgFragment"> thanks for your help, I have already its 777 >You need to chmod or chown the directory where the file is located. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg113373.html">Re: [PHP] Flash Actionscript List or Forum</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030809&o=newest">2003-08-09</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Flash+Actionscript+List+or+Forum%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Peter+James%22&o=newest">Peter <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Not sure about a list, but this site has a boatload of tutorials and answered lots of questions that I had. http://actionscript.org/tutorials.shtml -- Peter James [EMAIL PROTECTED] php|architect The Magazine for PHP Professionals http://www.phparch.com - Original Message - From: &quo</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg113440.html">[PHP] MySQL field data type for ISBN numbers</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030810&o=newest">2003-08-10</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+MySQL+field+data+type+for+ISBN+numbers%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Johnson%22&o=newest"><B>James</B> Johnson</a></span> </div> <blockquote><span class="msgFragment">E ISBN = '$ISBN'"; It works. PHP Version 4.3.2 mysql-4.0.14b Thanks, James -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg113497.html">RE: [PHP] Array to List</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030811&o=newest">2003-08-11</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22RE%5C%3A+%5C%5BPHP%5C%5D+Array+to+List%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Johnson%22&o=newest"><B>James</B> Johnson</a></span> </div> <blockquote><span class="msgFragment"> Chris, thanks that works perfectly -Original Message- From: Chris Boget [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 11:50 AM To: James Johnson; [EMAIL PROTECTED] Subject: Re: [PHP] Array to List > Coming from ColdFusion, this is difficult. CF has an ArrayToL</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg113501.html">RE: [PHP] Array to List</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030811&o=newest">2003-08-11</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22RE%5C%3A+%5C%5BPHP%5C%5D+Array+to+List%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Johnson%22&o=newest"><B>James</B> Johnson</a></span> </div> <blockquote><span class="msgFragment">27;m going about this the wrong way. Any advice or suggestions would be appreciated. Thanks, James -Original Message- From: CPT John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 1:12 PM To: James Johnson; 'Chris Boget'; [EMAIL PROTECTED] Subject: Re: [PHP] </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg113502.html">RE: [PHP] Array to List</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030811&o=newest">2003-08-11</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22RE%5C%3A+%5C%5BPHP%5C%5D+Array+to+List%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Johnson%22&o=newest"><B>James</B> Johnson</a></span> </div> <blockquote><span class="msgFragment">d it to "SELECT name..." James -Original Message- From: Jim Lucas [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 1:32 PM To: James Johnson; [EMAIL PROTECTED] Subject: Re: [PHP] Array to List on page one do this instead. Jim Lucas - Original Message - From</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg113618.html">Re: [PHP] Sharing PHP(Apache) session with JSP session (Tomcat)</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030814&o=newest">2003-08-14</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+Sharing+PHP%5C%28Apache%5C%29+session+with+JSP+session+%5C%28Tomcat%5C%29%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Pete+James%22&o=newest">Pete <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Check out http://php.net/session_set_save_handler, and save your session data in a database, or leave it as is and access the session file directly. Here's an example of sharing php sessions with perl... it may provide some ideas. http://search.cpan.org/author/MIYAGAWA/PHP-Session-0.20/lib/PHP/</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg114015.html">[PHP] PHP and quickcommerce.com</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030814&o=newest">2003-08-14</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+PHP+and+quickcommerce.com%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Johnson%22&o=newest"><B>James</B> Johnson</a></span> </div> <blockquote><span class="msgFragment"> Hello, Has anyone had experience dealing with quickcommerce.com? I'm having some problems submitting Credit Card info to them and could use some help. Thanks, James -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg114073.html">[PHP] What does -> mean?</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030814&o=newest">2003-08-14</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+What+does+%5C-%3E+mean%5C%3F%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Johnson%22&o=newest"><B>James</B> Johnson</a></span> </div> <blockquote><span class="msgFragment"> Hello, I've searched through Zend and php.net and can't find the answer. In the following code: $this->vendor = $vendor; What does the -> mean or do? Thanks, James -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php </span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg114157.html">RE: [PHP] Array to List</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030814&o=newest">2003-08-14</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22RE%5C%3A+%5C%5BPHP%5C%5D+Array+to+List%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22James+Johnson%22&o=newest"><B>James</B> Johnson</a></span> </div> <blockquote><span class="msgFragment"> Ok, that's working. I realized tho that some campuses will have a "," in their name (University of California, Riverside) so changed $c = implode( ', ', $c ); To $c = implode( '; ', $c ); Thanks, James -Original Message- From: Chris Boget [mai</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg114183.html">Re: [PHP] string concatenation from array</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030814&o=newest">2003-08-14</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+string+concatenation+from+array%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Peter+James%22&o=newest">Peter <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> Of course, in this case, it would be much easier replace all of the above with echo join(' ', $search_string); and be done with it. :-) -- Peter James Editor-in-Chief, php|architect Magazine [EMAIL PROTECTED] php|architect The Magazine for PHP Professionals http://www.p</span> </blockquote><br> <h3><span class=subject><a href="/php-general@lists.php.net/msg114204.html">Re: [PHP] how to use array_map() with a class callback function?</a></span></h3> <div class="darkgray font13"> <span class="sender pipe"> <span class=date><a href="/search?l=php-general%40lists.php.net&q=date:20030814&o=newest">2003-08-14</a></span></span> <span class="sender pipe"> <span class=thead><a href="/search?l=php-general%40lists.php.net&q=subject:%22%5C%5BPHP%5C%5D+how+to+use+array_map%5C%28%5C%29+with+a+class+callback+function%5C%3F%22&o=newest">Thread</a></span></span> <span class=name><a href="/search?l=php-general%40lists.php.net&q=from:%22Peter+James%22&o=newest">Peter <B>James</B></a></span> </div> <blockquote><span class="msgFragment"> array_map(array('Maker', 'sGetNameId'), array("1") ) Have a look at the callback type, here: http://www.php.net/manual/en/language.pseudo-types.php -- Peter James Editor-in-Chief, php|architect Magazine [EMAIL PROTECTED] php|architect The Magazine for PHP Profes</span> </blockquote><br> <h2> <a href="/search?l=php-general%40lists.php.net&q=from%3A%22James%22&start=0" accesskey="p"> < </a>    <a href="/search?l=php-general%40lists.php.net&q=from%3A%22James%22&start=0">1</a>   2   <a href="/search?l=php-general%40lists.php.net&q=from%3A%22James%22&start=200">3</a>   <a href="/search?l=php-general%40lists.php.net&q=from%3A%22James%22&start=300">4</a>   <a href="/search?l=php-general%40lists.php.net&q=from%3A%22James%22&start=400">5</a>   <a href="/search?l=php-general%40lists.php.net&q=from%3A%22James%22&start=500">6</a>   <a href="/search?l=php-general%40lists.php.net&q=from%3A%22James%22&start=600">7</a>   <a href="/search?l=php-general%40lists.php.net&q=from%3A%22James%22&start=700">8</a>   <a href="/search?l=php-general%40lists.php.net&q=from%3A%22James%22&start=800">9</a>   <a href="/search?l=php-general%40lists.php.net&q=from%3A%22James%22&start=900">10</a>   <a href="/search?l=php-general%40lists.php.net&q=from%3A%22James%22&start=200" accesskey="n"> > </a> </h2> </div> <div class="aside" role="complementary"> <div class="logo"> <a href="/"><img src="/logo.png" width=247 height=88 alt="The Mail Archive"></a> </div> <h2> 101 - 200 of 1514 matches</h2> <br> <ul><li><a href="/search?l=php-general%40lists.php.net&q=from%3A%22James%22&a=1&start=100">Advanced search</a></li></ul> <form class="overflow" action="/search" method="get"> <input type="hidden" name="l" value="php-general@lists.php.net"> <label class="hidden" for="q">Search the list</label> <input class="submittext" type="text" id="q" name="q" placeholder="Search php-general" value="from:"James""> <input class="submitbutton" id="submit" type="image" src="/submit.png" alt="Submit"> </form> <div class="nav margintop" id="nav" role="navigation"> <h2 class="hidden"> Site Navigation </h2> <ul class="icons font16"> <li class="icons-home"><a href="/">The Mail Archive home</a></li> <li class="icons-list"> <a href="/php-general@lists.php.net" title="c" id="c">php-general - all messages</a></li> <li class="icons-about"> <a href="/php-general@lists.php.net/info.html">php-general - about the list</a></li> <li class="icons-expand"><a href="/search?l=php-general%40lists.php.net&q=from%3A%22James%22&f=1&start=100" title="e" id="e">Expand</a></li> </ul> </div> <div class="listlogo margintopdouble"> <h2 class="hidden"> Mail list logo </h2> <a href="/php-general@lists.php.net"><img src="/php-general@lists.php.net/logo.png" alt="aims"></a> </div> </div> <div class="footer" role="contentinfo"> <h2 class="hidden"> Footer information </h2> <ul> <li><a href="/">The Mail Archive home</a></li> <li><a href="/faq.html#newlist">Add your mailing list</a></li> <li><a href="/faq.html">FAQ</a></li> <li><a href="/faq.html#support">Support</a></li> <li><a href="/faq.html#privacy">Privacy</a></li> </ul> </div> <script language="javascript" type="text/javascript"> document.onkeydown = NavigateThrough; function NavigateThrough (event) { if (!document.getElementById) return; if (window.event) event = window.event; if (event.target.tagName == 'INPUT') return; if (event.ctrlKey || event.metaKey) return; var link = null; switch (event.keyCode ? event.keyCode : event.which ? event.which : null) { case 69: link = document.getElementById ('e'); break; } if (link && link.href) document.location = link.href; } </script> </body> </html>