matching numbers inside ( )
I know I can match numbers by just [0-9]+, so I thought matching numbers inside ( ) would be somethi
RTF fomatting to email content
Im trying to sen an email with content is picked up from a rtf-file (file_get_contents('*.rtf'). Mai
NOOB needs help with upload file
The intent of this form is to create a folder for a client and upload an image into another folder '
Preg_match question
I want to use preg_match to make sure a string is always 6 characters long and only contains 0-9 and
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Echoing ASCII code
I have a php page that splits a string into chars and then echoes the ASCII code for each char. I'm
How many users online in the last 24-hours using time()?
I'm fairly new to PHP. I have a MySQL table called 'users' and a field called 'loggedin' which is in
How to create a static html menu from a database
Hi,
I have built a small cms which allows me to create simple html pages and then upload them
When i am Canseling the Billing Document in VF11 I am getting Shortdump
Hi Experts
When i am Canseling the Billing Document in VF11 I am getting Shortdump.
Email logic not working
I would like to send an email using the php email() function then if it does execute i.e sends i wou