Session login issue
I'm wondering how to fix a problem I'm having with a session-based login system
Say I go to h
parameter passing issue on function
Well I thought I had created a pretty slick web page, using ?page and $_GET to load pages which wher
Doubles are giving me problems
Ok so, first of all i made a double = 0.05, but when running the debugger it shows up as 0.04999. I
How to ask a regex question?
Hi, I thought I'd share some of my insight after seeing too many bad questions that either get ignor
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<
php unable to sent email
Hi, guys, I try to send a email through php but unfortunately the mail unable to sent. Here is my co
Comment Mod System Effects all rows...
Sorry if its confusing but here is whats going on: I have a table in a database called comments and
Prevent PHP mail( ) from appending hostname to from address
Hey guys,
I want to be able to send texts to phones via email (since each phone has their own
Problem with Subscreen
Dear Experts ,
I am facing a problem with the subscreens. My senario is as follows :
Run function every 5 mins ??
I have a function PostMessage()
How can I run it every 5 mins ??