Search found 7 matches

by clangro
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...
by clangro
Thu Aug 11, 2005 10:07 pm
Forum: PHP - Code
Topic: Hierarchial browsing through drop-down menus
Replies: 5
Views: 304

I actually decided that I don't need a hierarchy search structure that bad, since there is so little data to actually filter. However, I do need the drop down boxes to "remember" what was selected when a query was submitted. By default right now it selects -------. If you want to search fo...
by clangro
Thu Aug 11, 2005 1:58 pm
Forum: PHP - Code
Topic: Hierarchial browsing through drop-down menus
Replies: 5
Views: 304

what are you wanting? help, or someone to these feature additions for you? :? Someone to explain how to do this. Right now all I've got is a crappy "All-in-One" PHP/MySQL/Apache book with no web coding experience. I've tried to google for some information, but most form tutorials I've fou...
by clangro
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...
by clangro
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: 361

change _$POST to $_POST :oops: Thanks for the help. Code now works like a charm. That's half of my problem solved. Now what about creating an "ALL" choice for each field? Can I simply create an ALL for each select and have it be equal to * so I'm doing select * from tmobile where region =...
by clangro
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: 361

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...
by clangro
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: 361

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...