[PHP] Testing..

2003-02-09 Thread Troy May
Just a quick test. I just re-signed up for this list after a 3 week vacation and I haven't seen even one message yet. So, reply if you get it please so I know this is working. Thanks, Troy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Executing a Perl/CGI program from PHP

2002-12-15 Thread Troy May
Hello, I have a logging program I wrote in Perl that writes basic info to a MySQL database. I can't get it working from within PHP. I've tried: print ""; echo (""); include("vislog.cgi"); Nothing works. What am I missing? Thanks, Troy -- PHP General Mailing List (http://www.php.net/) To un

[PHP] Regex question

2002-12-12 Thread Troy May
How would take a regular non-formatted text link (http://www.link.com) and turn it into ready to post HTML? (http://www.link.com>http://www.link.com) Darn, Outlook formats it, but you get the idea. It would just be typed out normally. Any ideas? -- PHP General Mailing List (http://www.php.net

[PHP] Why all the returned emails from this list?

2002-12-01 Thread Troy May
I'm getting nailed with a bunch of returned emails like this: [EMAIL PROTECTED] - no such user here. There is no user by that name at this server. : Message contains [1] file attachments What's going on? Each one has a different address, but the terminalgmb.ru part is the same for each one.

RE: [PHP] Passing arguments to the same script

2002-12-01 Thread Troy May
Thanks, I got it working by adding "=1" -Original Message- From: Chris Wesley [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 01, 2002 8:08 PM To: 'PHP List' Cc: Troy May Subject: RE: [PHP] Passing arguments to the same script On Sun, 1 Dec 2002, Troy May wrot

RE: [PHP] Passing arguments to the same script

2002-12-01 Thread Troy May
Not sure which version, it's my ISP. Adding "=1" to the URL worked though. Thanks! -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 01, 2002 8:08 PM To: 'Troy May'; 'PHP List' Subject: RE: [PHP] Passing argu

RE: [PHP] Passing arguments to the same script

2002-12-01 Thread Troy May
uot;Main content goes here."; } The only thing that EVER gets displayed is the final else. (Main content goes here.) What am I doing wrong? Once again, the links are in this format: Any ideas? -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: Sunday, Decemb

[PHP] Passing arguments to the same script

2002-12-01 Thread Troy May
Hello, I'm sure this is easy, but I'm drawing a blank. I need to have links at the bottom of the page that passes arguments to the same script (itself) when it gets reloaded. How do we do this? I have the links like this now: How do I determine what is passed? I need to do an "if" statement

RE: [PHP] Redirect opening in a new window

2002-11-30 Thread Troy May
l the pages/themes in one shot. -Original Message- From: Jeffrey B.Ferland [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 30, 2002 12:02 PM To: Troy May Subject: Re: [PHP] Redirect opening in a new window On Saturday 30 November 2002 02:55 pm, you wrote: > Hello, > > I&#x

[PHP] Redirect opening in a new window

2002-11-30 Thread Troy May
Hello, I'm playing with a portal system now and I need to edit a module to redirect to another site/page. I have done this with a header() redirection, but it takes the current window. How can I do this and have it open a new window for the redirect? -- PHP General Mailing List (http://www.p

RE: [PHP] forum module for NUKE?

2002-11-25 Thread Troy May
Doesn't PHP-Nuke have support forums? It would be better to ask in there if they do. -Original Message- From: The Gabster [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 3:43 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] forum module for NUKE? Thanks Peter... I was there but

RE: [PHP] STRICTLY CONFIDENCIAL

2002-11-21 Thread Troy May
Oldest scam in the book. Nice try. -Original Message- From: desmond west [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 17, 2002 4:30 PM To: [EMAIL PROTECTED] Subject: [PHP] STRICTLY CONFIDENCIAL #20 BOTHA CRESCENT, SADTON,JOHANNESBURG, SOUTH AFRICA. Tel/Fax:+:+27-834377724 E-mail:[

RE: [PHP] Opening a file to manipulate it

2002-11-20 Thread Troy May
Thanks Ed! Yes, another member here told me to use fread(), which is what your link led to if you're not using the CVS version of PHP. (whatever that is) I got it working with this: mailto:[EMAIL PROTECTED]] Sent: Saturday, November 16, 2002 9:29 PM To: Troy May Cc: [EMAIL PROTECTED] Su

RE: [PHP] MY CLIENT

2002-11-20 Thread Troy May
Sorry, I'm holding out for the 126 million. :) -Original Message- From: GEORGE EMEKA [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 10:18 PM To: [EMAIL PROTECTED] Subject: [PHP] MY CLIENT Importance: High GOLDEN BUSINESS OPPORTUNITY I am an Attorney and

[PHP] Opening a file to manipulate it

2002-11-16 Thread Troy May
Hello, Extreme newbie here (halfway through my first book :) ). I need to open a file, read the whole file into a variable, manipulate it, and then echo it to the screen. I'm doing it right from my book and it's not working. Here's what I have now: It writes "Resource id #1" at the top of the

RE: [PHP] testing

2002-11-12 Thread Troy May
I think it works. ;) -Original Message- From: pig pig [mailto:pigpig8080@;yahoo.com.sg] Sent: Tuesday, November 12, 2002 5:44 AM To: [EMAIL PROTECTED] Subject: [PHP] testing testing __ Do You Yahoo!? Great flight deals, travel info and p

RE: [PHP] re: echo w/ here document

2002-11-12 Thread Troy May
Newbie here. Works fine for me too. -Original Message- From: Marco Tabini [mailto:marcot@;tabini.ca] Sent: Tuesday, November 12, 2002 5:31 AM To: Aaron Gould Cc: Craig Buxton; Subject: Re: [PHP] re: echo w/ here document Works fine on my system. As Aaron said, make sure there are no sp