run this bit of code to check if everything is working.
On 10/2/06, Stut <[EMAIL PROTECTED]> wrote:
srdaniel wrote:
> I setup Apache 2.2.3.0 and PHP 5.1.6.6.
>
> When I run this PHP file:
>
>
>
>
> PHP Test
>
>
> Hello World'; ?>
>
>
>
>
> Any id
hello every one :)
what ever i do emails i sent got in the junk mail
i fixed the header
add spf record to the domain
using mail server with specific IP
fix all dns error
nothing work
any one get it correct ?
Can you please be more specific by giving the headers you use?
Regards,
Stefan
--
I am not sure why you get this error message, but are you sure about the
permsissions? i.e. does this user have permission to write to the MYSQL
database and user table?
Prathap
-- Original Message ---
From: Deckard <[EMAIL PROTECTED]>
To: php-general@lists.php.net
Sent: Sun, 0
Hello,
I have this code:
// insert new user in mysql user table
$sqlInsertUser = "INSERT INTO user (Host, User , Password ,
Select_priv, Insert_priv, Update_priv, Delete_priv) VALUES ('$hostname',
'$mysql_username', '$mysql_password', 'N', 'N', 'N', 'N')";
if (mysql_query($sqlInsertUser, $c
Hello,
I have this code:
---
// use mysql database
mysql_select_db('mysql') or die('Cannot select MySQL database.' .
mysql_error());
// insert new user in mysql user table
$sqlInsertUser = "INSERT INTO user (Host, User , Password ,
Sele
srdaniel wrote:
> I setup Apache 2.2.3.0 and PHP 5.1.6.6.
>
> When I run this PHP file:
>
>
>
>
> PHP Test
>
>
> Hello World'; ?>
>
>
>
>
> Any ideas why I get this for output?
>
>
> Hello World
>
> '; ?>
>
Apach
I setup Apache 2.2.3.0 and PHP 5.1.6.6.
When I run this PHP file:
PHP Test
Hello World'; ?>
Any ideas why I get this for output?
Hello World
'; ?>
srdaniel
--
PHP General Mailing List (http://www.php.net/)
To
7 matches
Mail list logo