Re: Re[3]: [PHP] How to argue with ASP people...

2005-01-06 Thread Matthew Sims
, we'll include documentation that leaves out most of what you're looking for. Order yours today! -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php + html (frame)

2004-12-24 Thread Matthew Sims
something done with the browser, use Javascript. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Merry Christmas ;o]

2004-12-24 Thread Matthew Sims
Merry Christmas and happy new year for all that is part of php community, god bless us. Peace! How is this PHP? Please consult the Christmas mailing list. JUST KIDDING! Happy holidays. :) -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net

Re: [PHP] Problem of varibles between webpages

2004-12-23 Thread Matthew Sims
['address'] endif; ? -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem of varibles between webpages

2004-12-23 Thread Matthew Sims
file that would cause $_POST to not work unless you did something yourself. $_POST is a superglobal var. It's always available to all pages. Is php even working for you? If you just create a test.php with simply: ?php phpinfo(); ? does anything show up in the web browser? -- --Matthew Sims

Re: [Fwd: [PHP] Problem of varibles between webpages]

2004-12-23 Thread Matthew Sims
questions. First, HTML forms: http://www.w3.org/TR/REC-html40/interact/forms.html particually http://www.w3.org/TR/REC-html40/interact/forms.html#adef-action -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] OT Re: [PHP] can I compile php source

2004-12-21 Thread Matthew Sims
how to find the answer without anyones help. Sometimes it takes a mean push to get someone on the right track. You might not like it but you can't deny the results it can bring. -- --Matthew Sims --http://killermookie.org some people will never get it. -- PHP General Mailing List (http

Re: [PHP] can I compile php source

2004-12-21 Thread Matthew Sims
that man is getting sick of eating fish all the time. Teach a man to shoot a cow... -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How do I find my php.ini file?

2004-12-17 Thread Matthew Sims
it??? Thanks, Don Quick and dirty way: $ sudo find / -name php.ini -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Parse Error... how to fix?

2004-12-16 Thread Matthew Sims
. Try: echo TITLE.$language['program_name']./TITLE\n; You need to concatenate your array. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: php graph?

2004-12-15 Thread Matthew Sims
checked out the new version yet for PHP5, but for PHP4 it is by far the best graphing utility I have seen. jpgraph has recently released support for PHP5 and I'm using it with no issues. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Php Mail not working properly

2004-12-10 Thread Matthew Sims
itself by replying back to the email? If your answer is no to at least the first part, then you need to setup a mail server. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Parse error: parse error, expecting `']'' in

2004-12-02 Thread Matthew Sims
'] . .; Consistency can go a long way. :) You are right about the complex syntax. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Parse error: parse error, expecting `']'' in

2004-12-01 Thread Matthew Sims
strings you need to concatenate it. $var = I live in the city of . $_POST['cityname']; Anyways, read up on it. http://us2.php.net/manual/en/language.types.array.php http://www.php.net/manual/en/language.operators.string.php -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List

Re: [PHP] HTML form online

2004-11-19 Thread Matthew Sims
echo $phpVar; ?/textarea -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Supremacy...

2004-11-17 Thread Matthew Sims
, belongs only to Microsoft and no one has access to the source code to continue its work. Seeing the major breakthrough PHP has made in the past few years, does your boss really think PHP is going away? I see that Perl is still around. -- --Matthew Sims --http://killermookie.org -- PHP General

Re: [PHP] Patrick Volkerding Battles Mystery Illness

2004-11-16 Thread Matthew Sims
, nor have I ever been self-medicating with Cipro or any other antibiotics. I've always taken them under the advice of and with a prescription from a qualified medical doctor. Again, I'm feeling better and hope it continues. Thanks for the well wishes! Pat -- --Matthew Sims --http

Re: [PHP] Object oriented programming

2004-11-16 Thread Matthew Sims
can be a good stepping stone introduction into the land of OO. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] isset opposite

2004-11-16 Thread Matthew Sims
I'll be one of the many who says this: !isset The ! means not. You can use it with most of the functions like !empty (not empty). So you can use it like so: if (!isset($_GET[var])) { do stuff } -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net

RE: [PHP] Re: Passing values from a new window

2004-11-05 Thread Matthew Sims
and thoughtfully type JavaScript examples in the text box that appears. If push comes to shove, cut and paste the text into the text box that appears. III. Click on the button that reads Google Search Thousands of examples will be yours to behold. :7) Can you pick one for me? ;) -- --Matthew Sims

Re: [PHP] Zip Codes

2004-11-04 Thread Matthew Sims
Thanks for the sarcasm, it definitely helps. Why is it that when people ask a question there is always someone that has a smartass answer? It keeps us on our toes. Someone's gotta do it. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net

Re: [PHP] Learning PHP5

2004-10-29 Thread Matthew Sims
that needs to be learned outside of any progrmaming language. It's what I'm going through now but PHP is my crutch to learn from since I'm already comfortable with the language. It's just a start... http://www.php.net/manual/en/tutorial.php -- --Matthew Sims --http://killermookie.org -- PHP

Re: [PHP] getting screen resolution

2004-10-29 Thread Matthew Sims
! http://marc.theaimsgroup.com/?l=php-generalm=109891764507039w=2 -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: getting screen resolution

2004-10-29 Thread Matthew Sims
a paddling. Paddling the school canoe...ooh, you better believe that's a paddling. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] About File Paths [unresolved]

2004-10-28 Thread Matthew Sims
to the script being called or not? Much thanks... -- Nick W When in doubt, use absolute. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Learning PHP5

2004-10-28 Thread Matthew Sims
-- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Learning PHP5

2004-10-28 Thread Matthew Sims
On Thu, 2004-10-28 at 15:03 -0700, Matthew Sims wrote: About a week ago someone was asking where are beginner can go to learn PHP5? This book was just advertised on Slashdot. Learning PHP 5 Only $20 on Amazon.com http://www.amazon.com/exec/obidos/tg/detail/-/0596005601/qid=1099000383/sr=8-1

Re: [PHP] User Screen Resolution

2004-10-27 Thread Matthew Sims
just copy and save the above and paste it into everyone one of these types of questions. ;) -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Strange explode()

2004-10-26 Thread Matthew Sims
:// as the boundry so anything before and after the boundry is placed into the final2 array. http:// appears twice in your string. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Register Globals

2004-10-25 Thread Matthew Sims
I just signed up with a new hosting site. So first thing I did was check what phpinfo() had to say. I see that register_globals is turned on. Now I always use the $_GET and $_POST vars but will this still affect me? -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List

RE: [PHP] Register Globals

2004-10-25 Thread Matthew Sims
and $_POST arrays. And this won't pose as a security risk to me? Just for kicks I tried using the .htaccess to turn it off locally but the hosting site doesn't have the AllowOverride option set for me. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http

Re: [PHP] PHP5 Tutorials...?

2004-10-24 Thread Matthew Sims
You can't really get much better than php.net, the best online documentation for PHP. http://us2.php.net/tut.php -- --Matthew Sims --http://killermookie.org Where can I find detailed PHP5 tutorials, but written for the beginner...they must be online tutorials as I cannot afford any

Re: [PHP] Thanks but problem Again! (MySQL PHP database script PLEASE)

2004-10-22 Thread Matthew Sims
the mysql prompt and substitute the vars with actual values and see if it returns correctly. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re-compiling PHP

2004-10-21 Thread Matthew Sims
/to/mysql is all you need to do. Once PHP sees the MySQL base directory it knows where the headers and libs are. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] MySQL PHP database script PLEASE

2004-10-21 Thread Matthew Sims
-- Not sure if I missed anything? -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Help! No output from PHP CLI

2004-10-19 Thread Matthew Sims
/) To unsubscribe, visit: http://www.php.net/unsub.php Isn't there a --enable-cli option when compiling PHP for command line? If so, was that included as part of the install? I saw this site: http://www.devarticles.com/c/a/PHP/PHP-CLI-and-Cron -- --Matthew Sims --http://killermookie.org -- PHP General

Re: [PHP] setting index of array as 1

2004-10-18 Thread Matthew Sims
-- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail problems - phpinfo information

2004-10-13 Thread Matthew Sims
boxes are stored when using to old mail format mbox. Qmail uses the newer format Maildir which resides in user's home directory. So it looks like you have a user by the name of kpratt? -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] php err msg/issue...

2004-10-13 Thread Matthew Sims
completely revamped. So if the code works in PHP4 but not in PHP5, my guess is that you either need to downgrade to PHP4 or re-code your classes to fit the PHP5 OO model. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] mail problems - phpinfo information

2004-10-13 Thread Matthew Sims
the sendmail binary is? You should be contacting the admin of this server and be asking these questions. We can't answer them since we don't own/have access to the machine. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] .htaccess and .htpasswd

2004-10-13 Thread Matthew Sims
? I know its not smart but let's get this working and I'll move .htpasswd later to upper level :) -afan Dude...do you know what mailing list you're on? http://httpd.apache.org/lists.html -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net

Re: [PHP] creating a folder in php

2004-10-12 Thread Matthew Sims
.. What's wrong with: form method=post action=thispage.php input type=file name=filename_whatever input type=submit name=submitFile value=Submit /form This isn't even PHP. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] creating a folder in php

2004-10-12 Thread Matthew Sims
Matthew Sims wrote: Here's what i'm trying to do in php and using a mySQL database: I want a button on a page that if clicked it launches the browser's or OS's Save As window, allowing me to specify where to save my file and/or create a new folder. This needs to work on Mac and PC. thx

Re: [PHP] RE: **[SPAM]** RE: [PHP] Newsgroups Space

2004-10-08 Thread Matthew Sims
than Yotta (10^24). Yeah, that Super Turbo Lobster Fighter Alpha EX2 Special is freakin' huge. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sending mail -- nullmailer

2004-10-08 Thread Matthew Sims
Does nullmailer have a sendmail wrapper? mail() in unix/linux looks for the sendmail binary. mail() on windows uses the settings in php.ini. -- --Matthew Sims --http://killermookie.org Ok, so I came across nullmailer, which seems to do exactly what I want - forward mail to an existing

Re: [PHP] general research question (maybe a little OT, sorry)

2004-10-07 Thread Matthew Sims
, works at Yahoo! http://lerdorf.com/resume/ An article about the PHP scalability myth: http://www.onjava.com/pub/a/onjava/2003/10/15/php_scalability.html Anything else? :) -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] general research question (maybe a little OT, sorry)

2004-10-07 Thread Matthew Sims
? Thanks. -dg A quick Google search for your PHB: snip I guess I should have been more clear. I didn't list resources for what you were asking but mearly showing that major websites/companies do rely on using PHP. Does your PHB consider the list I provided hobbyists? -- --Matthew Sims --http

Re: [PHP] general research question (maybe a little OT, sorry)

2004-10-07 Thread Matthew Sims
/aspnet_security_flaw_can_bypass_password.html -- John C. Nichel Netcraft is a great resource tool. If you boss is so in love with Windows, why not PHP on Windows? http://news.netcraft.com/archives/2003/08/30/php_growing_surprisingly_strongly_on_windows.html -- --Matthew Sims --http

Re: [PHP] general research question (maybe a little OT, sorry)

2004-10-07 Thread Matthew Sims
Matthew Sims wrote: snip The following sites have been known to use PHP: snip www.insight.com (is a publicly traded fortune 1000 company. The site is 90% PHP) snip Insight now uses CF. It was a political change, not one agreed on by the techies. -- John C. Nichel The list

Re: [PHP] general research question (maybe a little OT, sorry)

2004-10-07 Thread Matthew Sims
, they want someone to hold their hand. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] general research question(thanks!)

2004-10-07 Thread Matthew Sims
Sharepoint and PHP rather than showing what Sharepoint can't do. That would put your boss on the defensive and make him/her resent you. Then after you show the similarities, show the costs/savings of Sharepoint/PHP. Does that make sense? -- --Matthew Sims --http://killermookie.org -- PHP General

Re: [PHP] xpath and SimpleXML

2004-10-07 Thread Matthew Sims
So, using xpath, I have constructed the following function. The problem is the quotes around the number. xpath is treating it as a string, I believe. Would sprintf() work for this? Something like: $num = sprintf(%d, $xpathNum); I haven't tested this. -- --Matthew Sims --http

Re: [PHP] code not working...help?

2004-10-07 Thread Matthew Sims
then using $countRow as my variable but it keeps returning a value of zero. $countRow is returning 0 or empty? What does print_r($countRow) show you? Also, try running your query from the mysql prompt, substituting the PHP with real values. See if mysql complains about your query. -- --Matthew Sims

Re: [PHP] sending mail

2004-10-07 Thread Matthew Sims
Do I need to have sendmail configured on my linux box to send mail via PHP? Thanks! Sendmail or any MTA will do. So yes, you need to have a working mail server. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] sending mail

2004-10-07 Thread Matthew Sims
I'm sorry, I don't know what and MTA is. Can I configure PHP to use any smtp server? MTA = Mail Transfer Agent http://us4.php.net/manual/en/ref.mail.php For unix/linux, PHP ignores the smtp settings in php.ini which means you'll need to setup sendmail for outside SMTP. -- --Matthew Sims

Re: [PHP] Re: code not working...help?

2004-10-07 Thread Matthew Sims
), date(i), date(s), date(m)-1, date(d), date(Y)); MySQL will suck it up much better that way. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Newsgroups Space

2004-10-06 Thread Matthew Sims
[snip] i know this isn't completely related to php but i am creating a web based news reader in php, how much disk space do you think i need to run my own local news server? [/snip] I'd go with a 1TB RAID Better go with 2TB. You know how all that porn fills up. -- --Matthew Sims

Re: [PHP] why this doesn't work as an external file but does internally?

2004-10-05 Thread Matthew Sims
/javascript src=includes/links.js But none of the PHP in the links.js worked. So I renamed the file to links.php and called it in index.php like so: ?php include 'includes/links.php'; ? And everything worked perfectly. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http

Re: [PHP] Function declaration failing on return value

2004-10-04 Thread Matthew Sims
/www/html/afi/sq.php on line 12 -- Whil function square($num) { $result = $num * $num; return $result; } -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SF Project: In Need of PHP MySQL Developers

2004-09-28 Thread Matthew Sims
change. With today's advance editors (Doom 3, Unreal, Half-Life 2 soon...) I would think using these would produce better and quicker results. And you don't even have to know how to code. Just learn the editors. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http

RE: [PHP] simplexml and xpath

2004-09-22 Thread Matthew Sims
in PHP5? -- --Matthew Sims --http://killermookie.org So I figured it out. ?php $library = simplexml_load_file('file.rss'); foreach ($library-item as $item) { list( ,$date) = each($item-xpath('dc:date')); echo $date; } ? -- --Matthew Sims --http://killermookie.org -- PHP General Mailing

RE: [PHP] Does PHP need another mailing list???

2004-09-22 Thread Matthew Sims
[snip] No, list works just fine as it is with a mix of the new comer and advanced users. No need to split in any way. I suggest adding another two lists (at least), one for mysql and one for javascript ;-) [/snip] Three...Apache -- How about php-check-your-firewall -- --Matthew

[PHP] simplexml and xpath

2004-09-21 Thread Matthew Sims
? -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] using foreach() to capture multiple selections

2004-09-21 Thread Matthew Sims
the work for you but do you mean: You are interested in: form method=post action=phpPage.php ?php foreach ($myGoals as $value): ? input type=radio name=goals value=?php echo $value; ??php echo $value; ? ?php endforeach; ? /form -- --Matthew Sims --http://killermookie.org -- PHP General

Re: [PHP] very basic php mysql question

2004-09-20 Thread Matthew Sims
customer; $result = mysql_query($query) or die (couldn't execute query); while ($row = mysql_fetch_array($result)); { extract($row); echo $company; } ? Your while statment has a ; at the end of it. while ($row = mysql_fetch_array($result)) { echo $row[company]; } -- --Matthew Sims

Re: [PHP] PHP5 Book Recommendation?

2004-09-19 Thread Matthew Sims
is *so* well-written, that you really understand the whole OOP mindset after just the first 3 chapters. Thanks for the tip. I just ordered the book through Amazon. :) -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Secret Codes in Spam and PHP

2004-09-17 Thread Matthew Sims
On Thu, 2004-09-16 at 18:33, Matthew Sims wrote: I'm immune from assassins. Gunslingers, hatchet men and thugs, on the other hand, still present a problem. When I first read this I read thongs instead of thugs. It still made sense though :) Cheers, Rob. I don't think I'll ever

Re: [PHP] mysql_connect does not connect

2004-09-17 Thread Matthew Sims
are affected by this...possibly MySQL, too? Anyways, I'm telling my friends and family to steer clear of SP2 upgrade till the dust settles and the kinks are worked out. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: Fw: [PHP] mysql_connect does not connect

2004-09-17 Thread Matthew Sims
. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mysql_connect does not connect

2004-09-17 Thread Matthew Sims
[PHP} Can't get NULL to output anything! hehe Andre Check your firewall. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: mysql_connect does not connect

2004-09-17 Thread Matthew Sims
with the version 4.1.3 or above of MySQL. What the manual says (as quoted) is either not relevant or is not clear. sigh. Curt PHP is either NOT IMPORTANT or I DON'T UNDERSTAND IT. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net

Re: [PHP] mysql_connect does not connect

2004-09-17 Thread Matthew Sims
HAHAHA, this thread is awsome though, you all must admit the humor involved here. I hope this thread continues for a couple more days. or here is an idea for a thread {PHP} globals.asp wont set my php vars Firewall. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List

Re: [PHP] split behaviour differences in perl and php

2004-09-16 Thread Matthew Sims
? $var = a,; $results = explode(,, $var); $results[0] = a; -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Secret Codes in Spam and PHP

2004-09-16 Thread Matthew Sims
that they know that we know, we're all in danger. Be on the look out for assassins. I'm immune from assassins. Gunslingers, hatchet men and thugs, on the other hand, still present a problem. -- --Matthew Sims --http://killermookie.org --SpamAssassin User -- PHP General Mailing List (http

[PHP] XML parser for PHP5

2004-09-15 Thread Matthew Sims
Anyone know any good XML parsers that work with PHP5? Most of what I can find on freshmeat are still using PHP4 classes and Google isn't turning up much either. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Re: XML parser for PHP5

2004-09-15 Thread Matthew Sims
Matthew Sims wrote: Anyone know any good XML parsers that work with PHP5? Most of what I can find on freshmeat are still using PHP4 classes and Google isn't turning up much either. What do you want to do? This parses xml pretty well: ?php $parsed = simplexml_load_file('filename.xml

Re: [PHP] Re: XML parser for PHP5

2004-09-15 Thread Matthew Sims
Matthew Sims wrote: My fault, I should have been more specific. An RSS reader. :) I was using xmlParser-0.3 and feedParser-0.5 to display news sites. Since I've converted to PHP5, they no longer work for me. definitely a combination of simplexml and DOM would work. You need DOM in order

[PHP] Assigning one var to multiple vars

2004-09-09 Thread Matthew Sims
Just mostly curious but is there a way to assign one variable to multiple variables in one single line? Rather than do this: $var2 = $var1; $var3 = $var1; Is there a method to perform a: ($var2,$var3) = $var1; -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http

RE: [PHP] Assigning one var to multiple vars

2004-09-09 Thread Matthew Sims
How about: ? $var1 = $var2 = $var3 = 5; echo $var1 . 'br/' . $var2 . 'br/' . $var3 . 'br/'; ? Regards, Justin I had something stuck in my head between what Python does and PHP's list function. Not sure why I couldn't figure this one out. Thanks all. -- --Matthew Sims --http

Re: [PHP] mail functions help

2004-08-31 Thread Matthew Sims
no clue what your OS is but if you're using Linux/Unix, go search for sendmail, Qmail or Exim. For windows, Exchange. I think this isn't the place to ask about setting up an SMTP server. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] [Newbie Guide] For the benefit of new members

2004-08-30 Thread Matthew Sims
*** Automated Message - Do Not Reply *** Hello, I am currently out on vacation on a warm sunny beach, suckin' down an alcoholic beverage or something and will reply to your message when I return...or not. -- --Matthew Sims --http://killermookie.org *** End *** Another thing I'd like to add

Re: [PHP] Browser back button

2004-08-27 Thread Matthew Sims
])) { $_SESSION[var] = $_POST[var]; header(Location: index.php); } ? ...webpage stuff here... -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail functions help

2004-08-25 Thread Matthew Sims
is to get to know what it is. You can't send mail without one. First thing: http://www.webopedia.com/TERM/S/SMTP.html I'm not too familiar with what MTA's are out there for windows that are free. All I know is Exchange for windows and I don't think it's free. -- --Matthew Sims --http

Re: [PHP] mkdir() permissions

2004-08-18 Thread Matthew Sims
a stand alone script, well then, if you don't own the directory or you're not root, that's probably the problem. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP/PearDB works on commandline but not via http....

2004-08-18 Thread Matthew Sims
is installed and working since if(DB::iserror($db)) detects the error. Anyone have any ideas? Can't help you unless you give us an error... And check to see that PostgreSQL is accepting network connections rather than localhost. Is it listening to a port? -- --Matthew Sims --http

Re: [PHP] Techniques for doing story

2004-08-17 Thread Matthew Sims
. Learn HTML and CSS and you can make a website look however you want it to look. PHP simply makes the pages change depending on user events. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Techniques for doing story

2004-08-17 Thread Matthew Sims
the number of pages is needed by how many paragraphs you want per page. PHP will display the proper images that coorespond to the story_id var. It really isn't all that complicated. The site's design does look really good. But it's not really different from any other dynamic website. -- --Matthew Sims

Re: [PHP] Techniques for doing story

2004-08-17 Thread Matthew Sims
Yea, But then I took his advice and found this http://www.catb.org/~esr/faqs/smart-questions.html#keepcool so I was not so offended :) I had all the other links, but that one and did not think my question was that out there for the list... oh well. On Aug 17, 2004, at 12:31 PM, Jason

Re: [PHP] FW: Help with PHP 5 - code not working since upgrade

2004-08-17 Thread Matthew Sims
and suddenly you're wondering why it work in PHP5? The OO model in PHP has been vastly revamped. It's closer to what OO is suppose to be. So my guess is that all your classes are now invalid. You'll have to re-write your classes most likely. -- --Matthew Sims --http://killermookie.org -- PHP

RE: [PHP] FW: Help with PHP 5 - code not working since upgrade

2004-08-17 Thread Matthew Sims
Okay - I apologize but I'm a systems admin - not a programmer - would I even need those classes now? -Original Message- From: Matthew Sims [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 3:40 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] FW: Help with PHP 5 - code

RE: [PHP] FW: Help with PHP 5 - code not working since upgrade

2004-08-17 Thread Matthew Sims
the same, just different syntax. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: mysql_fetch_array()

2004-08-17 Thread Matthew Sims
. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php question

2004-08-17 Thread Matthew Sims
it to load on the same page, just have the link refresh the page to load the larger image. Not sure what you're really asking. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SSH Authentication using php

2004-08-16 Thread Matthew Sims
with an insecure web login. -mike. Adding SSL to the mix would probably fix the insecure login part. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [discuss] Rename this list was:Re: [PHP] mod rewrite urls

2004-08-12 Thread Matthew Sims
raditha dissanayake wrote: I vote this list be renamed as php-general-apache-mysql-imap-iis discussion list. all those not in favour please flame. We could just move this list to a Yahoo! group, then we can answer questions for any topic, and have the trolls too. ;) -- John C. Nichel

RE: [PHP] [discuss] Rename this list

2004-08-12 Thread Matthew Sims
Imagine all the people that'll want to post to a John Holmes list!!! People would be wide open for that list. Sorry.., I couldn't resist... Just had to take the low road... alex hogan Damn, that was pretty good. :) -- --Matthew Sims --http://killermookie.org -- PHP General Mailing

Re: [PHP] PHP/MySQL based webmail?

2004-08-11 Thread Matthew Sims
This is probably getting a little offtopic (okay, a lot and my last for today) but I'll answer what I can. Now I can't speak for Horde but I can't see how Horde would be any different than what Squirrelmail provides. Matthew Sims [EMAIL PROTECTED] writes: Uh, well...Squirrelmail is simply

Re: [PHP] Re: Date and time

2004-08-11 Thread Matthew Sims
days to this date. How can i do that? Thanks Isn't it considered faster to let the database do the conversion to Unix Timestamp? -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] redirecting to another frame using php header function

2004-08-11 Thread Matthew Sims
the browser to reload a frame which is different. -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] updating a frame from within php...

2004-08-11 Thread Matthew Sims
On Wed, 2004-08-11 at 00:13, Matthew Sims wrote: hi... this probably doens't belong here.. but i'll try! i have a two frame window. when the user logs into the 'main' window, i want to be able to 'update' the 'main' window and then hte 'nav' window. some underlying vars

  1   2   >