Anti Spam Code Problems
Ok where do i start? Probably by telling you I have very little working knowledge of PHP and that I
duplicate record notification
In my database, after insertion of records, I want to know if the record inserted is duplicate or no
Odd or Even
Inside of a while loop I need to echo several rows of info...easy enough.
In the loop (for th
Change log of Cost centre change in Plant maintenance order
Hi,
How to view Change log of Cost centre in Plant maintenance order. Not visible thru 'Docume
PHP Multiples of 2, Show posts...not working (wordpress)
I have been using this code to show div.example with 6 li columns inside it, each li is a post with
PHP doesn't send my mail
Hi all, I found this and used it to send mail. Simple contact form with some required fields. The va
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
what is wrong with this
Code: [Select]<?php
if ($_SERVER['HTTP_REFERER'])
{
Searching keywords from array
Hello everyone, Im just wondering if someone could help me with another issue im having. Im still le
undefined offset help
Hi All,
I kept getting undefined offset PHP notice for a simple for loop. For eg
$va = arr
why preg_match_all does not return the number of matches
My regex looks like
X[^x{4e00}-x{9fa5}]*Y
(where X and Y are two Chinese characters)