Search found 14 matches
- Fri Jun 03, 2005 11:31 am
- Forum: PHP - Code
- Topic: $_POST[''] variable question
- Replies: 2
- Views: 199
$_POST[''] variable question
Hi, I got the following code: pulldown(employee,pulldown_l,getContacts(employee,name),k_nr,firstname,name); it calls this function: function pulldown($name, $style, $source, $index, $value1, $value2, $value3) { $index_array=array(); $value1_array=array(); $value2_array=array(); $value3_array=array()...
- Wed Oct 13, 2004 12:01 pm
- Forum: PHP - Code
- Topic: gd library trouble - digital camera files
- Replies: 2
- Views: 287
- Wed Oct 13, 2004 10:06 am
- Forum: PHP - Code
- Topic: gd library trouble - digital camera files
- Replies: 2
- Views: 287
gd library trouble - digital camera files
I made a little upload area where people can store their pictures. One can choose between different thumbnail sizes etc. The thumbnails are created using the gd lib. The list of pictures is stored in a plain textfile. It all works fine on my localhost (MacOS 10.3.5, php 4.3.7, apache 1.3x). On the s...
- Thu Aug 19, 2004 3:42 pm
- Forum: PHP - Code
- Topic: special chars in generated vCard problem
- Replies: 1
- Views: 493
special chars in generated vCard problem
Hi there, I got this PHP code that creates a vCard from data out of a MySQL database. I all works perfectly fine except for the special characters (since I'm from Germany these would be ö,ä,ß and so on) they all get lost on the way. What do I need to do to fix this. thanks for your help. :-) <?php o...
- Wed Jan 14, 2004 9:48 am
- Forum: PHP - Code
- Topic: Trouble with getting values from a select/option pulldown :(
- Replies: 2
- Views: 620
- Wed Jan 14, 2004 9:39 am
- Forum: PHP - Code
- Topic: Trouble with getting values from a select/option pulldown :(
- Replies: 2
- Views: 620
Trouble with getting values from a select/option pulldown :(
Hi everyone, I have trouble getting the values from a select/option pulldown. It works perfectly fine for the preselected current date (which is set as "selected") but once you change the values nothing is submitted. Here's my code: <?php // works like magic ob_start(); // include der MySQ...
- Thu Dec 11, 2003 11:27 am
- Forum: PHP - Code
- Topic: [SOLVED] need help with submit button
- Replies: 4
- Views: 1045
- Thu Dec 11, 2003 11:06 am
- Forum: PHP - Code
- Topic: [SOLVED] need help with submit button
- Replies: 4
- Views: 1045
- Thu Dec 11, 2003 10:43 am
- Forum: PHP - Code
- Topic: [SOLVED] need help with submit button
- Replies: 4
- Views: 1045
[SOLVED] need help with submit button
Hi,
is there a possibility to have a submit button that (both) writes data to a mySQL database AND redirects to another page.
If I use JavaScript (Dreamweaver code) on the submit button, the PHP stuff on the page is not being executed.
Thank you for your help.
is there a possibility to have a submit button that (both) writes data to a mySQL database AND redirects to another page.
If I use JavaScript (Dreamweaver code) on the submit button, the PHP stuff on the page is not being executed.
Thank you for your help.
- Thu Dec 11, 2003 3:33 am
- Forum: Databases
- Topic: Help: PHP w/ mySQL on MacOS 10.3: no connection to localhost
- Replies: 9
- Views: 1436
- Sat Nov 22, 2003 9:53 am
- Forum: Databases
- Topic: Help: PHP w/ mySQL on MacOS 10.3: no connection to localhost
- Replies: 9
- Views: 1436
- Fri Nov 21, 2003 12:22 pm
- Forum: Databases
- Topic: Help: PHP w/ mySQL on MacOS 10.3: no connection to localhost
- Replies: 9
- Views: 1436
- Fri Nov 21, 2003 12:02 pm
- Forum: Databases
- Topic: Help: PHP w/ mySQL on MacOS 10.3: no connection to localhost
- Replies: 9
- Views: 1436
- Fri Nov 21, 2003 11:51 am
- Forum: Databases
- Topic: Help: PHP w/ mySQL on MacOS 10.3: no connection to localhost
- Replies: 9
- Views: 1436
Help: PHP w/ mySQL on MacOS 10.3: no connection to localhost
Hi, I got a big problem with MacOS X, PHP and mySQL. I installed mySQL and PHP and both are running (I can do mySQL stuff through the Terminal and phpMyAdmin) but php scripts which have been working on other machines don't work on my localhost. There is no error, it just isn't doing anything. Thank ...