[PHP] call func from button

2005-06-17 Thread Malcolm Mill
Is there a way to call a php function from a button press to display the results further down on the same page? I want to avoid setting up an 'output-area' in a frame or having to put my function in a separate script. Thanks, Malcolm. -- PHP General Mailing List (http://www.php.net/) To

[PHP] POP access to gmail

2005-04-29 Thread Malcolm Mill
Does anyone know of a PHP script to access gmail's POP services? Thanks, Malcolm. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] beginner volunteer

2005-04-27 Thread Malcolm Mill
Hi, I've been reading up on php for a while now and would like to get involved in a small open source LAMP project. I don't have any real coding experience to speak of but could bring proofreading, bug-reporting, testing and documentation skills to the project. What I'd like to get out of working

[PHP] web IDE

2004-12-16 Thread Malcolm Mill
Hi list, Sorry to repeat, but I thought I'd try give a clear idea of what I wanted to do with my last question entitled 'php ide scripts' to see if anyone else has done this and can direct me to or send me some 'beginners' files I can use. What I want to do is create a program I can run on my

[PHP] php ide type scripts

2004-12-15 Thread Malcolm Mill
Hi, Newbie learning php here. Does anyone (have|know where I can get) a set of html and php files to automate script and form writing? What I want is an html file with forms, drop down boxes, check boxes etc, that will allow me to quickly|automatically construct php and html code to run on my

[PHP] baffled - please explain

2004-12-09 Thread Malcolm Mill
Hi, I just came across a sniplet of code in a book I'm reading and I'm not sure what point the author is trying to make. The code is: function my_function ( ) { echo 'My function was called'; } ?php function my_function ( ) { ? My