Re: [PHP] WYSIWYG online editor for Macintosh?

2003-08-29 Thread Step Schwarz
> Hi there. Slightly OT, but it's for a PHP project... We normally use a > plug-in WYSIWYG editor so that our clients can manage their content in a > word-like interface. Normally this works fine, but this time when we've > completed the site we've discovered they have an entire department that

Re: [PHP] Stop neurotic posting

2003-08-14 Thread Step Schwarz
Hi Amanda, Yeah, terminology is definitely tough to get a handle on at the start -- it was for me. I tried a couple of different books but had no luck until I picked up Larry Ullman's PHP Visual QuickStart Guide. Then it all kind of clicked into place. I highly recommend it -- it's like a big i

Re: [PHP] Stop neurotic posting

2003-08-14 Thread Step Schwarz
The manual (especially user comments) and Google are invaluable to me as a PHP coder. As fast as this list is to respond to a very basic question, the manual and Google are faster. And more in-depth. So no offense but the replies you consider to be neurotic I consider to be helpful. -Step > Th

Re: [PHP] PHP should know my data!

2003-07-25 Thread Step Schwarz
I'm trying to open a pop-up window with PHP but I keep getting an error. HELP! Does anyone know if they plan to fix this bug in PHP5? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] I'm really getting annoyed with PHP

2003-07-23 Thread Step Schwarz
FYI, the date on your computer and/or mail server seems to be fast by one day.. your message is dated tomorrow. 1) is this the ONLY PHP script you're having problems with, or could it be that PHP isn't yet up and running on your web server? 2) when you try to view the page in a web browser are yo

Re: [PHP] a good PHP free forum?

2003-07-21 Thread Step Schwarz
> Hello friends. > > Can someone suggest a very good and easy to customise forum? > > Thanks > Denis No disrespect intended, but this question gets asked every week. For a complete history just search the archives for "free php forum" -- take a look at a thread like "[PHP] Need a forum" and it s

Re: [PHP] socket programming

2003-07-15 Thread Step Schwarz
I'm afraid I don't know the answer to your question, Mike, but you may want to check out this month's php|architect. I just started reading through it and the cover story is about socket programming: http://www.phparchitect.com/ Hope this helps, -Step > Hi to all, > > Is it possible to run php i

Re: [PHP] Best PHP books

2003-06-11 Thread Step Schwarz
> Does anyone have any recommendations for a good PHP book? I recommend Larry Ullman's PHP Advanced (a Visual QuickPro Guide). > I'm looking for a book that has at least a complete function reference [...] You're better off using php.net for this. Its function reference is always up-to-date and

Re: [PHP] newbie:restricting users to change data in a textarea

2003-03-25 Thread Step Schwarz
Hi Mirco, Try adding either "readonly" or "disabled" to the textarea tag: > print " cols=10>".stripslashes($row['variable']).""; Hope this helps, -Step [...] > There is one field that I whant to stop them from changing. This field I also > use in my sql query when updating the table,ie. where v

Re: [PHP] mac os 9 - file upload problems

2003-02-11 Thread Step Schwarz
> I have a file upload page that accepts file uploads from pretty much > every browser and os EXCEPT any browser on mac os 9. [...] Hi Jimmy, I routinely use Mac OS 9.x and both Netscape 7 and IE 5.1 to upload files to sites written in PHP. I also maintain these sites. The only problems I've en

Re: [PHP] pop-up problem

2003-01-20 Thread Step Schwarz
on 1/20/03 4:47 PM, Mark McCulligh at [EMAIL PROTECTED] wrote: > What does IE do? Hi Mark, IE, as far as I know, doesn't have any built-in pop-up killer. Pop-up killers generally only block pop-ups that either weren't requested by the visitor -- that is, no link was clicked -- or that reside on

Re: [PHP] Browser going to page twice?

2002-12-05 Thread Step Schwarz
on 12/2/02 6:12 PM, Leif K-Brooks at [EMAIL PROTECTED] wrote: > I'm having a weird problem. When I go to a page on my site, it often > goes twice. I'm not sure if this is a client-side or server-side > problem, but it doesn't happen on other sites. Is this a common > problem, or am I making som

[PHP] PHP, MySQL, and Japanese text

2002-11-12 Thread Step Schwarz
Hi all, I was hoping to find some code examples or tutorials on using PHP/MySQL with Japanese text. The site I've built is very close, but apparently a very small subset of the characters become garbage when pulled from the database into a form to be modified and resubmit to the database. Text i