[PHP] Reading in contents of URL

2002-08-02 Thread Mike C
to just specify a constant and it will work, but what ever number i specify, that is the amount of data that is read. how do i retrieve the content type? thanks for any help... mike c [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Submit/View images using PHP/MySQL

2002-01-29 Thread Mike C
to restrict the size of the file upload to approx 300kb I found a good example at http://www.weberdev.com but it's a little too cut-down for me! Thanks Mike C -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] Does anyone have the 'edit_member.php' script ....

2002-01-19 Thread Mike C
I have not been able to find an electronic copy of the above script that is in the book 'MySQL'. Is anyone prepared to help me out. My, self-typed version contains a parse error that I cannot find? Regards Mike C -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] Re: Does anyone have the 'edit_member.php' script ....

2002-01-19 Thread Mike C
It was suggested I send this to the list. The 'samp_db.inc' file follows this. The parse error is: Parse error: parse error in /edit_member.php on line 11 #edit_member.php ?php include (/users/mike/documents/include_files/samp_db.inc); define (initial_page, 0); define (display_entry, 1);

Re: [PHP] Re: Does anyone have the 'edit_member.php' script ....

2002-01-19 Thread Mike C
Hi Janet, The problem is on this line. print (INPUT TYPE=\submit\ NAME=\button\ value=\ Submit\\n); There is a space between the \ and the before Submit. Yes indeed :-(, how could I miss that Your wonderful :-) Thank you (and others) so much. Regards Mike C -- -- PHP General

[PHP] Does any have the 'edit_member.php' script ....

2002-01-17 Thread Mike C
In electronic format that I can have? It is included in the book 'MySQL' by Paul DuBois ? I have a parse error in my script that I simply cannot find (after many, many tries). TIA Regards Mike C -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED