Re: [PHP] MySQL Server

2002-12-04 Thread Gui Guy
> Thanks for the info... As it turns out, I am just a blithering idiot... I > didn't know that I had to create a separate user... As I said, that shows > my newbieness... Hey we don't always castrate blithering idiots here. Only those who pretend not to be one. > However, this has lead me to

[PHP] php indenter

2002-08-27 Thread Gui Guy
what is a good php indenter/beautifier? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Invoking sendmail with PHP

2002-08-16 Thread Gui Guy
On a unix box, you can supply the arguments to the sendmail command in php.ini file, when you specify the sendmail path. "Daren Cotter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > To recap, my problem is: > > I need some mailings sent immediately (confirmat

[PHP] problem with mail()

2002-08-14 Thread Gui Guy
I'm trying to send email from php and nothing happens. Sendmail is correctly setup in php.ini. When I checked the maillog file I see: ...: SYSERR(nobody): Can't create transcript file ./xfg7E9Jlr03988: Permission denied : SYSERR(nobody): Cannot create ./dfg7E9Jlr03988: Permission denied Doe

Re: [PHP] determining which link was clicked

2002-08-14 Thread Gui Guy
Thanks for your help Thats what I am trying to do but the variable $content does not get over to newpage.php - Original Message - From: "Moose Magin" <[EMAIL PROTECTED]> To: "Gui Guy" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, Aug

[PHP] determining which link was clicked

2002-08-13 Thread Gui Guy
if I have a page full of links and I want to generate another page. The contents of the new page will depend on the link I click. How can I determine which link was clicked? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php