RE: [PHP-DB] php problem

2005-01-06 Thread Tyler Replogle
whats the php info? From: Serenity Schindler <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] php problem Date: Thu, 6 Jan 2005 05:00:32 -0800 (PST) MIME-Version: 1.0 Received: from lists.php.net ([216.92.131.4]) by mc10-f30.hotmail.com with Microsoft SMTPSVC(6.0.3790.211);

RE: [PHP-DB] php problem

2005-01-06 Thread Norland, Martin
> -Original Message- > From: Jochem Maas [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 06, 2005 7:13 AM > Subject: Re: [PHP-DB] php problem > > if so then PHP is not either: > > 1. your webserver is not configured to use php to handle files with a

Re: [PHP-DB] php problem

2005-01-06 Thread Jochem Maas
Serenity Schindler wrote: I am new to php and have no idea what I'm doing wrong. I have a file named test.php containing: PHP Test This is an HTML line echo "This is a PHP line"; phpinfo(); ?> The html lines show up just fine but none of the php info is displayed. Any ideas? doe

[PHP-DB] php problem

2005-01-06 Thread Serenity Schindler
I am new to php and have no idea what I'm doing wrong. I have a file named test.php containing: PHP Test This is an HTML line The html lines show up just fine but none of the php info is displayed. Any ideas? ~Serenity~ - Do you

Re: [PHP-DB] PHP Problem, Special String Character...please help

2004-01-14 Thread Olwen Williams
If you are sending this as a query string to another page you want rawurlencode or urlencode rather than htmlspecialchars brett king wrote: Try using HTMLSPECIALCHAR() function. $title = htmlspecialhtml($title); -- Olwen Williams See my B&B site http://www.bandbclub.com and my new site http://ww

Re: [PHP-DB] PHP Problem, Special String Character...please help

2004-01-14 Thread Muhammed Mamedov
Muhammed Mamedov tmchat.com - Original Message - From: "Ferry CS" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 14, 2004 12:20 PM Subject: [PHP-DB] PHP Problem, Special String Character...

RE: [PHP-DB] PHP Problem, Special String Character...please help

2004-01-14 Thread Ferry CS
I already received your help... I really loved it... Thanks very much all... I will try it... _ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail -- PHP Database Mailing List

RE: [PHP-DB] PHP Problem, Special String Character...please help

2004-01-14 Thread brett king
Try using HTMLSPECIALCHAR() function. $title = htmlspecialhtml($title); -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] PHP Problem, Special String Character...please help

2004-01-14 Thread Toby Irmer
> I have problem with manipulating the string... > How to send the string with special character > included to the other pages... Take a look at this http://de2.php.net/urlencode http://de2.php.net/urldecode hth toby -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] PHP Problem, Special String Character...please help

2004-01-14 Thread Ferry CS
Hai... I have problem with manipulating the string... How to send the string with special character included to the other pages... For example the string "Father & Son", when I send into other page the display become "Father" Example special characters are &, +, <, >, etc How to fix it??? Thanks v

Re: [PHP-DB] PHP problem

2003-11-24 Thread Kim Steinhaug
4 words! i dont believe you! -- Kim Steinhaug --- There are 10 types of people when it comes to binary numbers: those who understand them, and those who don't. --- "Unknown S

Re: [PHP-DB] PHP Problem

2003-06-06 Thread Becoming Digital
;[EMAIL PROTECTED]> Sent: Saturday, 07 June, 2003 01:12 Subject: [PHP-DB] PHP Problem Hi All Hi i install PHP4.3 and apache2 now i create one page for PHP Info i use i show all info on web page . But Problem is here When i create one page for Connect Database on PostgreSQL.it not work.

[PHP-DB] PHP Problem

2003-06-06 Thread Ramesh PAtel
Hi All Hi i install PHP4.3 and apache2 now i create one page for PHP Info i use i show all info on web page . But Problem is here When i create one page for Connect Database on PostgreSQL.it not work. mean Postgresql work well i test it. i thing PHP Command problem. Please help where is Probl

RE: [PHP-DB] php problem passing variables

2002-07-10 Thread joakim . andersson
dersson > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 10, 2002 9:32 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] php problem passing variables > > > hi, > > i've tryed to install php 4.2.1 wi

[PHP-DB] php problem passing variables

2002-07-10 Thread richard . mail
hi, i've tryed to install php 4.2.1 with apache 1.3.24 php works, but i can't pass any variables. is it in php.ini that i have to change something ? or is the installation of php not correct ??.. thanks in advance, Richard Pijnenburg The netherlands -- PHP Database Mailing List (http://w

Re: [PHP-DB] PHP problem

2002-02-26 Thread Maarten Verheijen Mysql en PHP-maillijst
Dear Bartlomiej Pawlik, Try: LONG TEXT 1 LONG TEXT 2 LONG TEXT 3 Greetings, Maarten Verheijen - Original Message - From: "Bartek Pawlik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 26, 2002 11:11 AM Subject: [PHP-DB] PHP problem So

Re: [PHP-DB] PHP problem

2002-02-26 Thread George Pitcher
Bartek, This is snipped from a working form on my site: contains exact match begins with and it works. George - Original Message - From: "Bartek Pawlik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 26, 2002 10:49 AM Subj

Odp: [PHP-DB] PHP problem

2002-02-26 Thread Bartek Pawlik
Unfortunately, it doesn't work, the same situation > > Sorry to be a little bit off topic > > i have code that generates: > > LONG TEXT 1 > > use: > long text 1 > > mvgr, > Joffrey van Wageningen > > -- > .-[ Joffrey van Wageningen | WoLFjuh | [EMAIL PROTECTED] ]-- > | Networking

Re: [PHP-DB] PHP problem

2002-02-26 Thread Joffrey van Wageningen
- Original Message - From: "Bartek Pawlik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 26, 2002 11:11 AM Subject: [PHP-DB] PHP problem > Sorry to be a little bit off topic > i have code that generates: > LONG TEXT 1 use:

[PHP-DB] PHP problem

2002-02-26 Thread Bartek Pawlik
Sorry to be a little bit off topic i have code that generates: LONG TEXT 1 LONG TEXT 2 LONG TEXT 3 in the script I check value of $xxx and I get i.e. LONG TEXT 1 despite of 1. Do you have any idea on this. PS. Placing at the end of each line doesn't help thanks in advance Bartlomiej Pawli

RE: [PHP-DB] PHP problem

2001-04-30 Thread Steve Brett
st", "September", "October", "November", "December"); for ($x=1; $x <= count($months); $x++) { print "\t".$months[$x-1]."\n"; } echo ' '; get the form to submit itself using action= Steve > ---

[PHP-DB] PHP problem

2001-04-29 Thread Johan
Dear Sir/Madam, I have a mysql database available with user information. I want that visitors have the change to change their personel information. Now the form works with two different types of fields. edit-fields and selectie/option-lists. How do I get the value of a user from a selectionlists

[PHP-DB] PHP problem with Postgresql

2001-03-18 Thread Luca Lazzeroni
Hi, I've migrated a system using PHP4.0.3pl1 and PostgreSQL 7.0.2 over a RedHat 5.1 Linux to a new one using PHP4.0.4pl1 and PostgreSQL 7.0.2 on a RedHat 7.0 box. I've noticed a strange behaviour on one of my web sites; if I try to execute more than 2 query over an open connection, all the queries