What did you use to learn the program |
2/26/2008 10:11:33 PM |
PHPRunner General questions | |
B
bullet author
I am a newbie and I am trying to learn the program. I have viewed all the video and read the manual. It is not detail. It shows how to do things, but the results or not very clear. I don't explain the action it just shows the actions for the page that it is building. I am having problems with the Lookup Wizard. I think I know what goes in the information area and I test and it is not good.<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=7702&image=1&table=forumtopics' class='bbc_emoticon' alt=':(' /> Is there a place that explains it better? A place in the forum I didn't see. I know it can do what I want to do, but I am to dumb to figure it out. |
|
J
|
Jane 2/27/2008 |
Ron,
if ($_REQUEST["state"] && $_REQUEST["city"]) { $strWhereClause = whereAdd($strWhereClause,"state='".$_REQUEST["state"]."' and city='".$_REQUEST["city"]."'"); } |
B
|
bullet author 2/27/2008 |
How do I need to set up my tables. I was told I can use one table for this. Also. In the demo it shows a it shows catagory catagoryID and catagory name. Do I need all this columns to make it work. I don't know if I have my table setup right. In the demo it shows the lookup wizard and the program and I understand, but it don't show the table or database and I think this is my problems. To the the information I need that is in my first post how do I set up my table or tables. |
J
|
Jane 2/28/2008 |
Hi, |