eregi to preg
Im converting my regex for php 5.3 and I am stuck on the following
Code: [Select]if((eregi(&q
Using two $_POST Function / Switch () statements, second does not work.
Hi all. I’m new to php and am having a problem getting $_POST Function / switch () to work. I
Recording popularity by day, week.. all time?
Hey everyone, I'm creating a site designed around users uploading music. How can I implement a syste
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
how do i display data on a page from mysql
1 - do i use this code at the top of each of my page i wish to only alow access if there as been a s
mysql timestamp manipulation
How could I use a timestamp (e.g 2009-10-30 13:20:35 ), and with php find out if it is:
from
Problem with passing variables
I'm not really a php programmer so I'm really struggling with this issue.
I have a banner s
Default TimeZone
The server I'm working with is hosted in America so all times inserted into the database are coming
Ajax not working on IE 6 for Windows CE
I've created a webpage which uses the classis Ajax in following format:view plaincopy to clipboardpr
foreach help.
Hello all,
First time I'm attempting to use a foreach statement and was just wondering if my