Why does this file not return file names that start with numbers?
This file returns a list of filenames to help populate a drop down in my form. For some reason it ig
Check Digits and extracting digits
I think I can figure out the code for this but I am having a very hard time getting past the first s
How to validate from 2 possible answers
Hi
I hope somebody can help me with what will probably be really simple, I'm pulling my hair
Using loop to count number of entries
I'm writing a program that must ask user to type in numbers. After each entry, the program has to re
MySql timezone
Code: $sql = "SELECT *, date_format(date, '%m/%d/%Y at %I:%i %p' )as date FROM comments WHERE t
User feedback after MySQL query has been executed
Hi all, I've just registered on PHPFreaks because I've got a question that I simply can't work out b
Php WordPress help
I am writing the following code for making a plugin
<?php
header("Content-Type
Problem in back link
I have page where i have given javascript back link but when i click on it browser give a message
Get word number x from string?
How can I use a function to loop through a string, and "have a look at" every word in the
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan