[PHP] Apache 2.x and PHP

2003-07-22 Thread Miguel Angelo
Hi All, Can anyone aswer this simple question, that i still have not found it anywhere... Is PHP capable of running on Apache 2.x and if so what version ? And is it stable ? Thankxs for any reply Miguel Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Building a save photo album

2003-06-17 Thread Miguel Angelo
page... similar toimage=/somepath/my_image_preview.jgp How can i do this ? or is there any other thing that i can do under php to prevent this ? Thankx people Miguel Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Building a save photo album

2003-06-17 Thread Miguel Angelo
... similar toimage=/somepath/my_image_preview.jgp How can i do this ? or is there any other thing that i can do under php to prevent this ? Thankx people Miguel Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] interact with .htaccess

2003-06-16 Thread Miguel Angelo
Hi People That is a very good idea, i was thinking about using something similar on a file sharing area... But James, do you know how can we use this to build pages i mean include images on a html pages on a restricted way kind like image=/somewhere/mysecretfile.jpg Do you know how i can

[PHP] Scandir Question

2003-06-02 Thread Miguel Angelo
Is there any way to do this ?, or must i use the fisical directory ??? THankx for reading Stay happy Miguel Angelo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] detect proxy

2003-05-29 Thread Miguel Angelo
informations you could do something like this if ( $GLOBALS[HTTP_VIA] == ) { echo User Proxy is Not Available br; } else { echo User Proxy: $GLOBALS[HTTP_VIA] br; } Hope this help you ! Stay happy Miguel Angelo From: sonjaya [EMAIL PROTECTED] To: php-general [EMAIL PROTECTED] Date: Wed, 28 May

[PHP] Select DataBase Mysql Problem

2003-03-23 Thread Miguel Angelo
); /* Closing connection */ mysql_close($link); ? Stay Happy Miguel Angelo --- End of Forwarded Message --- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Select DataBase Mysql Problem

2003-03-23 Thread Miguel Angelo
Thankx a million Tom, I used .mysql_error() and i found it right away. Actualy i have a config.php file with the mysql user information and i was forgeting to do a include(config.php); before i used mysql. Really stupid error. Thankx again. Miguel Angelo Hi, Sunday, March 23, 2003, 1:26:04

[PHP] Newbie Security Questions...

2003-02-25 Thread Miguel Angelo
help will be great Stay well ! Miguel Angelo e-mail: [EMAIL PROTECTED] http://migas.mine.nu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php