[PHP-WIN] Re:[PHP-WIN] TEXT (again)

2003-01-10 Thread toby z
hi bobo try using longtext or longblob types for ur mysql data im pretty sure that should solve ur prob mm n try anothr thingg will ya do u 've any kindda ID for a primary key of the table ur keeping ur questions and answers in if not make 1 and are u passing the id on to the page tha

RE: [PHP-WIN] TEXT (again)

2003-01-10 Thread Warren Vail
this gives you a few places to look. Warren Vail [EMAIL PROTECTED] -Original Message- From: Bobo Wieland [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 3:15 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] TEXT (again) Sorry about this. My mailserver hates me ;) Hi everybody! I&#

[PHP-WIN] TEXT (again)

2003-01-10 Thread Bobo Wieland
Sorry about this. My mailserver hates me ;) Hi everybody! I'm new to this list and joind because I ran in to some trouble last night... I'm developing a medium sized web site where you should be able to post questions and get them answered, sort of a faq. Anyway - both the question field and the

[PHP-WIN] TEXT

2003-01-10 Thread Bobo Wieland
Hi everybody! I'm new to this list and joind because I ran in to some trouble last night... I'm developing a medium sized web site where you should be able to post questions and get them answered, sort of a faq. Anyway - both the question field and the anwser field are stored as TEXT in a MySQL db

[PHP-WIN] TEXT

2003-01-10 Thread Bobo Wieland
Hi everybody! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] TEXT

2003-01-10 Thread Bobo Wieland
Hi everybody! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] TEXT

2003-01-10 Thread Bobo Wieland
Hi everybody! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] TEXT

2003-01-10 Thread Bobo Wieland
Hi everybody! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] text file parsing

2002-10-25 Thread Max Graham
There are a couple of ways to do this, depending on what you're looking to accomplish. One involves treating the contents of the text file as literal text, not as HTML. This comes directly from the manual, under the get_html_translation_table() function. Here's a quick copy & paste: $trans = get_h

Re: [PHP-WIN] text file parsing

2002-10-24 Thread Luis Ferro
Bryan Luisana wrote: Hello, I have only been working with php for about 2 hours now so bare with me if I type something stupid. I am trying to open up a remote text file, parse the file, and output the parsed text as html. As of now I can open the file read characters into a buffer and then ou

[PHP-WIN] text file parsing

2002-10-24 Thread Bryan Luisana
Hello, I have only been working with php for about 2 hours now so bare with me if I type something stupid. I am trying to open up a remote text file, parse the file, and output the parsed text as html. As of now I can open the file read characters into a buffer and then output them as html. My

[PHP-WIN] text/string parsing question

2002-08-21 Thread php
Hello, I'm writing a program that parses out data contained in one large text file, each page separated by a control char. I explode() the data by the control char into an array, then I'm inserting them in MySQL by a client number and a page number. As of now, I've just been counting down charact

[PHP-WIN] text input file

2002-03-05 Thread niels
Hi, I have input file with fields delimited by tabs. One field contains an html anchor with javascript (for paypal) to be printed in the resulting html file. But when I printf(), that one field causes a "too few arguments error". I've used the htmlentities() to replace the quotes(" and '),

RE: [PHP-WIN] text formatting in database article

2001-10-12 Thread Mark Hope
Thanks for everybodies replies - we've used the nl2br() function and its working just fine. Mark > -- > --- > Oliver Robillo replied: > > You could try using the replace function of mysql within your query. >

[PHP-WIN] text formatting in database article

2001-10-12 Thread Mark Hope
I am currently creating a website that pulls news articles from a mysql database into a php page. The article is stored as a TEXT function in the database, and is inserted by a single form field. What do I need to do in order for the article to be displayed with the proper paragraph breaks instead

[PHP-WIN] text file question thanks

2001-09-19 Thread clock
hi Warning: fopen("9-02_counter.txt","w") - Permission denied in c:\inetpub\wwwroot\9-02_pcounter.php on line 20 Warning: Supplied argument is not a valid File-Handle resource in c:\inetpub\wwwroot\9-02_pcounter.php on line 21 Warning: Supplied argument is not a valid File-Handle resource in c:\

RE: [PHP-WIN] Text area

2001-04-18 Thread Rasna Baruah
Thanks, it worked with a slight tweak. printf("%s\n", ($formValues) ? $formValues["status"] :""); RB -Original Message- From: afan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 4:34 PM To: Rasna Baruah Subject: Re: [PHP-WIN] Text area

RE: [PHP-WIN] Text area

2001-04-18 Thread Rasna Baruah
z Abramowicz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 1:10 PM To: Rasna Baruah; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Text area - Original Message - From: "Rasna Baruah" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001

Re: [PHP-WIN] Text area

2001-04-18 Thread Tomasz Abramowicz
- Original Message - From: "Rasna Baruah" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 10:05 PM Subject: RE: [PHP-WIN] Text area > I haven't been able to find any clear answer to the question regarding > "texta

RE: [PHP-WIN] Text area

2001-04-18 Thread Rasna Baruah
I haven't been able to find any clear answer to the question regarding "textarea". Can anybody help? I am not being able to bring data from a database into a textarea, it works fine if is is just . Thanks RB -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP-WIN] Text Area

2001-02-02 Thread Yoann Chevalier
Try this : Yoann. - Original Message - From: Mangiola Nunzio Datavia <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 29, 2001 11:08 AM Subject: [PHP-WIN] Text Area > Hi > > I'm trying to or half succeeded in creating > a guestbook on m

[PHP-WIN] Text Area

2001-02-02 Thread Mangiola Nunzio Datavia
Hi I'm trying to or half succeeded in creating a guestbook on my intranet site. Now my problem is this: When creating the form I have trouble creating a text area larger than one line. I use at the moment http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: [PHP-WIN] Text area

2001-01-30 Thread Mangiola Nunzio Datavia
Woods Ron Contr SA-ALC/FMIS[SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 30, 2001 6:02 PM > To: Mangiola Nunzio Datavia; [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] Text area > > Your problem is probably not with the form passing the data; it's i

RE: [PHP-WIN] Text area

2001-01-30 Thread Woods Ron Contr SA-ALC/FMIS
10-820-2615 Fax: 210-832-0487 http://www.gai-inc.com -Original Message- From: Mangiola Nunzio Datavia [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 12:24 AM To: [EMAIL PROTECTED]; David Harrison Subject: RE: [PHP-WIN] Text area It does work on the face of it. But when you que

RE: [PHP-WIN] Text area

2001-01-30 Thread Mike Flynn
At 08:24 AM 1/30/01 +0200, you wrote: >It does work on the face of it. But when you >query the database the field is empty even if you filled >it in. > Try something like this... "; if ($editing) { print "$desc_long"; } print "\n"; ?> Note that there's no bla

RE: [PHP-WIN] Text area

2001-01-29 Thread Mangiola Nunzio Datavia
It does work on the face of it. But when you query the database the field is empty even if you filled it in. > -- > From: David Harrison[SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 30, 2001 8:22 AM > To: [EMAIL PROTECTED] > Subject: RE: [PHP

RE: [PHP-WIN] Text area

2001-01-29 Thread David Harrison
Try using the TEXTAREA tag instead: --dave > -Original Message- > From: Mangiola Nunzio Datavia [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 30 January 2001 4:13 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Text area > > > Hi > > I'm trying t

[PHP-WIN] Text area

2001-01-29 Thread Mangiola Nunzio Datavia
Hi I'm trying to or half succeeded in creating a guestbook on my intranet site. Now my problem is this: When creating the form I have trouble creating a text area larger than one line. I use at the moment http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e