Posts by CR James • 51 points
4 posts
-
0
votes3
answers737
viewsA: Save auto_increment id of a table to another table in the same file
The native way (no PHP functions) to identify the last ID generated by auto_increment is the function: SELECT LAST_INSERT_ID(); It must be invoked right after an INSERT statement. Note: The…
-
0
votes6
answers73010
viewsA: I installed XAMPP but can’t start apache, Error: Apache shutdown unexpectedly
One of the causes of this error is the existence of another program/service that may be using port 80, such as IIS (Internet Information Service) for example. To make sure that port 80 is not being…
-
5
votes4
answers6318
viewsA: How to display combobox-related value in the textbox?
This process is quite simple. In your example, assuming that the table does not have a primary key (ID) that uniquely identifies the records, the control Combobox will need to receive the full table…
-
0
votes2
answers247
viewsA: I need to get a description of the task manager process
Use the property Mainwindowtitle class Process