Re: [PHP] HOW update time and date-fields to mysql....

2006-02-28 Thread matt stone
On 2/28/06, Gustav Wiberg <[EMAIL PROTECTED]> wrote: > > Hi there guys! > > I have used a date-field and a time-field in a mysql-database. > > > > > $sql = "UPDATE tbforum SET"; > $sql .= " question=" . safeQuote($frmQuestion); > $sql .= ", insertDate='" . $dat . "'"; > $sql .= ", insertTime='" . t

Re: [PHP] How secure is this?

2006-02-23 Thread matt stone
On 2/22/06, tedd <[EMAIL PROTECTED]> wrote: > > > > PS: This site works for: Opera 8.5+, Safari, Netscape 7.2+, Mozillia > 1.6+, FireFox 1.0.7+, Konqueror 3.4.0+, and IE 5+ (except Mac) > > Doesn't work for me firefox 1.0.3 on fedora core 3. FYI, javascript consoles outputs: Error: document.getEle

Re: [PHP] PHP Application Vuln. Testing

2006-02-07 Thread Matt Stone
- Original Message - From: "Jason Gerfen" <[EMAIL PROTECTED]> To: "PHP General (E-mail)" Sent: Tuesday, February 07, 2006 4:54 PM Subject: [PHP] PHP Application Vuln. Testing > > Is there any product available, commercial or free which performs source > code auditing which *specificly

Re: [PHP] Need help with modifying values

2005-12-18 Thread Matt Stone
There's a big difference between the first and second scripts your using. The second one isn't using a while loop so will only return the first row in the recordset. See below. HTH Cheers Matt - Original Message - From: "Anasta" <[EMAIL PROTECTED]> To: Sent: Sunday, December 18, 2005 8

Re: [PHP] Blocking Values From an External Source

2005-12-16 Thread Matt Stone
- Original Message - From: "Shaun" <[EMAIL PROTECTED]> To: Sent: Friday, December 16, 2005 7:50 PM Subject: [PHP] Blocking Values From an External Source > Hi, > > I have a script on my site for processing values sent from a contact form > and emailing them to the webmaster. The script

Re: [PHP] Autodeleting news when it has become yesterdays news

2005-11-23 Thread Matt Stone
- Original Message - From: "twistednetadmin" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 23, 2005 7:02 AM Subject: [PHP] Autodeleting news when it has become yesterdays news >I have a news-script on a webpage. Or an eventscript you might call it. >This lists up events thats gonna

Re: [PHP] Validating Email addrs

2005-11-15 Thread Matt Stone
- Original Message - From: "Leonard Burton" <[EMAIL PROTECTED]> To: "PHP-General" Sent: Tuesday, November 15, 2005 4:16 PM Subject: [PHP] Validating Email addrs >Hi All, >I know that it is pretty darn impossible to come up with a regular >expression for validating emails. >How do you

RE: [PHP] Stripping single quotes

2001-07-28 Thread Matt Stone
Thanks for your help everyone, I feel pretty embarrassed to have made a mistake like that! :o -Original Message- From: Bojan Gajic [mailto:[EMAIL PROTECTED]] Sent: Sunday, 29 July 2001 12:44 AM To: Matt Stone Subject: Re: [PHP] Stripping single quotes you are not assigning

RE: [PHP] Stripping single quotes

2001-07-28 Thread Matt Stone
Darn, it still 'aint working. Ok, let's say $fldemail contains "o\'[EMAIL PROTECTED]" I then run these: $fldemail == stripslashes($fldemail); $fldemail == ereg_replace("'","",$fldemail); And I get "o\'[EMAIL PROTECTED]" ... damn.

[PHP] Stripping single quotes

2001-07-27 Thread Matt Stone
seem to be working. Here it is: $fldemail == str_replace("'","",$fldemail); Nice and basic :) Can anyone please enlighten me on this? Thanks in advance, Matt Stone -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

RE: [PHP] HallMark uses PHP!!!!

2001-05-14 Thread Matt Stone
lol -Original Message- From: Kath [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 7:18 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] HallMark uses PHP http://www.bbspot.com/News/2000/6/php_suspend.html - Kath - Original Message ---

RE: [PHP] PEAR

2001-04-03 Thread Matt Stone
I think the PEAR class file comes with PHP4... si that correct? -Original Message- From: glenn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 4 April 2001 11:47 AM To: [EMAIL PROTECTED] Subject: [PHP] PEAR Does anyone know where I can get the basic pear class file from? I'm using the omni

RE: [PHP] Displaying query results

2001-03-29 Thread Matt Stone
Hi, I have a excellent library for doing just that but it is very complicated and integrated into the other libraries. Perhaps check out http://www.phpbuilder.com/columns/rod2221.php3 which is an article on what you are trying to do. Good luck, Matt Stone -Original Message- From

[PHP] Number/Letter Passwords

2001-03-27 Thread Matt Stone
will stuff up in certain circumstances? Please help, Matt stone _ "; } ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

RE: [PHP] Random letter/number passwords

2001-03-25 Thread Matt Stone
Oops sorry, this line is supposed to read: $passfirst = randomGen($length-3, 1); >>$passend = randomGen(3, 0); $pass = $passfirst.'-'.$passend; return $pass; -Original Message- From: Matt Stone [mailto:[EMAIL PROTECTED]] Sent: Monday, 26

[PHP] Random letter/number passwords

2001-03-25 Thread Matt Stone
stuff up in certain circumstances? Please help, Matt stone ___ "; } ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

RE: [PHP] The ubitquitous forum project

2001-03-25 Thread Matt Stone
PROTECTED]] Sent: Monday, 26 March 2001 2:52 PM To: Matt Stone Cc: PHP User Group Subject: Re: [PHP] The ubitquitous forum project On Mon, Mar 26, 2001 at 02:11:46PM +1000, Matt Stone wrote: > I dont like any of them, the UBB style is the best. what's UBB-style like? -fkr -- gpg-fingerpri

RE: [PHP] The ubitquitous forum project

2001-03-25 Thread Matt Stone
PM To: Matt Stone Cc: PHP User Group Subject: Re: [PHP] The ubitquitous forum project On Mon, Mar 26, 2001 at 02:11:46PM +1000, Matt Stone wrote: > I dont like any of them, the UBB style is the best. what's UBB-style like? -fkr -- gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9

RE: [PHP] The ubitquitous forum project

2001-03-25 Thread Matt Stone
I dont like any of them, the UBB style is the best. -Original Message- From: Kath [mailto:[EMAIL PROTECTED]] Sent: Monday, 26 March 2001 2:02 PM To: Gfunk; Stephan Ahonen; PHP User Group Subject: Re: [PHP] The ubitquitous forum project I think what he means is this: This is newsgroup s

RE: [PHP] Cache

2001-03-20 Thread Matt Stone
No prob, that works fine. Thanks so much :) -Original Message- From: Tyrone Mills [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 21 March 2001 2:04 PM To: Matt Stone; PHPlist Subject: RE: [PHP] Cache Yup, at the beginning of your PHP script. Sorry, I should have mentioned that

RE: [PHP] Cache

2001-03-20 Thread Matt Stone
That goes in the PHP code no? -Original Message- From: Tyrone Mills [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 21 March 2001 1:56 PM To: Matt Stone; PHPlist Subject: RE: [PHP] Cache Hi Matt, For a very extensive solution, check this out: http://www.zend.com/codex.php?id=435&sing

[PHP] Cache

2001-03-20 Thread Matt Stone
it is my local cache my ISP's cache. Anyhow, can anyone suggest a tag or something for me to put in my page so it refreshes and bypasses the cache? It is getting _REALLY_ annoying :\ Thanks, Matt Stone -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

RE: [PHP] A NETWORK MARKETER?

2001-03-20 Thread Matt Stone
Leaders of the industry with a geocities address... whopdee do -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 21 March 2001 1:09 PM To: [EMAIL PROTECTED] Subject: [PHP] A NETWORK MARKETER? ATTENTION: ANY SERIOUS NETWORK MARKETER TAKE A LOOK AT

RE: [PHP] Aspell Function

2001-01-23 Thread Matt Stone
Arghh!! Is aspell even supported on windows 2k? -Original Message- From: Matt Stone [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 24 January 2001 1:06 PM To: Josh G; PHP User Group Subject: RE: [PHP] Aspell Function I had to download a the aspell library :) -Original Message

RE: [PHP] Aspell Function

2001-01-23 Thread Matt Stone
in you. Beer leads to intoxication, intoxication to hangovers, and hangovers to... suffering. - Original Message - From: "Matt Stone" <[EMAIL PROTECTED]> To: "Matt Stone" <[EMAIL PROTECTED]>; "PHP List" <[EMAIL PROTECTED]> Sent: Wednesday, Ja

RE: [PHP] Aspell Function

2001-01-23 Thread Matt Stone
Ahh... found the answer :) So much for the PHP doc, it didnt say anything about what i needed, I had to use the Zend one :| -Original Message- From: Matt Stone [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 24 January 2001 12:54 PM To: PHP List Subject: [PHP] Aspell Function Hi, I am

[PHP] Aspell Function

2001-01-23 Thread Matt Stone
Hi, I am trying to run this code from the manual but with no success: It returns this error: Fatal error: Call to undefined function: aspell_new() in /home/www/htdocs/sunsetstudios/photoscope/test.php on line 2 Is there a module have to enable to use Aspell? Or is there something I have to chan

RE: [PHP] Help!!! MY ODBC!!!!

2001-01-22 Thread Matt Stone
No idea dude, but I will bring the topic back to the top and some all-knowledgable guru will hopefully help you *hint hint* :) -Original Message- From: Bruno Freire [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 23 January 2001 3:01 AM To: '[EMAIL PROTECTED]' Subject: [PHP] Help!!! MY ODBC

RE: [PHP] MySQL Query Error

2001-01-21 Thread Matt Stone
No, that is exactly as the PHPLib Debug function is returning... :| -Original Message- From: Samantha Savvakis [mailto:[EMAIL PROTECTED]] Sent: Monday, 22 January 2001 3:21 PM To: Matt Stone Subject: RE: [PHP] MySQL Query Error I'm not sure why are getting that error. Is the stat

[PHP] MySQL Query Error

2001-01-21 Thread Matt Stone
=c.id INNER JOIN subcategories s ON i.subcat_id=s.id But as soon as I do that I get this error message: MySQL Error: 1064 (You have an error in your SQL syntax near 'INNER JOIN categories c ON i.cat_id=c.id INNER JOIN subcategories s ON i.subcat_' at line 1) Session halted. Help please. Tha

RE: [PHP] MySQL Newbie ? -Help!

2001-01-09 Thread Matt Stone
Uhh not really, the table has about 3 entries. Don't really want to risk anything. I want to know how to do it through a MySQL statement, not a php script. -Original Message- From: Jason Brooke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 10 January 2001 2:39 PM To: Matt

[PHP] MySQL Newbie ? -Help!

2001-01-09 Thread Matt Stone
Hi, Is there a way to go through a table and remove all duplicate entries so that there is only one? The way I am doing it now is taking FOREVER. Thanks, Matt Stone ___ This email may contain confidential and/or privileged information for the sole use of the