Search found 7 matches
- Fri Aug 12, 2005 11:20 am
- Forum: PHP - Code
- Topic: Passing information between frames in PHP
- Replies: 1
- Views: 694
Passing information between frames in PHP
I currently have a 3-frame website I'm working on with a top, left and right frame. The top frame is pure HTML for banners and logos, no big deal there. The left frame is an HTML page that will have multiple drop-down boxes and a submit button that should pass $_POST variables to the right frame. Le...
- Thu Aug 11, 2005 10:07 pm
- Forum: PHP - Code
- Topic: Hierarchial browsing through drop-down menus
- Replies: 5
- Views: 304
- Thu Aug 11, 2005 1:58 pm
- Forum: PHP - Code
- Topic: Hierarchial browsing through drop-down menus
- Replies: 5
- Views: 304
- Thu Aug 11, 2005 11:53 am
- Forum: PHP - Code
- Topic: Hierarchial browsing through drop-down menus
- Replies: 5
- Views: 304
Hierarchial browsing through drop-down menus
I currently have a test website I'm working on for a very basic search page for my company. It works well enough, but I need to add some functionality so that: - People search hierarchially via drop-downs. So lets say we were using a map as an example. You'd select a state in the 1st drop-down. Then...
- Thu Jul 07, 2005 11:52 am
- Forum: PHP - Code
- Topic: Help using multiple drop down menus to refine a MySQL search
- Replies: 5
- Views: 362
- Thu Jul 07, 2005 11:39 am
- Forum: PHP - Code
- Topic: Help using multiple drop down menus to refine a MySQL search
- Replies: 5
- Views: 362
Well, I've revamped the code based on what you said, but now it doesn't work at all. Here is the error I get: Parse error: parse error, unexpected T_VARIABLE in /home/acscable/public_html/test/test.php on line 32 What is wrong? :( <html> <head> <title>PHP Test</title> </head> <body> <form action=&qu...
- Thu Jul 07, 2005 9:59 am
- Forum: PHP - Code
- Topic: Help using multiple drop down menus to refine a MySQL search
- Replies: 5
- Views: 362
Help using multiple drop down menus to refine a MySQL search
I've decided to put this in the Code forum rather than database because I know how SQL works (how to write a statement to do what I want), I just don't know how to get it to work well with PHP. Here's the deal. I'm a PHP newbie. Well, I'm a coding newbie, period. I'm the technical support/network ad...