Re: [PHP] PHP Mysql

2002-01-29 Thread Viper
If you recompile that will no effect any of the data in your DB if that is what you mean? -=Adam=- Quoting Uma Shankari T. [EMAIL PROTECTED]: Hello, Already i am having so many details in my mysql database.If i do this it won't affect the previous one.. -Uma -- PHP

Re: [PHP] Secure User Auth

2002-02-03 Thread Viper
Well it depends what you want to do, Do they need to just get into the app or do they need to have different access levels? If they dont need access levels just use htaccess that should work out fine. -=Adam=- Quoting James Arthur [EMAIL PROTECTED]: Hi I have a web site that needs a

Re: [PHP] Secure User Auth

2002-02-03 Thread Viper
17:43, Viper wrote: Well it depends what you want to do, Do they need to just get into the app or do they need to have different access levels? If they dont need access levels just use htaccess that should work out fine. htaccess isn't secure enough, since it sends the password in plain

[PHP] Interest in Project

2002-02-10 Thread Viper
Hi every one I am going to be working on a site that will contain hopefully a single point where people can get php class files, Sorce code help, and MySQL database help, Plus a kind of comunity for PHP. I know there are other site such as this but I would like to create a 1 place for all type

Re: [PHP] Interest in Project

2002-02-10 Thread Viper
interesting? :) -=Adam=- Quoting Peter J. Schoenster [EMAIL PROTECTED]: On 10 Feb 2002, at 17:23, Viper wrote: Hi every one I am going to be working on a site that will contain hopefully a single point where people can get php class files, Sorce code help, and MySQL database help, Plus

Re: [PHP] Interest in Project

2002-02-10 Thread Viper
will let you know when it goes up :) Thanks for all your ideas. -=Adam=- Quoting Peter J. Schoenster [EMAIL PROTECTED]: On 10 Feb 2002, at 21:17, Viper wrote: I may have worded this wrong. The site will focus on PHP and the use of Databases with PHP, (Oracle, Postgres, MySQL, others

[PHP] How to write and read serial or parallel port

2012-07-26 Thread viper
hi all! is it possible to write and read data on a COM or LPT port? is there any function or class in PHP? anyone has already done something similar? thanks, viper -- + http://vipertechnology.dyndns.org () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against

Re: [PHP] How to write and read serial or parallel port

2012-07-26 Thread viper
but is OS dependent, so what are you wanting to run on? i'll test both win and linux with a sort of xPlataform script :) regards, viper -- + http://vipertechnology.dyndns.org () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments + http

Re: [PHP] SSHA Password Encryption

2012-10-01 Thread viper
On Mon, Oct 1, 2012 at 1:01 PM, Coşkun Bağrıaçık coskun.bagria...@gmail.com wrote: Hi guys, I wanna change password into ldap directory, but password's encryption is SSHA. How do I encrypt the string to SSHA from php ? http://php.net/manual/en/function.sha1.php look @ user contribuited

Re: [PHP] Serving an image

2012-10-15 Thread viper
On Mon, Oct 15, 2012 at 5:48 PM, Rick Dwyer rpdw...@earthlink.net wrote: I am sending an email with a logo at the top of the email. The source of the image for the logo is: http://myurl.com/image.php?id=5 Image.php then calls a function that simply returns the following: $image='img

Re: [PHP] Serving an image

2012-10-16 Thread viper
/embedding-images-in-email/ so you could use this (or similar) to write the email: echo 'img src=data:image/png;base64,'.base64_encode(file_get_contents('test.png'));.'; (i don't know if it works :D ) viper -- + http://vipertechnology.dyndns.org () ascii ribbon campaign - against html e-mail