Re: [PHP] Thanks but problem again! Re: [PHP] PHP script problem (with MySQL)

2005-04-19 Thread Petar Nedyalkov
On Wednesday 20 April 2005 06:07, Sugimoto wrote: (B> Thank you, Richard, (B> (B> I simply change this part (B> (select * from openart_table) into (B> (select substring(loc1, 1, 3) as THREE_LETTER_CODE, * from openart_table) (B> but Ive got this error, whats wrong with it? (B> (B> Warning:

Re: [PHP] Thanks but problem Again! (MySQL & PHP database script PLEASE)

2004-10-22 Thread Matthew Sims
> Thank you for two of you. Im amazed how quick the replys were. Very > pleased. > When I simply inserted the PHP sentense, it worked. > But as I turned off register_globals, > and changed as Matthew suggested, it looked like this: > > Warning: mysql_num_rows(): supplied argument is not a valid MyS

Re: [PHP] Thanks but problem Again! (MySQL & PHP database script PLEASE)

2004-10-22 Thread Ramil Sagum
sorry, M. Sokolewicz, everyone, reposting in english :) (previous post had some japanese text.) >Arigato thank you. It was my pleasure. This is your problem: > Bad query: You have an error in your SQL syntax near 'and Tit like and Aut > like and Auty like ' at line 4 The SQL query you forme

Re: [PHP] Thanks but problem Again! (MySQL & PHP database script PLEASE)

2004-10-22 Thread Dan McCullough
Its been awhile since I did any PHP but I would look at if you need to excape some of those double quote or encapsulate your sql in a single quote. Sugimoto <[EMAIL PROTECTED]> wrote:Thank you for two of you. Im amazed how quick the replys were. Very pleased. When I simply inserted the PHP sente

Re: [PHP] Thanks but problem Again! (MySQL & PHP database script PLEASE)

2004-10-22 Thread M. Sokolewicz
Ramil Sagum wrote: On Fri, 22 Oct 2004 16:13:07 +0900, Sugimoto <[EMAIL PROTECTED]> wrote: Thank you for two of you. dou itashimashite. This is your problem: Bad query: You have an error in your SQL syntax near 'and Tit like and Aut like and Auty like ' at line 4 The SQL query you formed may hav

Re: [PHP] Thanks but problem Again! (MySQL & PHP database script PLEASE)

2004-10-22 Thread Ramil Sagum
On Fri, 22 Oct 2004 16:13:07 +0900, Sugimoto <[EMAIL PROTECTED]> wrote: > Thank you for two of you. dou itashimashite. This is your problem: > Bad query: You have an error in your SQL syntax near 'and Tit like and Aut > like and Auty like ' at line 4 The SQL query you formed may have an invalid

RE: [PHP] Thanks Richard Schwartz

2003-09-04 Thread Chris W. Parker
Curt Zirzow on Thursday, September 04, 2003 10:58 AM said: > You should be more careful at whom your including these replies to :) But public floggings are good every once in a while. :) c. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Thanks Richard Schwartz

2003-09-04 Thread Curt Zirzow
You should be more careful at whom your including these replies to :) Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Thanks -> Actually POSTING without javascript

2002-07-09 Thread Richard Lynch
>javascript in this page verifies user configuration (screen, java >enabled, platform etc) and stuffs this data into a hidden form then >sends it back to index.html where data will be used to understand >whether we can rely on jscript and cookies within this session. Aha! What you probably sh

Re: [PHP] Thanks

2002-07-09 Thread Richard Lynch
>Probably a stupid question. Is there anyway to force POSTing a form from >the refresh META? > > > >IMHO that is NOT possible, but maybe I am wrong. You are correct -- it cannot be done. If there is no JavaScript, you can only "force" a POST by getting the user to click on a FORM element, some h

Re: [PHP] Thanks -> Actually POSTING without javascript

2002-07-06 Thread Alberto Serra
ðÒÉ×ÅÔ! > an image of brintney spear and a text on it telling the user to click on > sounds appealing to you? ;) LOLOL yes, something like that :) when the second execution fails (that is, the refresh META sends back no data on the POST channel) we show the user a form with the local logo,

Re: [PHP] Thanks -> Actually POSTING without javascript

2002-07-06 Thread B.C. Lance
yes. now its clearer. hm... but i can't think of submitted the information if javascript is off on the client browser. unless you stick in a button telling the user to hit it if the page do not bring him to another after a specific timing. a button probably don't look presentable. use an image

Re: [PHP] Thanks -> Actually POSTING without javascript

2002-07-06 Thread Alberto Serra
ðÒÉ×ÅÔ! B.C. Lance wrote: > hm... how about sticking couple of iframes that will load the piece of > javascript and have each of the javascript in the iframe firing at > different time? i suppose at least 1 copy of javascript will be there to > do the intended work. I realize I was being obsc

Re: [PHP] Thanks

2002-07-06 Thread B.C. Lance
hm... how about sticking couple of iframes that will load the piece of javascript and have each of the javascript in the iframe firing at different time? i suppose at least 1 copy of javascript will be there to do the intended work. Alberto Serra wrote: > It is there already. My problem is to

Re: [PHP] Thanks

2002-07-06 Thread Alberto Serra
B.C. Lance wrote: > you might wanna fire that javascript using onload from the body tag. > that kinda assure the page is loaded successfully before the event takes > off. ðÒÉ×ÅÔ! It is there already. My problem is to do it something that will save my *ss in case jscript is *NOT* there. So it

Re: [PHP] Thanks

2002-07-06 Thread B.C. Lance
you might wanna fire that javascript using onload from the body tag. that kinda assure the page is loaded successfully before the event takes off. Alberto Serra wrote: > I already have that and it works fine. The problem is when jscript is > not working (or missing). I was trying to build up s

Re: [PHP] Thanks

2002-07-06 Thread Alberto Serra
B.C. Lance wrote: > not from meta refresh. but javascript could do that. set a timeout that > will fire the submit event after 2 seconds. that will work. > > b.c. lance > ðÒÉ×ÅÔ! I already have that and it works fine. The problem is when jscript is not working (or missing). I was trying to b

Re: [PHP] Thanks

2002-07-06 Thread B.C. Lance
not from meta refresh. but javascript could do that. set a timeout that will fire the submit event after 2 seconds. that will work. b.c. lance Alberto Serra wrote: > ðÒÉ×ÅÔ! > > Probably a stupid question. Is there anyway to force POSTing a form from > the refresh META? > > > > IMHO that is

Re: [PHP] Thanks

2002-07-06 Thread Alberto Serra
ðÒÉ×ÅÔ! Probably a stupid question. Is there anyway to force POSTing a form from the refresh META? IMHO that is NOT possible, but maybe I am wrong. ÐÏËÁ áÌØÂÅÒÔÏ ëÉÅ× -- @-_=}{=_-@-_=}{=_-@-_=}{=_-@-_=}{=_-@-_=}{=_-@-_=}{=_-@-_=}{=_-@ LoRd, CaN yOu HeAr Me, LiKe I'm HeArInG yOu? lOrD i'M

Re: [PHP] Thanks for the substr help

2002-05-21 Thread Miguel Cruz
On Wed, 22 May 2002, r wrote: > To answer your question and suggestion, > The reason I didnt know that is coz i am not going by the online manual but > by a book called "PHP blackbook" Its pretty good but just a bit hazy here > and there. You should definitely download or use the online manual. I

Re: [PHP] thanks

2001-12-15 Thread Michael Sims
At 07:56 PM 12/15/2001 +, [EMAIL PROTECTED] wrote: > been using php for a few months now, just wanted to say a big THANK YOU > to all the developers for such a wonderful language, thanks guys! Well, I have to second that. If it weren't for PHP I probably would have never gotten into web d

Re: [PHP] thanks Hrishi AND ANOTHER QUESTION ?

2001-05-09 Thread Adaran (Marc E. Brinkmann)
Hi Jorge Amaya, Wednesday, May 09, 2001, 11:39:36 AM, you wrote: Jorge> THANK YOU FOR YOUR CONCEPTS, HELPED ME ENOUGH, YOU ARE VERY KIND, I HAVE Jorge> A QUESTION MORE, APACHE IT| ALREADY WORKS ME, IT LOADS ME PHP4, BUT THE Jorge> NAVIGATOR DOESN'T BEGIN.. Jorge> IT DOESN'T LOAD THE NAVIGAT

Re: [PHP] THANKS (was: VERY URGENT -- MIRROR FOR PHP.NET ??)

2001-04-12 Thread Reuben D Budiardja
I see. Wonderful !! Thanks again to anyone who responded within minutes. This is a great list :). Reuben D. B At 12:37 AM 4/12/01 -0700, Rasmus Lerdorf wrote: >Pick just about any country code. ie. ca.php.net, uk.php.net, >de.php.net, us2.php.net (second US mirror) > >On Thu, 12 Apr 2001, R