Google voice
I currently have a form in html, but I want it in php so the information is not in the source code.<
iterating through an array and escape each value independently.
I have a set up where the variable being escaped is an array and it needs to be iterated and escaped
Any help with my email script?
I have an email script, I have not tested it, although someone tested it for me and said it worked f
calendar dates and hours compare problem
i have a calendar in wordpress, everything works great except that i can make 2 meetings at the same
some questions
Hello,
I am looking for the answers for following questions:
1) Does PHP support overl
why this query can delete duplicates ?
why this query can delete duplicates ? Anybody can give me the detailed explanation ?
Tha
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
While Problem
i am having a problem with a while statement here is the code
Code: [Select]<?php
sess
Help with Password Encoding/Decoding?
Trying to design a "change password" tool. On my signup code I'm using base64_encode, now
php global variable
how can we create global variable so we can use its value in any form.. Please give example to