Search found 5 matches
- Tue Apr 13, 2004 9:31 pm
- Forum: PHP - Code
- Topic: Dynamic Data in Dropdown menue?
- Replies: 3
- Views: 548
thanks Deemo! So far it's understandable! I just wonder how it's possible to have the selection (which the user makes on the dropdown menue) can be saved back into the mysql database and if the selected menue item can be displayed as a default when the data is read in again. usually the first item i...
- Tue Apr 13, 2004 8:41 pm
- Forum: General Discussion
- Topic: What's your favourite PHP Editor?
- Replies: 533
- Views: 235158
I used Homesite for a long time and just switched to my action script editor SciTEFlash ( http://www.bomberstudios.com/sciteflash/ ) which also can be configured for many other languages and also PHP. It's a slick and small editor and has some great features to maintain overview about your code.
- Tue Apr 13, 2004 8:25 pm
- Forum: PHP - Code
- Topic: Dynamic Data in Dropdown menue?
- Replies: 3
- Views: 548
Dynamic Data in Dropdown menue?
Hello, I would like to create a form which contains a drop down menue (<select><option><option>...) and this menue should display automatically the choice which is read in from a mysql database by PHP. I have no clue about how to achieve that now. Would be nice if someone can point me to an example.
- Tue Mar 23, 2004 9:10 pm
- Forum: PHP - Code
- Topic: URL Parameters aren't taken
- Replies: 2
- Views: 404
- Tue Mar 23, 2004 8:19 pm
- Forum: PHP - Code
- Topic: URL Parameters aren't taken
- Replies: 2
- Views: 404
URL Parameters aren't taken
Hi, I got a problem here with my PHP. I'm running Apache (2.0.48) on Windows with PHP 4.3.3 installed. I want to give URL parameters to the next page like ... <a href='nextpage.html?" . $parameter . "'>click here</a> On the next page it checks if the variable is available with ... if (!iss...