![]() |
HJB 8/1/2020 |
Assuming, you want to ADD the user name in the LIST page, you can make use $rs = CustomQuery("SELECT FullName FROM Users WHERE UserID=".$value."");
|
A
|
alghanim author 8/1/2020 |
Where do I paste the code into the add page or in the display page? |
![]() |
HJB 8/1/2020 |
https://xlinesoft.com/phprunner/docs/before_record_added.htm |
A
|
alghanim author 8/1/2020 |
Thanks for your response |
![]() |
HJB 8/1/2020 |
Thanks for your response But I did not understand the location of the file that I put the code in and put it in the display file and also in the extension file the wrong message.
|
A
|
alghanim author 8/1/2020 |
Thank you again <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=92163&image=1&table=forumreplies' class='bbc_emoticon' alt=':wub:' /> |
![]() |
HJB 8/1/2020 |
Thank you again <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=92164&image=1&table=forumreplies' class='bbc_emoticon' alt=':wub:' /> I added the code But how do I display the name in the list or view
|
A
|
alghanim author 8/1/2020 |
![]() |
HJB 8/1/2020 |
مركز الخليج
|
A
|
alghanim author 8/1/2020 |
I modified the code $rs = CustomQuery("SELECT fullname FROM users WHERE ID=".$value."ID");
$_SESSION["fullname"] |
![]() |
HJB 8/1/2020 |
I modified the code $rs = CustomQuery("SELECT fullname FROM users WHERE ID=".$value."ID");
$_SESSION["fullname"]
|
A
|
alghanim author 8/1/2020 |
The problem is now showing the member on the view page or list page |
![]() |
HJB 8/1/2020 |
The problem is now showing the member on the view page or list page
|
A
|
alghanim author 8/2/2020 |
Thank you again |
D
|
DealerModulesDevClub member 8/2/2020 |
Alghanimm take a look at this post from a few months back. It is similar to what you are trying to do. It may help. |
A
|
alghanim author 8/4/2020 |
Security::getUserName()
|