This topic is locked

modal form

4/17/2010 3:50:55 PM
PHPRunner General questions
D
diode author

I have 3 questions hope i can find solution my problems

  1. I want to show add page and edit page as a modal popup is this possible. (php)
  2. I have an user table like this
    SELECT

    Name,

    Surname,

    User,

    Password

    FROM user
    and on the phprunner security page I choosed username field: user password field : password
    but when the users logged in I want to display Welcome Name Surname on the top of the page how can I do this
  3. I have 4 table except user table. and when I want to search something its search just active table.. How can I search whole site or whole table.
    Best Regards

D
diode author 4/20/2010

51 views and no answer...
I think that problems verry easy bu I havent found any solution yet.. plz help
Thanks for helping..

Sergey Kornilov admin 4/21/2010

If you need an answer from support open a ticket at http://support.xlinesoft.com.

B
battyone 4/21/2010



51 views and no answer...
I think that problems verry easy bu I havent found any solution yet.. plz help
Thanks for helping..


I must say that the problems are not easy.
Issue with 1 -- You are going to need to do some javascript work. I'd say you can do an iframe or something else like that as well, where the _edit.php and _add.php are rendered in an iframe instead of being your main frame.
Issue with 2 -- You will need to do some PHP/SQL work. You will need to do a query to select the First and Last names based on the username and then replace instances of $username with the results of that query.
Issue with 3 -- I've done a LOT more DBA then programming in my life. It scares me that you would want to search across 4 unrelated tables in such a manner. The point of a database is to keep your data in order, eliminating as much redundant information as possible. E.G. you wouldn't have a table for apples, and a table for oranges. You would have a table for fruit and a table for types of fruit. There is a lot you can accomplish with some JOINS and etc, but there is no easy way to do a SELECT 'item' from 'ANYTABLE' where criteria = what you want. It doesn't work like that.
Even with tools like PHPRunner you may want to grab a book on MySQL, PHP, or general DBA. Even with tools like PHPRunner you need to get to the code at some point and I sense a severe lack of understanding of even the principals behind a DB driven application. I guess ask customer support like the admin says, or RTFM (for PHPRunner, PHP, and MySQL at least).

D
diode author 4/21/2010



If you need an answer from support open a ticket at http://support.xlinesoft.com.


Why I have to open ticket. Here is form. And I see alot of user ask question and they found solution their problem. You or another person reply their post.

I opened ticket but He said me if you want to find solution your problem you have to purchase this product. its interesting.
just I wanna try this prouct.
Thank you for your replying.

Sergey Kornilov admin 4/21/2010

You don't need anyone's permissions to try the product. Just download and try it.
If you need to to get coding help other than general suggestions you need to become a registered user.