[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
... similar to 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
page... similar to 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 Do you know how i can safely restrict file acess and st

[PHP] Scandir Question

2003-06-02 Thread Miguel Angelo
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
avaliable informations you could do something like this if ( $GLOBALS[HTTP_VIA] == "" ) { echo "User Proxy is Not Available "; } else { echo "User Proxy: $GLOBALS[HTTP_VIA] "; } Hope this help you ! Stay happy Miguel Angelo From: sonjaya <[EMAIL PROTECTED]> To:

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

[PHP] Select DataBase Mysql Problem

2003-03-23 Thread Miguel Angelo
ue) { print "\t\t$col_value\n"; } print "\t\n"; } print "\n"; /* Free resultset */ mysql_free_result($result); /* 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

[PHP] Newbie Security Questions...

2003-02-25 Thread Miguel Angelo
Any 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