[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: html head title PHP Test /title /head body pThis is an HTML line p ?php echo This is a PHP line; phpinfo(); ? /body /html The html lines show up just fine but none of the php info is

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: html head title PHP Test /title /head body pThis is an HTML line p ?php echo This is a PHP line; phpinfo(); ? /body /html The html lines show up just fine but none of

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 php extension. 2. your webserver does

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); Thu, 6 Jan

[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 very

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:

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 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

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

2004-01-14 Thread Muhammed Mamedov
PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 12:20 PM Subject: [PHP-DB] PHP Problem, Special String Character...please help 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

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 BB site http://www.bandbclub.com and my new site

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

[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 ?php phpinfo();? 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

Re: [PHP-DB] PHP Problem

2003-06-06 Thread Becoming Digital
: 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 ?php phpinfo();? 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

[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

RE: [PHP-DB] php problem passing variables

2002-07-10 Thread joakim . andersson
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 with apache 1.3.24 php works, but i can't pass any variables

[PHP-DB] PHP problem

2002-02-26 Thread Bartek Pawlik
Sorry to be a little bit off topic i have code that generates: SELECT NAME=xxx OPTION LABEL=1LONG TEXT 1 OPTION LABEL=2LONG TEXT 2 OPTION LABEL=3LONG TEXT 3 /SELECT 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 /OPTION

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: OPTION LABEL=1LONG TEXT 1 use: option value=1long text 1/option

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: OPTION LABEL=1LONG TEXT 1 use: option value=1long text 1/option mvgr, Joffrey van Wageningen -- .-[ Joffrey van Wageningen | WoLFjuh | [EMAIL PROTECTED]

Re: [PHP-DB] PHP problem

2002-02-26 Thread George Pitcher
] Sent: Tuesday, February 26, 2002 10:49 AM Subject: Odp: [PHP-DB] PHP problem Unfortunately, it doesn't work, the same situation Sorry to be a little bit off topic i have code that generates: OPTION LABEL=1LONG TEXT 1 use: option value=1long text 1/option mvgr, Joffrey van

Re: [PHP-DB] PHP problem

2002-02-26 Thread Maarten Verheijen Mysql en PHP-maillijst
Subject: [PHP-DB] PHP problem Sorry to be a little bit off topic i have code that generates: SELECT NAME=xxx OPTION LABEL=1LONG TEXT 1 OPTION LABEL=2LONG TEXT 2 OPTION LABEL=3LONG TEXT 3 /SELECT in the script I check value of $xxx and I get i.e. LONG TEXT 1 despite of 1. Do you have any idea

RE: [PHP-DB] PHP problem

2001-04-30 Thread Steve Brett
- From: Johan [mailto:[EMAIL PROTECTED]] Sent: 29 April 2001 16:02 To: [EMAIL PROTECTED] Subject: [PHP-DB] PHP problem 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

[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

[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