help connecting a form to php and then emailing the form
Ok. So, I made a form, and I need help to where when submitted, I get an email with the submitted de
PHP - MySQL Fail
My PHP code will only execute the first part of my code...
Code: <?php
sessio
php libs/ browsercap.in
ok i have a host that refuses to stay current. they control my php settings and libs. is there a way
Inserting the current date/time while submitting the forum
What do I need to add below to update the current date/time? I have a field in the database called d
PHP Captcha Error help - replace the "die" command
Hi All,
I am after a bit of help with a Captcha spam protection box.
The site gave me
Varible in trigger - refering to correct schema
Hello
Im having some issues with my trigger.
What I want to do is call opon a differ
generate seo frienly url from a text like wordpress
Convert: "åäö" to "aao", "space" to "-", "!?&q
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
Need some ideas as to how to go about sorting this array...
Here's how the array's are created..
Code: <?php
while ($x = readdir($dp)) {
Creating XML with php
I need to creat an XML with php and have successfully produced a valid output.
The problem I hav