how to read and write into a word document using php...?
hi,
I need,reading and writting into a word document using php.
Thank u inadva
Run function every 5 mins ??
I have a function PostMessage()
How can I run it every 5 mins ??
problems with script
I made a small script wich exchanges points in my website:
<?php
session_start
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Blank record injected into database
I always found several blank records inside my database, although $SESSION is required to insert the
New to Arrays
Hi I am new to PHP (a week and a half now) and I am just beginning to read about arrays. I understan
Displaying returned XML in another PHP page
I have an online payment form that will return XML given if a payment is successful or declines. I
PHP page loading in Firefox but not in IE
hello,
i am currently doing a project in PHP and i have a problem. If I view the project in M
check comment for html
hi, I just wanted to check if a comment a user posts contains HTML, and if it does, to not allow it
matching numbers inside ( )
I know I can match numbers by just [0-9]+, so I thought matching numbers inside ( ) would be somethi