True way to see if action was successful?
If this is a good way to see if action was successful to continue:
Code: function changeGa
HeaderSelectedCssClass not working
I have an accordian where I have a drop down list in the first pane and a grid in the second pane.
How to calculate days from variable date?
This will be easy for one of you gurus. I want to fetch the date from a variable date, for example:<
Website Direction...
I recently used this code to try and make it so the page loads as http://www.domain.com/ when you ty
Help If user voted, block them
On my Prayer request site, i let users Click a button to Pray for somone that has posted a pray, i g
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
what is wrong with this
Code: [Select]<?php
if ($_SERVER['HTTP_REFERER'])
{
Generating unique numbers using php
Hi,
I need help in generating unique number using php.I tired using rand() in php.But, by using r
Select all entries from database that include a phrase
I have a database of clubs - one of the categories is meeting time and place
I would like to have
check if string contain only a-z/A-Z
Is where any way to check if string contains only a-z/A-Z, without writing an array with all possibl
type check while uploading
Hi Everyone,
How can I check the exact type of a file while uploading on my site?
Here