how to remove in php string display
My code is
$message="We're looking at developing our website.";
$body= "
=> and <=
So I was digging through some code when I came across the <= operator. This is the first tim
help with Get_
ok some how this is not working i am not sure what i am doing wrong here but what this does is when
Grabbing Values From an Array for Posting
I have a grid array that I am using with a form that when it hits the currently named test.php it lo
what are '%S%', '%E%'
for example when i see Code: [Select]printf("Hello %srn", $name);
what does %s means
function to return url
Hi,
Can you guys help me giving a function that takes all the contents in a particular field
Accept only alpha characters
I've got this bit of code ready for accepting a phrase:
Code: if (!eregi ("", $_POS
PHP5 - Verifying a secure mail is secure
I need to send an e-mail from a form to a external department and because it contains personal custo
Renaming array keys
The issue: renaming array keys inside a foreach loop.
I'm trying to build a pie chart image w
array_combine() trouble w/csv file
I have a problem with a piece of code I wrote to import some records from a csv file into mysql. I h