Re: [PHP] PHP Best practices

2003-07-16 Thread Angelo Zanetti
Hi John, have you tried a site called www.phpfreaks.com It has alot of articles and tutorials. It is a really good site and you get emailed when a new article or tutorial is released. HTH - Original Message - From: John Manko [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, July

[PHP] PHP POS program

2003-07-16 Thread Angelo Zanetti
Anyone know where I can download a demo point-of-sale program from? preferably written in php and preferably a point-of-sale designed for restaurants? any links etc will be great TIA Angelo

[PHP] Setting focus on a textfield

2003-06-27 Thread Angelo Zanetti
Hi guys how do I set the cursor to start in a particular textfield (password field) when my php page starts? TIA

Re: [PHP] status of current online users

2003-06-25 Thread Angelo Zanetti
there is a program called LivePerson, which tells you what IP address they are using, where they are situated and how they got to your site. Used for commercial websites, like online travel consulting company. - Original Message - From: Miranda, Joel Louie M [EMAIL PROTECTED] To: [EMAIL

[PHP] CSS help

2003-06-18 Thread Angelo Zanetti
Hi guys sorry for the off topic post. i am not getting any success with Css @ the moment. What I need is basically a class in my CSS file that defines everything about A links. I have this class but it aint working (i know its wrong): .sideMenu { hover{color:white}; visited {color:

[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] Sessions and login

2003-06-11 Thread Angelo Zanetti
having is that the session variable isnt being passed to the authPAge. How else can I call the authPage from verifyPage so that the session variable gets passed. BTW I have register_globals = on; Any help would be greatly appreciated. Angelo

[PHP] Registered sessions.

2003-06-04 Thread Angelo Zanetti
is: does the session variable still get passed to the researchpapers2.php page, with the header command? because it doesnt seem to receive a session variable. any advice as to where i am going wrong??? thanx Angelo.

[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] PHP redirect

2003-05-29 Thread Angelo Zanetti
Hi guys what is the function in PHP for directing a php page?? thanx in advance Angelo

[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

[PHP] view source with opera

2002-06-13 Thread Angelo Marcos Rigo
Hi list I am using php on the company´s website that i work and now someone told me that you can view the php source with the opera browser he says he done it by himself . Anybody can tell me if it´s true or not ? or in wich conditions this can happen!

[PHP] Printer friendly version script

2002-06-13 Thread Angelo Marcos Rigo
Hi Anybody knows a good printer friendly version php script thank´s in advance Ângelo Marcos Rigo Webmaster Colégio Anchieta http://www.colegioanchieta.g12.br -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

<    1   2   3   4   5