Search found 2 matches
- Fri Sep 16, 2005 3:48 pm
- Forum: PHP - Code
- Topic: Need help fixing a mailto form...
- Replies: 4
- Views: 391
another advice...
$msg.="Telephone: " .$_POST['country_code']."(".$_POST['area_code'].")-".$_POST['3_digits']."-".$_POST['4_digits']. "\n"; Each of the elements in $_POST are separated indexes. You cannont combine them into a gigantic index. try to use the isset() fu...
- Fri Sep 16, 2005 3:41 pm
- Forum: PHP - Code
- Topic: Trouble using COM Object...
- Replies: 1
- Views: 265
Trouble using COM Object...
feyd | Please use and tags where approriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color] I have the following script: // pararme en el directorio temporal chdir ($tmpdir); // Habilitar el camino del ejecutable. $cmd = 'mov...