[PHP] Weblog -Blog software wrtten in PHP and My SQL

2004-08-31 Thread Bestman4unowwa
Does anyone know of Blog sw available in the marketplace written in PHP and 
maybe MySQL?


Re: [PHP] Weblog -Blog software wrtten in PHP and My SQL -- Thank you!!

2004-08-31 Thread Bestman4unowwa
Thanks to everyone that responded. This will keep me busy. I'll look into 
these -- wordpress, php nuke journals, cafelog, etc.

Do any of you have any experience with these or others? Care to share your 
opinions?


[PHP] Why won't my echo won't work? [newbie question]

2004-08-28 Thread Bestman4unowwa
The first two of these 3 echo statements work. But my last echo doesn't. 'username' is 
the name of the element I want to echo. To the right of each is what I see echoed.

echo $_SERVER['REQUEST_METHOD'];  echos - POST
echo $_POST;  echos - Array
echo $_POST['username'];  echos - nothing

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Why won't my echo won't work? [newbie question]

2004-08-28 Thread Bestman4unowwa
John,

Thanks for the reply. It is done in software called ToolBook, runs in windows.

The toolbook translates to dhtml and then is executed froma browser.  The command in 
toolbook for the data is:

Set HTTP POST parameter username to ahttptest

I don't expect anyone to know ToolBook, but everything else seems to work as far as 
getting a post array from the HTTP communications but I'm struggling to render the 
data from it.

I guess I was hoping someone would see something wrong with the way I coded the echo 
statement.

Dennis

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Why won't my echo won't work? [newbie question]

2004-08-28 Thread Bestman4unowwa
Thanks, I'll give it a try.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Why won't my echo won't work? [newbie question]

2004-08-28 Thread Bestman4unowwa
John, Thanks for your help. I got it all to work. In my toolbook set parameter stmt I 
needed to put quotes around username - username. No where is this documented in 
ToolBook.

Thnaks for your help!

Dennis

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Newbie Question: DHTML client Http Post to PHP running under Apache/Win XP

2004-08-27 Thread Bestman4unowwa
Does the PHP script have to be already running to communicate send a HTTP Post 
varibale to it (from a DHTML client browser)?  Or can it initiate the HTTP Post fron 
the client that activates the PHP script?

I know this must seems simple but I'm having troble receiving these varible from my 
client. When I find out the value of the vaiable I stick it into a MySQL table. Both 
client DHTML and server PHP work well alone but I can't seem to et the connection 
going using localhost.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Anyone ever use ToolBook to be client to PHP server scripts?

2004-08-26 Thread Bestman4unowwa
I'm trying to connect a ToolBook cleint to send via HTTP Post some user information 
but I'm having trouble making the connection. I'm sending variables with TB HTTP Post 
but they don't seem to get to the PHP script I'm sending them to.

In my php script I'm trying to get the data sent to it using #HTTP_POST_VARS. Also, 
I'm trying to send an acknowledgement back to ToolBook with header() function. Does 
this make sense?

Am I on the right track here?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php